Skip to content

A Node/HTML5 implementation of Space Station 13 ish games

License

Notifications You must be signed in to change notification settings

hansonry/nodestation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Station

The intent of this project is to create an open source clone of Space Station 13. This project is in very early stages.

This project dose not intend to clone any particular station, but intends to be a baseline from which any of the other stations could be built.

This project is build off of Node, socket.io, and the Phaser.io game engine. By using HTML5 this project will be cross platform.

Installing

You will need to install node.js and you will want to get npm (It may come with node).

Grab a copy of the source code.

Change directory into the nodestation folder. Run the following:

npm install

You should be good to go at this point.

Running

Change directory into the nodestation folder. Run the following:

For Windows:

node server.js

For Linux:

nodejs server.js

Controls

  • Moving - Arrow Keys
  • Grab - 'g' Key
  • Drop - 'd' Key
  • Toggle Harm - 'h' Key
  • Inventory - 'i' Key
  • Examine - 'e' Key
  • Cancel - 'Esc' Key

About

A Node/HTML5 implementation of Space Station 13 ish games

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published