Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal Arcade

A community-driven collection of mini games in Python.

This project lets anyone contribute simple games that can be played directly in the terminal.


Features

  • Multiple mini-games in one place
  • Easy to contribute
  • Beginner-friendly
  • Auto-updating (via Git)

How to Run

Make sure you have Python installed. Clone this repository :

git clone https://github.com/Yugo206/Terminal-Arcade
cd Terminal-Arcade

Run :

python3 launcher.py

Contributing

We welcome contributions from everyone!

Rules

  • 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!")

Structure

terminal-arcade/
  games/
    category/
      game_name/
        game.py

Ideas

  • Hangman
  • Timer
  • Quiz
  • Calculator
  • Mini RPG
  • More...

Check the issues to find tasks you can work on.


Goal

Build a fun and growing arcade made by the community.


Support

If you like the project, consider giving it a star!

About

A community-driven terminal arcade where anyone can add their own Python mini-games.

Resources

Contributing

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages