Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 746 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 746 Bytes

Table of Contents

  1. NumGussr
  2. Dependencies
  3. How to Run

NumGussr

NumGussr is a simple Number Guessing Game created only using Python.

Dependencies:

Note: All the dependencies used in this program are pre-installed in Python.

  1. Random
    1. pip install random *installs the module
    2. import random *imports the module in Python file

How to Run:

In order to run the game, clone this repository

git clone https://github.com/SpaceRanger21/number-guessing-game *requires git to be installed

Then open terminal/command-line in the cloned folder then run the following command

python NumGussr.py *requires Python to be installed


© SpaceRanger21