The Cheaper Chess
Freedom Developer
$88.00
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
03/19(2024) |
78.0 |
03/19(2024) |
39.0 |
04/02(2024) |
78.0 |
08/03(2024) |
88.0 |
11/06(2024) |
88.0 |
Jump AssetStore
The cheaper version of The Chess package, with lesser features. Less cumbersome for starters, cheaper for the unaffordable, value for decision makers.This package is a chop off version of The Coolest Chess package. Overall, you just don't get TypeII AI, PGN analyzer, Puzzle and its tools, and multitouch controller. And no chance of integrating Stockfish AI that I made for the aforementioned package.This package is suitable for people who don't care much about features mentioned above, at least for now for a bargain price. There are an option to upgrade to The Chess package at a reduced price when this package is owned.Features :👍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.👍Having both 2D and 3D chess pieces assets, option to switch between 2D and 3D during play mode.👍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 ♜👍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.👍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.👍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 instead.