mirror of
https://github.com/codecrafters-io/build-your-own-x
synced 2026-07-02 16:59:25 +00:00
Add JavaScript: Build a Complete Chess Game from Scratch with Real-time Analysis
Added a new tutorial entry to the Game section. This JavaScript tutorial covers building a complete chess game engine from scratch with features like move validation, AI analysis, and real-time evaluation. Perfect for developers looking to master game development fundamentals through a practical project.
This commit is contained in:
parent
76d1a261bd
commit
e01aa5729a
1 changed files with 1 additions and 0 deletions
|
|
@ -221,6 +221,7 @@ It's a great way to learn.
|
|||
* [**Ruby**: _Ruby Snake_](https://www.diatomenterprises.com/gamedev-on-ruby-why-not/)
|
||||
* [**Rust**: _Adventures in Rust: A Basic 2D Game_](https://a5huynh.github.io/posts/2018/adventures-in-rust/)
|
||||
* [**Rust**: _Roguelike Tutorial in Rust + tcod_](https://tomassedovic.github.io/roguelike-tutorial/)
|
||||
* * • [**JavaScript**: Build a Complete Chess Game from Scratch with Real-time Analysis](https://github.com/SnakeEye-sudo/chess-game-engine-js)
|
||||
|
||||
#### Build your own `Git`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue