/BrickGame

Brick game simulator.

Primary LanguageTypeScript

Brick Game

Free open-source brick game simulator. Built using typescript, webpack and the P5.js framework.

Feel free to fork this repository and create your own games!

To implement new games you only need to extends the class Game and GameControls

As the project grows I will update this documentation with a step by step to how implement new and cool games!

You can test and play some already developed games here.

Reference

You can access the reference documentation here.

How to run

First you need to clone this repository

git clone https://github.com/LeonardoPinheiroLacerda/BrickGame.git

Access the directory you just created

cd BrickGame

Install the dependencies

npm install

And run the project using

npm run start

Your browser will automatially opens on http://localhost:9000, if don't just do it manually.

And now just have fun!