This is a is a simple game app written in Python.
This project includes the following games:
- Rock, Paper and Scissors
- Mad Libs
- Guess a number
For running this script you need:
-
Clone this repository
-
Go to
\games
directory and Executeguess_a_number.py
,mad_libs.py
orrock_paper_scissors.py
:$ python guess_a_number.py $ python mad_libs.py $ python rock_paper_scissors.py
or
Allow execution of any file like
guess_a_number.py
file:$ chmod a+x ./guess_a_number.py
$ ./guess_a_number.py
-
Follow the instructions. Choose your move, then play. The result/score will be displayed.