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:
SnakeEye-sudo (Er. Sangam Krishna) 2025-12-29 00:42:04 +05:30 committed by GitHub
parent 76d1a261bd
commit e01aa5729a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`