Compare commits

...

2 commits

Author SHA1 Message Date
Andrey Vostokov
a13a33cb68
Merge 301f253cf0 into 294aef8fde 2026-02-23 09:27:41 -08:00
Andrey Vostokov
301f253cf0 Update README.md
Adds "Developing games with Arcade Library" to Game/Python.
Fixes #1568
2025-10-05 09:54:58 +08:00

View file

@ -226,6 +226,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**: _Developing games with Arcade Library_](https://api.arcade.academy/en/stable/get_started/arcade_book.html)
* [**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/)