Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 695 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 695 Bytes

binary4fun

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.

Installation

pip

You can install binary4fun from PyPI using pip:

pip install binary4fun

Usage

To start the game, just run binary4fun in the command line:

binary4fun

Release History

  • 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.