Solution to Puzzl Intern Challenge to create Rock Paper Scissors game.
-
1. Create an interface that presents a user with the game options and allows them to select one
-
2. The user should be able to select an option and submit it to a game engine for processing
-
3. Display the result to the user
-
4. Maketh GUI
-
5. Add hard mode
-
6. Program Flow
python3 game_cli.py
sudo python3 setup.py //(Not setup yet lol)
sudo apt-get install python3-tk
python3 game_gui.py
- tk (Tkinter)
- Tips, suggestions and help is always appreciated.
- Liam Paris (1le2pari3@gmail.com)
- Development:
- Developed on Ubuntu 20.04.3 LTS
- Python 3.8.10 (default, Feb 19 2022, 20:14:08); [GCC 9.3.0] on linux
- Linted to PEP8
- Resources: