logo

Build Status

You can try awesome algorithms quickly.

This project contains 4 binaries.

  1. :moneybag: rl_analyze Analyzing an algorithm.
  2. :moneybag: rl_play Play interactively without any algorithms. (Your bets.)
  3. :moneybag: rl_simulate Simulate chosen algorithm.
  4. :moneybag: rl_compare Algorithms competetion of winning rate.

Quick Start

Crystal environment is required for the building.

After cloning this repository,

shards build

Now you can see 4 binaries at bin directory.

You can see the usages of each binary by '-h' option.

Screen Shots

Playing Mode

Analyzing Mode

Comparing Mode

Simulate Mode

Need Your Contribution!

  1. Fork it (https://github.com/tbrand/roulette/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors