Update README.md

Adds "Developing games with Arcade Library" to Game/Python.
Fixes #1568
This commit is contained in:
Andrey Vostokov 2025-10-05 09:54:58 +08:00
parent 51198a9f9c
commit 301f253cf0

View file

@ -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**: _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/)