From 82030322df3341062d6080fdd6f616855d56440f Mon Sep 17 00:00:00 2001 From: Tushar Singh <75197616+theinit01@users.noreply.github.com> Date: Fri, 26 Apr 2024 17:38:04 +0530 Subject: [PATCH] Added chess engine in python --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c024ee6..a11faba 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,7 @@ It's a great way to learn. * [**Lua**: _BYTEPATH_](https://github.com/SSYGEN/blog/issues/30) * [**Python**: _Developing Games With PyGame_](https://pythonprogramming.net/pygame-python-3-part-1-intro/) * [**Python**: _Making Games with Python & Pygame_](https://inventwithpython.com/makinggames.pdf) [pdf] +* [**Python**: _Build your own AI Chess Engine in python_](https://www.youtube.com/playlist?list=PLBwF487qi8MGU81nDGaeNE1EnNEPYWKY_) * [**Python**: _Roguelike Tutorial Revised_](http://rogueliketutorials.com/) * [**Ruby**: _Developing Games With Ruby_](https://leanpub.com/developing-games-with-ruby/read) * [**Ruby**: _Ruby Snake_](https://www.diatomenterprises.com/gamedev-on-ruby-why-not/)