Skip to content

Releases: BlazingTwist/Clean-Code-Development-Jchess

Milestone II

29 Jan 01:34
Compare
Choose a tag to compare

Neuerungen seit Milestone I:

  • DevOps
    • Github Pages automatisch veröffentlichen #41
    • Static Analysis mit Codacy #38
  • Spielfunktionen
    • Pawn-Promotion #24
    • Spieler-perspektiven #23
    • Multiplayer-Chat #28
    • Spielende #37
    • Neue Figuren: Archer, Pegasus, Catapult, Skrull (#11 und #52 )
    • 2 Spieler Hexagon-brett #39
  • Sonstige Verbesserungen
    • Erstellen von konfigurationsdateien für Themes #19
      • neue Themes 'Matlak' und 'Hunter' #34 und #35
    • Sitzungsinformationen aus dem Server beziehen #36
    • Erweiterung der TileRegex Ausdrücke #48 und #54
  • Bug-fixes
    • Move-Simulator soll alle Events feuern #27
    • Castling: check detection #33
  • Auslieferung
    • Docker-compose #18

What's Changed

New Contributors

Full Changelog: Milestone1-CCD...Milestone2-CCD

Milestone I

14 Dec 01:37
4ed76ef
Compare
Choose a tag to compare

Zeigt die Grundzüge der WebApplikation des JChess Projekts


Lokal Testen:

Starten des Backends (jchess.game.server.WipExampleServer).
Starten des Frontends Readme
Im Browser öffnen: localhost:3000


What's Changed

  • 2 e23e24 continuous integration needed in #3
  • Partial ECS Restructuring - favor composition over inheritance in #4
  • Integrate Logging with Logback in #9
  • Undertow Example for ResourceHosting and an HTTP-GET Microservice in #10
  • Add JUnit 5 to Github Actions and publish report. in #14
  • Beispiel für WebSocket handling mit Undertow und JavaScript in #17
  • Implement Backend/Frontend communication, refactoring and tests. in #20

Full Changelog: https://github.com/BlazingTwist/Clean-Code-Development-Jchess/commits/Milestone1-CCD