mgc-sketch is a helper tool for building small-scale games and gadgets using the mgc library as Arduino sketches.
The goal of this project is to make it easy to integrate mgc (a library for creating retro-style games and gadgets) as Arduino sketches.
- Build system support for Arduino sketches using mgc
- Easy integration of small game logic and utilities
Start with the pixel art sketch for a quick and easy first run:
samples/gadget/dot_canvas/README.md
For a more advanced game sample, check out:
samples/game/cat_tower/README.md
Thank you for your interest in contributing! We welcome the following contributions:
- Sample code (sketches or demos)
- Bug reports and improvement suggestions
Licenses vary depending on the directory:
font— See individual license files for details.- Other directories — MIT License, except for submodules. For submodules, follow each module's own license.