I want to make a simple 2D game such as air hockey or table tennis with a head as the puck/ball and my own sound clips etc.
I am totally new to programming but can anyone tell me the best/easiest was for a beginner to start with this?
Re: Wanting to make a simple 2D game
Hi,
I learnt how to write games in python from this tutorial. It uses Python and PyGame both of which are pre-installed in Raspbain.
http://www.tuxradar.com/content/code-pr ... ders-clone
Start with this simple space invaders game and modify it to do your table tennis/pong clone.
I learnt how to write games in python from this tutorial. It uses Python and PyGame both of which are pre-installed in Raspbain.
http://www.tuxradar.com/content/code-pr ... ders-clone
Start with this simple space invaders game and modify it to do your table tennis/pong clone.
Electronic and Computer Engineer
Pi Interests: Home Automation, IOT, Python and Tkinter
Pi Interests: Home Automation, IOT, Python and Tkinter
Re: Wanting to make a simple 2D game
scotty101 wrote:Hi,
I learnt how to write games in python from this tutorial. It uses Python and PyGame both of which are pre-installed in Raspbain.
http://www.tuxradar.com/content/code-pr ... ders-clone
What platform can you play these games on?
Start with this simple space invaders game and modify it to do your table tennis/pong clone.