You can try awesome algorithms quickly.
This project contains 4 binaries.
- :moneybag: rl_analyze Analyzing an algorithm.
- :moneybag: rl_play Play interactively without any algorithms. (Your bets.)
- :moneybag: rl_simulate Simulate chosen algorithm.
- :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!
- Fork it (https://github.com/tbrand/roulette/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- tbrand Taichiro Suzuki - creator, maintainer