binary4fun is a small game written in Python that can be played in the cli. The game basically tries to guess a number between 1 and 100 by binary search.
You can install binary4fun from PyPI using pip:
pip install binary4fun
To start the game, just run binary4fun
in the command line:
binary4fun
- 0.2.1: Minor improvements.
- 0.2.0: Allow running the game directly from the command line, switch to setuptools_scm for versioning.
- 0.1.0: First release.
Find the package on PyPI: https://pypi.org/project/binary4fun
Distributed under the MIT license. See LICENSE
for more information.