This project is a collection of simple games 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
\python-gamesdirectory and Executeguess_a_number.py,mad_libs.pyorrock_paper_scissors.py:$ python guess_a_number.py $ python mad_libs.py $ python rock_paper_scissors.pyor
Allow execution of any file like
guess_a_number.pyfile:$ 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.
MIT License Copyright (c) 2021 Daljeet Singh
Refer to LICENSE file for full information.