An open API service indexing awesome lists of open source software.

https://github.com/Pong420/Spacecraft

a simple socket.io game prototype
https://github.com/Pong420/Spacecraft

Last synced: about 1 month ago
JSON representation

a simple socket.io game prototype

Awesome Lists containing this project

README

        

# Spacecraft

> a simple socket.io game prototype

## Usage

```
git clone https://github.com/Pong420/Spacecraft.git
npm install
npm run dev
```

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

Open ```http://localhost:8080``` and click on the QRCode icon at the upper right corner

if you are ussing localhost, replace 'localhost' in the url under QRcode to your desktop IP address assigned by the router ( [How can I access my localhost from my Android device](https://stackoverflow.com/questions/4779963/how-can-i-access-my-localhost-from-my-android-device) ) then scan the QRCode with your mobile phone

Enter a nickname and submit

## Reference
- [Multi-touch game controller in JavaScript/HTML5 for iPad](http://seb.ly/2011/04/multi-touch-game-controller-in-javascripthtml5-for-ipad/)
- [sokect.io](https://socket.io/)