Fork of someones paper io clone
Go to file
2018-11-22 15:17:22 +03:00
client-modes Update coefficients from testing 2017-11-21 02:25:21 +00:00
game-core Modularize Node.js project 2017-10-30 21:24:39 -05:00
public added WASD support 2018-11-22 15:17:22 +03:00
.gitignore Update gitignore 2017-10-31 02:50:17 +00:00
client.js First generation of bots! 2017-11-03 18:05:50 -05:00
game-client.js added WASD support 2018-11-22 15:17:22 +03:00
game-server.js Ignore BOTs 2017-11-03 18:24:43 -05:00
LICENSE Create LICENSE 2017-02-23 22:37:07 -06:00
package-lock.json Remove unnecessary packages 2017-11-21 13:08:13 -06:00
package.json Remove unnecessary packages 2017-11-21 13:08:13 -06:00
README.md Update README 2017-12-29 00:58:33 -06:00
server.js Add stats screen, change name to Blockly.IO 2017-03-04 12:44:27 +00:00

Blockly.IO

This is a clone of the original Paper-IO released by Voodoo, except for one aspect. This will attempt to implement a multi-player aspect of the game (like a real IO game). Currently this has a playground at this link. It's a demo version of what to come. Hopefully by that time, the necessary server infrastructure could be obtained.

This is just a fun side-project for me. If you would want to use this code, it would be nice to let me know.

Running

After cloning this repository, run the follow commands to install dependencies and set up server. Enjoy!

npm install
npm start

License

This is licensed under MIT. As such, please provide due credit and link back to this repository if possible.