Releases: jberclaz/jass
Releases · jberclaz/jass
jass-2.2.4
What's Changed
- Refactor to improve component re-usability and remove redundant parts
- Fixed bugs
- Added fully local game
Computer player integration and UI fixes
- New connection dialog with easy computer player integration
- UI improvements
- Bug fixes
Computer player
This release introduces a simple computer player that uses a Monte-Carlo sampling based strategy.
Minor bug fixes and optimization
- Fixed an issue with trump display timing
- Optimized communication between client and server with asynchronous calls
- Simplified network protocol with true one-way calls
- Modern UI is now default.
New scalable UI
Added new scalable UI. Can be activated by passing parameter modern
to the client.
v2.0.3
v2.0.1: Small bug fix
added swiss cards set added script to extract card set
2020 refactor
2.0 refactor (#2) * Cleanup and formatting * Started server refactoring * Further server refactoring * Changed directory structure to maven * Refactoring client * Compiling but not working * Added unit tests * modified gitignore * added back readme and license * split classes * Improved server rpc * Removed commented out code * Refactoring * Added unit tests * Bug fix * Refactoring * started class diagram * Refactored server * Big client refactor * More client functions implemented * More client functions implemented * Added atout selection * Added set atout * Implemented play * Implemented setCard * Implemented playNext * Implemented set plie Added unit tests * Implemented setScore * Implemented getAnoucement * Implemented setAnoucement * Implemented setGameResult * Implemented new game * Implemented Playerleft * Continued server refactor * Refactored server * Fixed bugs * Better naming Fixed bug when player disconnects * Clean up * Build jar
Original release from 2002
v1.2 Create LICENSE