A community-driven collection of mini games in Python.
This project lets anyone contribute simple games that can be played directly in the terminal.
- Multiple mini-games in one place
- Easy to contribute
- Beginner-friendly
- Auto-updating (via Git)
Make sure you have Python installed. Clone this repository :
git clone https://github.com/Yugo206/Terminal-Arcade
cd Terminal-Arcade
Run :
python3 launcher.py
We welcome contributions from everyone!
- Each game must be in its own folder
- Each game must have a game.py
- Each game must include a run() function
Example:
def run():
print("My awesome game!")
terminal-arcade/
games/
category/
game_name/
game.py
- Hangman
- Timer
- Quiz
- Calculator
- Mini RPG
- More...
Check the issues to find tasks you can work on.
Build a fun and growing arcade made by the community.
If you like the project, consider giving it a star!