From 444533ce8556ae78c75920b7e7f89a88f2b4aaf0 Mon Sep 17 00:00:00 2001 From: Asraelite Date: Tue, 22 Mar 2016 22:22:40 +0000 Subject: [PATCH] add readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..da19999 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +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.