JoshuaRystedt / GuesstheNumber

Simple yet fun and personal guess the number game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guess the Number

This simple (yet personal and fun) guess the number game is written in Python as a terminal based application.

How to Install

  1. Install Python on your PC if it isn't already. Most OS X and Linux users will find Python already installed on their systems. Most Windows users will need to install Python manually. https://www.python.org
  2. Download GuesstheNumber and save to your Applications directory.

To Play

OS X and Linux Users:

In your terminal run:

python directoryPath/GuesstheNumber.py

Alternatively:

cd directoryPath
python GuesstheNumber.py

Windows Users:

In Command Prompt run:

python directoryPath\GuesstheNumber.py

About

Simple yet fun and personal guess the number game

License:GNU General Public License v3.0


Languages

Language:Python 100.0%