Popularity
5.2
Growing
Activity
0.0
Stable
46
3
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.
-
RemoteRetro
A real-time application for conducting Agile retrospectives at remoteretro.org written in Elixir/Phoenix/React. -
Sprint Poker
Online estimation tool for Agile teams, written using Elixir Lang, Phoenix Framework and React. -
Startup Job
An umbrella project to search startup jobs scraped from websites written in Elixir/Phoenix and React/Redux. -
Exon
A “mess manager” developed in Elixir and provides a simple API to manage & document your stuff. -
majremind
A self-maintained database of your updated server which tells you which one needs to be updated. -
Stabby Flies
A multiplayer fighting game built with Elixir, Phoenix and Pixi.
Get performance insights in less than 4 minutes
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.com
Do you think we are missing an alternative of uai_shot or a related project?
Popular Comparisons
README
Uai Shot 
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
Contributing
- 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