Popularity
5.0
Growing
Activity
0.0
Stable
53
1
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.
-
Phoenix Trello
Trello tribute done in Elixir, Phoenix Framework, React and Redux. -
Phoenix Battleship
The Good Old game, built with Elixir, Phoenix, React and Redux -
Logflare
Never get surprised by a logging bill again. Centralized structured logging for Cloudflare, Vercel, Elixir and Javascript. -
ExChat
(Not maintaining) A Slack-like app by Elixir, Phoenix & React(redux) -
AlloyCI
Continuous Integration, Deployment, and Delivery coordinator, written in Elixir. -
ExShop
Digital goods shop & blog created using Elixir (Phoenix framework) -
CaptainFact
🔎 CaptainFact - API. The one that serves and process all the data for https://captainfact.io -
Phoenix Toggl
Toggl tribute done with Elixir, Phoenix Framework, React and Redux. -
Startup Job
An app to search startup jobs scraped from websites written in Elixir, Phoenix, React and styled-components. -
Consolex
Consolex is a tool that allows you to attach a web based console to any mix project -
Hydra
Open source API gateway with integrated cache and data transformations. -
Queerlink
A simple yet efficient URL shortening service written in Elixir -
Alher
Alexander is a rock-solid IRC bot written in Elixir with powerful plugins. -
Exon
Exon is a “mess manager” developed in Elixir and provides a simple API to manage & document your stuff. -
Nvjorn
A multi-protocol network services monitor written in Elixir using Poolboy. -
medusa_server
A simple web server written in elixir to stack images -
medex
Medical Examination - application for register health check callbacks and represent their state via HTTP. -
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.
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
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