Platformer is a coding game designed with our C4C language to help grade school students learn the basics of computer science.
-
Clone this repository onto your computer.
git clone https://github.com/Code4Community/platformer.git -
Install npm
-
Navigate to this project and run
npm install. -
View the project with
npm run start.
For more details, read https://github.com/Code4Community/platformer/blob/master/doc/developing/01-getting-started.org
Learn more about webpack, phaser, and this project's architecture here: https://github.com/Code4Community/platformer/tree/master/doc/developing
This project is closed to outside contributions while it is in active development.