From e01aa5729a5ecb4c42ce5fb520dd8eb59e372a42 Mon Sep 17 00:00:00 2001 From: "SnakeEye-sudo (Er. Sangam Krishna)" Date: Mon, 29 Dec 2025 00:42:04 +0530 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd679f7..b521ab1 100644 --- a/README.md +++ b/README.md @@ -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`