Hacker News new | ask | show | jobs
by drankula3 2438 days ago
For python, check out pygame. It's outdated and only works with 2.7, but I think it can be installed with apt on Ubuntu and will teach the basics like rendering loops, frames, etc.
2 comments

Pygame is still alive and great. It even has built-in support for game controllers, and nice stuff for managing sound effects.
It works with Python 3.7 now, and has for sometime.

`sudo pip install pygame`