Find a file
Asraelite bf8226481d add non-functioning explosions
I'm tired and box2d ray casting is stupid so this'll have to do for today
2016-03-25 00:54:15 +00:00
public add basic missiles 2016-03-24 18:42:11 +00:00
server add non-functioning explosions 2016-03-25 00:54:15 +00:00
.gitignore basic files 2016-03-21 12:35:36 +00:00
index.js add basic html 2016-03-21 12:47:45 +00:00
package.json add non-functioning explosions 2016-03-25 00:54:15 +00:00
README.md add readme 2016-03-22 22:22:40 +00:00
test.js basic files 2016-03-21 12:35:36 +00:00

Starbugs

This is a stupid little game where you fly around and bump into asteroids and stuff.

###Installation

Clone the Git repository, install node.js version 5.6.0 or higher then run npm install in the project directory.

###Running

Run node index.js.

Port 8080 must be open for people to play across the internet.

###Controls

WASD to move, mouse to aim and shoot.