A multiplayer ship game built with Elixir, Phoenix Framework and Phaser.
https://uaishot.gigalixirapp.com
You will need the following things properly installed on your computer:
Execute the following commands to install dependencies:
$ cd uai_shot
$ mix deps.get
$ (cd assets; npm install)
Init project:
$ iex -S mix phx.server
Now you can visit http://localhost:4000 from your browser.
- Clone it!
- 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
- Submit a pull request :D