An open API service indexing awesome lists of open source software.

https://github.com/martiinwalsh/python-game-projects

Series of Python game projects. (Snake, Pong, etc.)
https://github.com/martiinwalsh/python-game-projects

100daysofpython object-oriented-programming python turtle-graphics turtle-python

Last synced: 6 months ago
JSON representation

Series of Python game projects. (Snake, Pong, etc.)

Awesome Lists containing this project

README

          

# snake-game 🐍

Recreated Snake with Python... Get it?
- [The Project Folder](snake-game)

## Screenshot

Snake Game Screenshot

# ireland-county-game 🇮🇪

Educational game that requires you to guess and learn all of the counties in Ireland.
Working with CSV files and analysing data with Pandas.
- [The Project Folder](ireland-county-game)

### Screenshot

Counties Game Screenshot

# turtle-crossing-game 🐢

Recreating Turtle Crossing with Python!
- [The Project Folder](turtle-crossing-game)

## Screenshot

Snake Game Screenshot

# pong-game 🏓

Recreating Pong with Python!
- [The Project Folder](pong-game)

## Screenshot ☕️

Pong Game Screenshot

# coffee-machine ☕️

A digital version of a coffee machine using Object Oriented Programming. Including multiple drink options, reporting, and money processing. With transaction and resources checks.
- [The Project Folder](coffee-machine)