Skip to content

sam-isaacN/python-game-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Python Game Application

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

Installation and Setup Instructions

Prerequisites (Requirements):

For running this script you need:

How to Use/Run:

  1. Clone this repository

  2. Go to \games directory and Execute guess_a_number.py, mad_libs.py or rock_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
    
  3. Follow the instructions. Choose your move, then play. The result/score will be displayed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages