Skip to content

theKidOfArcrania/BlocklyIO

Repository files navigation

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

Creating bundle.js

To create the public/bundle.js file, you probably need to run something like the following commands:

sudo npm install browserify -g
browserify game-client.js > public/bundle.js

Or something like that.

License

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

About

A clone of paper.io, using Node.JS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages