This repo contains the source code of games built for Brick 1100.
These games are built using basic web techs: HTML, CSS, and JavaScript. With some fundamental knowledge of these techs, you can build your own games for Brick 1100.
To make your game's interface fit seamlessly into Brick 1100, there's a Bridge 1100 library that you can use.
For more detailed, step-by-step instructions, refer to this guide.
- Fork this repo.
- Clone your forked repo to your local machine.
- Create a new folder and name it as your game's name.
- Write your game's code in the folder (you can refer to the existing games for examples).
- Commit and push your code to your forked repo.
- Create a pull request to this repo.
Once your pull request is merged, your game will show up at https://brick1100-games.visnalize.com/<your-game>
, and you can then access it from Brick 1100.
See the Index page.