These are elixir bots for the Mazedrivers game built for VideumCodeup. Start a server and connect with many of these bots to see them in action driving against eachother.
- You need to have elixir lang
brew install elixir mix deps.getFetch dependencies from hex.pm
mix escript.build && ./mazedrivers_botmix escript.build && ./mazedrivers_bot --navigator=leftmix escript.build && ./mazedrivers_bot --navigator=rightmix escript.build && ./mazedrivers_bot --navigator=randommix escript.build && ./mazedrivers_bot --navigator=lousymix escript.build && ./mazedrivers_bot --nickname=abc123mix escript.build && ./mazedrivers_bot --host=localhostmix escript.build && ./mazedrivers_bot --port 8001
mix credo --strictmix credo --strict --oneline