Skip to content

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.

License

Notifications You must be signed in to change notification settings

moritzkoerber/binary4fun

Repository files navigation

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.

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages