Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaelmang/guess-the-number

An Elixir script that guesses your number in 1 + log2 n guesses.
https://github.com/michaelmang/guess-the-number

Last synced: about 5 hours ago
JSON representation

An Elixir script that guesses your number in 1 + log2 n guesses.

Awesome Lists containing this project

README

        

# GuessTheNumber
A simple number guessing script written in [Elixir](https://elixir-lang.org/).

## Instructions

* Install [Elixir](https://elixir-lang.org/)
* `iex -S mix`
* `GuessTheNumber.main`

## Screenshots
![](https://s3-us-west-2.amazonaws.com/s.cdpn.io/827672/Screen%20Shot%202017-08-11%20at%2012.02.26%20PM.png)