Compare commits

...

2 Commits

Author SHA1 Message Date
Tushar Singh
37b025381a Merge 82030322df into a8bc6fbcf1 2025-07-11 15:36:41 +08:00
Tushar Singh
82030322df Added chess engine in python 2024-04-26 17:38:04 +05:30

View File

@@ -215,6 +215,7 @@ It's a great way to learn.
* [**Lua**: _BYTEPATH_](https://github.com/SSYGEN/blog/issues/30) * [**Lua**: _BYTEPATH_](https://github.com/SSYGEN/blog/issues/30)
* [**Python**: _Developing Games With PyGame_](https://pythonprogramming.net/pygame-python-3-part-1-intro/) * [**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**: _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/) * [**Python**: _Roguelike Tutorial Revised_](http://rogueliketutorials.com/)
* [**Ruby**: _Developing Games With Ruby_](https://leanpub.com/developing-games-with-ruby/read) * [**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/) * [**Ruby**: _Ruby Snake_](https://www.diatomenterprises.com/gamedev-on-ruby-why-not/)