An easy funny game, which the computer will guess the number you have in mind
Project description
The Number Guesser Game is a python package that contains an easy funny game. Based on a few simple arithmetic operations, the computer will be able to "guess" a number.
Install
$ pip install guesser-game
Usage
Open a Python console, import the module GuessMyNumber, create an instance of it and call its method play(). Now start to play and let this code guess the number you have in mind 😉
>> from guesser_game import GuessMyNumber
>>
>> my_game = GuessMyNumber()
>> my_game.play()
License
This project is licensed under the MIT License
Author
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
guesser_game-0.1.0.tar.gz
(2.5 kB
view hashes)