All Projects â†’ sergioaugrod â†’ uai_shot

sergioaugrod / uai_shot

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

Programming Languages

elixir
2628 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to uai shot

Reldens
Reldens - You can make it - Open Source MMORPG Platform
Stars: ✭ 130 (+145.28%)
Mutual labels:  phaser, multiplayer-game
vim snake
Classical multiplayer snake game with Vim-style keybinding
Stars: ✭ 16 (-69.81%)
Mutual labels:  phaser, multiplayer-game
ticker-react
React Client for displaying Stock Quotes (IEX Trading)
Stars: ✭ 34 (-35.85%)
Mutual labels:  phoenix-channels
TanksNetworkingInAzure
Tanks Networking demo project from Unity Store that can be deployed in Azure Cloud and scaled using Kubernetes
Stars: ✭ 20 (-62.26%)
Mutual labels:  multiplayer-game
phaser3-typescript-starter-kit
This repository contains the code necessary to start making a game in Phaser 3 using TypeScript.
Stars: ✭ 94 (+77.36%)
Mutual labels:  phaser
colyseus-kotlin
âš” Implementation of Colyseus client using Kotlin
Stars: ✭ 26 (-50.94%)
Mutual labels:  multiplayer-game
badassquest
RPG / GTA-style game engine built on top of Google Maps Javascript APIs
Stars: ✭ 26 (-50.94%)
Mutual labels:  phaser
Team-Capture
Team-Capture - A multiplayer FPS game, inspired by games like Quake and TF2. Done in Unity
Stars: ✭ 81 (+52.83%)
Mutual labels:  multiplayer-game
Unity-Firebase-Multiplayer-Example
Multiplayer and Matchmaking system using Firebase Realtime Database in Unity
Stars: ✭ 32 (-39.62%)
Mutual labels:  multiplayer-game
dungeonz
Everything for the game Rogueworld.
Stars: ✭ 88 (+66.04%)
Mutual labels:  phaser
phaser3-faq
A guide to Phaser 3
Stars: ✭ 69 (+30.19%)
Mutual labels:  phaser
asciiarena
Terminal multiplayer deathmatch game
Stars: ✭ 34 (-35.85%)
Mutual labels:  multiplayer-game
phaser-plugin-scene-graph
Prints the display tree. Phaser 2/CE
Stars: ✭ 32 (-39.62%)
Mutual labels:  phaser
phaser-particle-editor-plugin
This plugin creates particles based on JSON data generated by Phaser Particle Editor
Stars: ✭ 28 (-47.17%)
Mutual labels:  phaser
Koru
A 2D multiplayer sandbox game.
Stars: ✭ 78 (+47.17%)
Mutual labels:  multiplayer-game
Fruit-API
A Universal Deep Reinforcement Learning Framework
Stars: ✭ 61 (+15.09%)
Mutual labels:  multiplayer-game
phaser-manifest-loader
Phaser Manifest Loader
Stars: ✭ 28 (-47.17%)
Mutual labels:  phaser
liblast
A libre multiplayer FPS game created in Godot Engine
Stars: ✭ 92 (+73.58%)
Mutual labels:  multiplayer-game
phaser3-plugin-pathbuilder
Draw and edit Lines, Bezier Curves, Splines at runtime, explore your scene and export your paths to Phaser
Stars: ✭ 67 (+26.42%)
Mutual labels:  phaser
Final-Bomber
Bomberman/Dynablaster remake in C# using XNA.
Stars: ✭ 21 (-60.38%)
Mutual labels:  multiplayer-game

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].