8000 GitHub - lepari23/RPS-Puzzl-Challenge: Puzzl Challenge to create Rock Paper Scissors game
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lepari23/RPS-Puzzl-Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
< 8000 div class="react-directory-truncate">challenge.md
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPS-Puzzl-Challenge

Solution to Puzzl Intern Challenge to create Rock Paper Scissors game.

General

Tasks

  • 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

CommandLine Game

Execution

python3 game_cli.py

GUI Game

Installation

sudo python3 setup.py //(Not setup yet lol)
sudo apt-get install python3-tk

Execution

python3 game_gui.py

Dependencies

  • tk (Tkinter)

Code review

  • Tips, suggestions and help is always appreciated.

Who do I talk to?

Info

About

Puzzl Challenge to create Rock Paper Scissors game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0