Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coryflucas/macro-whack

A little whack-a-mole style game for the Adafruit MacroPad built with Circuit Python
https://github.com/coryflucas/macro-whack

Last synced: about 2 months ago
JSON representation

A little whack-a-mole style game for the Adafruit MacroPad built with Circuit Python

Awesome Lists containing this project

README

        

Macro Whack
===========

A little whack-a-mole style game for the [Adafruit MacroPad](https://www.adafruit.com/product/5128) built with [Circuit Python](https://circuitpython.org/).

## Install

Copy `code.py` to the root of your `CIRCUITPY` volume. This requires the `adafruit-macropad` library and its dependencies. You can install this with [circup](https://learn.adafruit.com/keep-your-circuitpython-libraries-on-devices-up-to-date-with-circup/install-circup):

```
$ circup install adafruit_macropad
```