The beginnings of an io game made with socket.io and matter.js. You can try it here.
-
Simply clone the repository, preferably the master branch as it is the most likely to work:
git clone https://github.com/raphy1234/The-Game-Of-Things.git
-
Enter the cloned repository:
cd The-Game-Of-Things
-
Get all the dependencies:
npm install
-
Run the server:
node server.js
-
Now simply go to http://localhost:8080/ or http://127.0.0.1:8080/ or http://your-local-ip:8080/ and enjoy. The last option can be sent to other computers on the same network so that they can play with you
Note: this server is in no way secure so please do not run it on a public ip as it will most likely be hacked as well as the computer it is running on