Releases: BlazingTwist/Clean-Code-Development-Jchess
Releases · BlazingTwist/Clean-Code-Development-Jchess
Milestone II
Neuerungen seit Milestone I:
- DevOps
- Spielfunktionen
- Sonstige Verbesserungen
- Bug-fixes
- Auslieferung
- Docker-compose #18
What's Changed
- Implement Framework for Special Chess Rules by @BlazingTwist in #26
- 24 implement pawn promotion by @martinmarth in #30
- 23 player perspective board rotation by @martinmarth in #31
- 18 support docker containers by @BlazingTwist in #40
- 41 automate pages deployment by @BlazingTwist in #42
- Codacy Static Analysis Workflow by @BlazingTwist in #43
- 19 theme config files by @BlazingTwist in #32
- 28 multiplayer chat by @martinmarth in #44
- 36 sessionmanagement theme and players by @martinmarth in #45
- 00 b37 optimize tile expressions by @BlazingTwist in #46
- 37 b36 show game over by @martinmarth in #47
- add regex repeat ranges by @BlazingTwist in #49
- 28 multiplayer chat by @martinmarth in #51
- 37 b36 show game over by @martinmarth in #53
- implement Regex '?', '{2}' and '()'. implement Expression-Rotations by @BlazingTwist in #55
- Neue Pieces: Archer, Pegasus and Catapult by @avl1708 in #52
- added matlak theme by @martinmarth in #56
- added hunter theme by @martinmarth in #57
- 27 fix move simulator by @BlazingTwist in #59
- Fix: Castling verify KingMove not attacked by @BlazingTwist in #60
- refactored ShapeShifting and excluded TileExpressions by @martinmarth in #58
- 39 hex2p implementieren by @BlazingTwist in #61
- 16 create more tests by @BlazingTwist in #62
New Contributors
Full Changelog: Milestone1-CCD...Milestone2-CCD
Milestone I
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