This repository has been archived on 2022-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
dandhelper.ex/main_opti.exs
Arthur Poulet f50469bc95 opti programm
- improve runner (shell script using rlwrap if possible)
- add OptiInterface
2016-03-29 23:35:58 +02:00

8 lines
157 B
Elixir

require Code
Code.load_file("Dice.ex")
Code.load_file("Roll.ex")
Code.load_file("Attack.ex")
Code.load_file("OptiInterface.ex")
OptiInterface.infinite_loop