Dev 2DGame with Python
Developing 2D Game with Python Arcade Library
Solutions
2DGame engines in Python language could be named just a few:
- Pygame, the most popular python game engine.
- pyglet, windowing and multimedia library for Windows, Mac OS X and Linux.
- Arcade, simillar to Pygame but more easier and engine-like rather than a primitive library.
Why choose Arcade
- Rich and well Organized documatation
- Tons of examples
- Beginner Friendly API
- More suitable for education
Knowledge Map in this course
coming soon ...