This project is a CLI programm that allows you to play differents games.
To install the project, you need to clone the repository.
git clone https://github.com/coderangel117/python_game.git
cd python_game
This is a simple game where you have to guess a number between 1 and 100. The game will tell you if the number you guessed is too high or too low. You have 10 tries to guess the number.
This is a simple game where you have to choose between rock, paper or scissors. You will play against the computer. The computer will randomly choose between rock, paper or scissors. The game will tell you if you win, lose or if it's a tie. You have 3 tries to win.
This is a simple game where you have to play Tic Tac Toe against the computer. The computer will randomly choose a position to play. The game will tell you if you win, lose or if it's a tie.
In the main menu, you can choose to manage users. You can add, update, delete or list users. You can also view stats about a user.
There is some json files in the data folder that contains the user's data. If you delete the files, you will lose all the data.
possible_games_list = ["Pendu alias hang_man", "Roulette", "bingo", "Tic-Tac-Toe", "snake"]
To start the program, you need to run the main.py file.
python main.py
Coded by coderangel117
This project is under the MIT license.
If you find any bugs or if you have any feature request, please open an issue on the GitHub repository.