Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stelly-dev/game_of_life_adafruit_MacroPad
A simple game of life toy for the adafruit macropad, written in circuit python
https://github.com/stelly-dev/game_of_life_adafruit_MacroPad
Last synced: about 2 months ago
JSON representation
A simple game of life toy for the adafruit macropad, written in circuit python
- Host: GitHub
- URL: https://github.com/stelly-dev/game_of_life_adafruit_MacroPad
- Owner: stelly-dev
- Created: 2021-08-16T02:44:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-16T17:24:47.000Z (over 3 years ago)
- Last Synced: 2024-04-23T21:08:08.761Z (9 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-macropad - Game of Life - dev (Games)
README
# Game of Life on Macropad
---
A simple toy for fidgeting with your macropad.
## Dependencies
In addition to the default macropad libs, you'll also need to
add the [Adafruit ImageLoad](https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad) library## Instructions:
Press the button on the lower right to start the cell editor
From there, use the four buttons lit blue for cardinal directions
The center button that's pinkish blue selects/deselects a cellto bring your creation to life, again press the lower right button,
this will also pause the simulation and bring you back into the cell editor
if the game is already runningif you've made a mess, press the lower left button in edit mode
to clear the board.