Demo links
-Windows/Android (Same across all platform)
Owner of this package have the option to introduce Stockfish AI(Elo between 600 to 3100) tailored to this package, see Documentation.
Owner of this package can also get Chibi 2D Chess Set for free.
Features :
👍👍👍
#1 Puzzle Editing Tool, try it yourself with the demo provided.
Create puzzle level like you had never had.
Easily convert any desirable chess game matches from imported pgn text file to puzzle.
Easily edit any new or existing puzzle data and use them to create puzzle levels.
One puzzle level can accept unlimited possible answers.
👍99.99% of code is written in C# and modifiable, the remaining 0.01% is a javascript plugin that can persist web browser gameplay data for continue game.
👍Chess logic code are implemented using bitboard architecture, the best way to implement chess with the best performance a chess engine can achieve. Blitz mode friendly♜
👍GUI and game logic classes are inheritable ready, making code cleaner, reusable and organized.♜
👍Implemented 30++ chess opening moves.
👍Feature rich chess game logic, capable of doing anything required for a standard chess game, and beyond by utilizing all the available functions prepared.♜
👍Option to Initialize chess board with Forsyth-Edwards Notation(FEN) string, getting FEN string and ASCII string from board position. Convenient for puzzle implementation and debugging♜
👍Calculate the change in position score after each move, as display on the black and white bar located on right side of game scenes, letting user visualize the leading color on the board and how far ahead they are against their opponent, customizable ♜
👍Two AI Types, with different behaviour
-(TypeI AI)Customizable board based analysis AI, with decent calculation speed, its decision is determined purely based on current board position's rating calculated from each predefined and precoded conditional analysis, it also does threat analysis. ♜
Min Possible Elo : 50 ELO.
Max Possible Elo : 1100 ELO.
-(NEW! TypeII AI) Using MTD(f) depth-first search algorithm to determine the best possible move for a given depth level to search for.
Min Possible Elo : 1050 ELO.
Max Possible Elo : 1500 ELO.
-Additional feature of requesting to draw with AI or from AI.
👍Save & Load Game, can save game started with FEN string, retaining all the historical moves when loading a saved game, works on all platform ♜
👍Chess game logic and finishing rule are tailored to accomodate international chess tournament standard, as if there are an arbiter holding the match.
👍PGN thing
-PGN Player scene, capable of rapidly load PGN txt files into the game for match analysis, capable of making variety of move variant on top of the loaded matches with data being persisted.
-Extract match as pgn, capable of convert all moves into pgn format, conviniently prepared for exporting or copying a match as pgn format.
👍Heavily unit tested on all imaginable cases, should be free from bug on the chess logic. Save up hassle on facing bugs on top of bugs when implementing chess game, with this asset, brain cpu power can focus on implementing new features alone.
👍Responsive UI, with feedback of whether a function have been successfully executed by the button.
👍3D chess pieces assets have been added, option to switch between 2D and 3D during play mode.
👍Multitouch for MOBILE ONLY, enable black and white piece to be touches on the same time. Made for cases like two player mode when non-current turn player want to queue their moves before current turn player make their move. Independent player touch event will not be interrupted by other player touch event.