/uai_shot

Multiplayer game with Elixir and Phaser. :rocket:

Primary LanguageElixir

Uai Shot

A multiplayer game of ships built with Elixir(Phoenix Framework) and Javascript(Phaser).

Prerequisites

You will need the following things properly installed on your computer:

Installation

Execute the following commands to install dependencies:

$ cd uai_shot
$ cd assets; npm install
$ cd ..; mix deps.get

Usage

Init project:

$ iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Game

Game sample

Contributing

  1. Clone it!
  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. Submit a pull request :D