/spaceships

A 2-D multiplayer shooter game powered by Phaser 3

Primary LanguageJavaScript

Spaceships

A multiplayer shooter powered by Phaser 3. Players connect to a game instance and battle eachother with linearly fired projectiles.

Check out the backend repository.

Demo Video

spaceships

Technologies

Created with:

  • Phaser 3 - Game engine and logic
  • Rails - User location data storage, Action Cable to relay information to connected users
  • PostgreSQL - Database
  • Semantic UI - Landing page sign in/sign up

Installation

Clone this repository and the backend.

Frontend

npm i && http-server

Backend

bundle install
rails s