Paper is not ready for use. It is full of bugs and is not vary organized
- download the most recent version of paper
- put that in the root of your web server - recommended name is "paper-game-engine"
- include the main.js file in your html you can reference the Paper Test.html for a place to start
- download the most recent version of the multi-player branch, this is signified by a M for the version letter
- put that in the root of your web server - recommended name is "paper-game-engine"
- create a node server that includes the Server.js in the Multi-Player folder along with any "add-ons" you want which are in the Add-ons folder
- create an html file that includes the Client.js in the Multi-Player folder along with any "add-ons" you want which are in the Add-ons folder you can look at the code in the Full Example folder for a grate starting point
Three.js is an awesome js project that creating a excellent 3D render using WebGL. The 3D work in progress version relies heavily on three.js and the Vector2 used in paper is from the Project! The Project is open source so I encourage you to check it out.
The Paper Game Engine by Thomas Booker is licensed under CC BY 4.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/4.0