Common games that you can play in your terminal (Mac Only)
- Download the repository via:
https://github.com/Titanium2099/Python-Games.git
- Open the folder in terminal via:
cd Python-Games
- make sure you have are running python 3.9 or higher via:
python3 --version
- Install the requirements via:
pip3 install -r requirements.txt
- You are now ready to play!
There are currently 2 games that you can play:
- Tic Tac Toe
- To play this game, run:
python TicTacToe.py
- To play this game, run:
- Connect 4
- To play this game, run:
python Connect4.py
- To play this game, run:
- Fork the repository
- Make your changes
- Make a pull request
- Wait for it to be reviewed
- Go to the issues tab
- Click on new issue
- Describe the bug
- Wait for it to be reviewed
- Go to the issues tab
- Click on new issue
- Describe the feature
- Wait for it to be reviewed
- if you want to implement the feature yourself, make a pull request