Skip to content

Visnalize/brick-1100-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Brick 1100 Games

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.

How to build your own game

For more detailed, step-by-step instructions, refer to this guide.

  1. Fork this repo.
  2. Clone your forked repo to your local machine.
  3. Create a new folder and name it as your game's name.
  4. Write your game's code in the folder (you can refer to the existing games for examples).
  5. Commit and push your code to your forked repo.
  6. 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.

Game list

See the Index page.