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.)
- Host: GitHub
- URL: https://github.com/martiinwalsh/python-game-projects
- Owner: MartiinWalsh
- Created: 2022-06-09T10:59:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-11T18:54:54.000Z (about 3 years ago)
- Last Synced: 2025-02-02T13:51:49.169Z (8 months ago)
- Topics: 100daysofpython, object-oriented-programming, python, turtle-graphics, turtle-python
- Language: Python
- Homepage:
- Size: 1.15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# snake-game 🐍
Recreated Snake with Python... Get it?
- [The Project Folder](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
# turtle-crossing-game 🐢
Recreating Turtle Crossing with Python!
- [The Project Folder](turtle-crossing-game)## Screenshot
# pong-game 🏓
Recreating Pong with Python!
- [The Project Folder](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)