The Coolest Chess
Freedom Developer
$244.00
$299.00
18%OFF
Date |
Price |
---|---|
日期和时间 |
价钱($) |
02/16(2022) |
280.0 |
02/16(2022) |
196.0 |
03/08(2022) |
299.0 |
09/29(2022) |
179.4 |
10/18(2022) |
299.0 |
12/02(2022) |
89.7 |
12/03(2022) |
149.5 |
12/11(2022) |
299.0 |
12/21(2022) |
149.5 |
01/19(2023) |
299.0 |
05/19(2023) |
89.7 |
05/20(2023) |
149.5 |
06/03(2023) |
299.0 |
08/25(2023) |
129.0 |
08/31(2023) |
199.0 |
09/15(2023) |
248.0 |
10/10(2023) |
249.0 |
11/27(2023) |
124.5 |
12/11(2023) |
249.0 |
12/19(2023) |
124.5 |
01/11(2024) |
249.0 |
05/11(2024) |
299.0 |
05/29(2024) |
149.5 |
06/13(2024) |
299.0 |
09/09(2024) |
244.0 |
11/18(2024) |
244.0 |
Jump AssetStore
A perfect chess template to begin with, having all the chess game logic necessary to play an international tournament standard game, easy to use puzzle tool, and tool that can visualize PGN text file.Demo links-WebGL-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 :👍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.👍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, capapble of rapidly load a txt file full of pgn matches or a sequence of algebraic notation texts into the game for match analysis, capable of making variety of move variant on top of the loaded matches.-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.(!NEW!)👍3D chess pieces assets have been added, option to switch between 2D and 3D during play mode.👍Responsive UI, with feedback of whether a function have been successfully executed by the button.👍Resign and draw feature, including analysis for AI where player can request to draw and resign when playing with AI, and AI will request to draw or resign to player when condition is met. AI will respond with comment as to whether accept player offer or not.👍Runtime Puzzle Editor tool, super easy to use. Include creating, editing and saving puzzle data into scriptable object for use by Puzzle scene.👍Puzzle that can accept multiple move variant as valid answers.👍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.
すぐに使える完璧なチェスのテンプレート。 完全なチェス メカニズムと、最低 50 ELO から 3100 ELO++ までのあらゆる範囲の ELO を備えた AI、パズル作成ツール、およびポータブル ゲーム記法アナライザーを備えています。
説明
デモリンク
-WebGL
-Android(iOS、MacOS、Windowsでも同様)
ドキュメントを確認してください。 このアセットの Stockfish AI パッケージの簡単なセットアップを含む AI ドキュメントは、リンクには表示されません。
***このパックは前述の 2 つのパックを組み合わせて統合したものであるため、既にお持ちの場合は、「チェス ゲームのメカニズム : 完全版」および「最強のチェス AI : Stockfish」をご覧ください。
パッケージ内容:
♔チェスのゲームメカニズムのすべて: 完全版 Unity Asset Store パック。
2023 年のロードマップ:
バージョン 3.0 への更新 (次のアセットのリリース後に実装が開始されますが、非常に不確実で、おそらく今年の中旬か年末頃になります。機能の更新は約束されますが、リリース日は約束されません)。
- 3 番目のタイプの AI を C# で実装します。おそらく MTD(f) アルゴリズムを利用し、ELO は 1000 ~ 1500 の間になる可能性があります。
-プレイヤーが AI とプレイするときにドローと辞任をリクエストできる AI の分析を含む、辞任とドロー機能を実装します。条件が満たされた場合、AI はプレイヤーにドローまたは辞任をリクエストします。
- FEN文字列でゲームを開始する代わりに、実行時にボードの位置を編集し、即時の位置でゲームを開始する方法を実装します。
- チェス ゲームに、最適な手が生成される 3 種類の AI から選択するオプションを持たせる。つまり、ゲーム中のどのチェスの局面でも、その手の ELO は、ゲーム全体を通じて固定の ELO ではなく、異なる可能性があります。
- ボード上の位置内で複数の有効な動きが可能なパズルを改善します。
-シーン上のボードにはファイル(列)とランク(行)が表示されます。
-撮影した作品を現場に展示します。
-フリップボード。
・AIによる動き提案。
――アップデートを実施してみて思ったこと…
++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++
♚最強のチェス AI : Stockfish Unity Asset Store パックのすべて。
++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++
♙2 つのパッケージを 1 つのチェス アプリに統合します。
ゲームシーン中央のトグルをワンクリックで通常AIと強力AIを切り替え可能。
このパッケージは、前述の 2 つのパッケージのいずれかが更新されると更新されます。
++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++
ボーナス:
***無料の Unity Asset Store パッケージ Chibi Art 2D Chess Set は、ページにアクセスするだけで無料でダウンロードできます。
いずれかのパックをすでに所有している場合は、このパッケージである Chess Game Mechanism : Legendary Edition を有料で所有できるアップグレード オプションが利用可能です。
👍Chess Game Mechanism : Complete Edition からのアップグレードの費用は $122 です。
👍最強のチェス AI からのアップグレード: Stockfish の価格は 149 ドルです。