Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/coryflucas/macro-whack
- Owner: coryflucas
- License: mit
- Created: 2021-07-28T12:54:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-28T12:57:22.000Z (over 3 years ago)
- Last Synced: 2024-08-04T03:03:03.715Z (5 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-macropad - Macro Whack - a-mole style game for the MacroPad) by Cory Flucas (Games)
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
```