Popularity
5.1
Stable
Activity
0.0
Stable
59
2
7

Programming language: Elixir
Tags: Applications    
Latest version: v0.4.0

uai_shot alternatives and similar packages

Based on the "Applications" category.
Alternatively, view uai_shot alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of uai_shot or a related project?

Add another 'Applications' Package

README

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