A simple Python game of rock-paper-scissors with customizable options
- Make sure you have Python installed
- Fork/clone the repository and open the project directory in your console.
- Start the game by entering the following command
python game.py
- After entering your name, you will be asked for your custom options. Enter them, separated by a comma and a space. If you woud like to play with the default options, just press "Enter" instead.
rock
rating
exit
You gain 50 points if there is a draw and 100 points if you win. The game runs infinetly as long as you don't exit it.