---

Make a game on Raspberry Pi

In this tutorial we’re going to be remaking the classic game, Pong. To do this, we’ll be using a Python module called Pygame. Pygame is great, because it allows the programmer to create 2D games without having to worry about things such as rendering the graphics in too much detail. The main portion of the code will be the code that makes up the game’s structure and logic.

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis