Skip to content

Tal-Ahmed/SpaceRaiders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpaceRaiders

Multiplayer space game built on Node, Socket.io and AngularJS.

Login Page Player vs. Player Player vs. Player with shooting

Installation

Assuming debian linux.

Install git

sudo apt-get update
sudo apt-get install git

Install Node.js

curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt-get install nodejs

Install project dependencies

npm install

Now the server can be started using the command:

DEBUG=app:* PORT=80 npm start

Improvements

Improve hit detection to use separating axis theorm. See: http://gamedevelopment.tutsplus.com/tutorials/collision-detection-using-the-separating-axis-theorem--gamedev-169

Change laser to shoot more smoothly across screen when rotated.

About

Multiplayer space shooter built on Node.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published