Skip to content

danneu/space-arena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

space-arena

A simple online multiplayer game with an ultra-naive websocket networking implementation.

A successor to the more simplified squarewars since my ultimate goal as I learn gamedev is to build a spaceship arena game inspired by Continuum/Subspace.

Each player is a space ship. Arrow keys to move.

screenshot

Dependencies: Node.js + Socket.io

Development

git clone git@github.com:danneu/space-arena.git
cd space-arena
npm install
npm run watch
npm run start-dev

Navigate to http://localhost:3000

Deploy

git checkout prod
git merge master
npm run compile
git commit -am 'Compile'
npm run push-heroku

Releases

No releases published

Packages

No packages published