/guessing_game

Primary LanguageErlangApache License 2.0Apache-2.0

guessing_game

Here's how to play it (at least how I do, works on my machine.)

$ cd guessing_game
$ rebar3 shell
# This starts BEAM and when it's all done, simply run
game:guess({new_game}).
# Then the game will instruct you.