Skip to content

A multiplayer ship game built with Elixir, Phoenix Framework and Phaser. 🚀

Notifications You must be signed in to change notification settings

sergioaugrod/uai_shot

Repository files navigation

Uai Shot Build Status

A multiplayer ship game built with Elixir, Phoenix Framework and Phaser.

Demo

https://uaishot.gigalixirapp.com

Prerequisites

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

Installation

Execute the following commands to install dependencies:

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

Usage

Init project:

$ iex -S mix phx.server

Now you can visit http://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