Compare commits

...

2 commits

Author SHA1 Message Date
SnakeEye-sudo (Er. Sangam Krishna)
c34f4fd8cb
Merge e01aa5729a into 294aef8fde 2026-02-23 14:43:36 +05:30
SnakeEye-sudo (Er. Sangam Krishna)
e01aa5729a
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.
2025-12-29 00:42:04 +05:30

View file

@ -231,6 +231,7 @@ It's a great way to learn.
* [**Ruby**: _Ruby Snake_](https://www.diatomenterprises.com/gamedev-on-ruby-why-not/) * [**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**: _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/) * [**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` #### Build your own `Git`