Releases: KANTNOLI/GameEngine-Checkers-From-KANTNOLI
v1.3.2-Beta
Full Changelog: 0.6.2...v1.3.2-beta
A lot of work has gone into creating the online functionality. Now, you can create and join rooms, and of course, play the game.
Currently, there's no scoring system, and after each game, you need to manually restart the session, among other small details that are being added as needed.
The main goal has been achieved, and our next step is to optimize the existing code on both the Frontend and Server sides, which can easily be broken at the moment.
v1.1.5-Beta Improved Checkers Logic
Full Changelog: 0.6.2...v1.1.5-Beta
We've put in a lot of effort to refine the movement logic in our checkers game. The functions for moving and capturing have been completely reworked and separated for both regular pieces and kings. Now, our checkers adhere to almost all the traditional rules of the original game.
Looking ahead, we plan to implement a rule that enforces mandatory captures for regular pieces. If capturing is possible, they won't be allowed to make a non-capturing move.
v1.0.0-Beta! Completed default rules checkers!
Full Changelog: 0.6.2...v1.0.0-Beta
Last hard the rule is step and kill on queen) is complete!
Try is manual download on readme + game link higher
If u try play normal game, then from original.json copy data to gameBoard.json
v0.6.2-Alpha! Work on the game engine (Splitting)
Full Changelog: 0.6.2...v0.6.2-Alpha
This version represents the beginning of our work on the future engine. We have added modules such as
Cameras - camera settings
Lighting - game light settings
Objects - soon
Player Actions - player controller settings,
Visual Engine Configs - visual engine settings