C4INAN GAME is an open-source game created by owner of C4INAN YouTube channel. It's open-souce for all people who want contribute with your development.
Documentation
Before you install, you need install some frameworks which can be avaliable in package.json.
./config
- The folder contains the configuration of passport framework.
./models
- The folder contains the model of a SQL table for can be access by server.
./public
- The folder contains the static files of the game.
./src
- The folder contains the UserController, the game code and routes system.
./views
- The folder contains all handlebars files which build the client side.