cardputer-bsc-nostd/examples/snake/readme.md

12 lines
287 B
Markdown
Raw Normal View History

2025-07-13 21:27:21 +01:00
# snake example
This is a more complex example, using the cardputer's display and keyboard to implement the game 'snake'.
## Run this example
With this repo cloned, run the following from either the root or this directory:
```shell
cargo espflash flash --release --package snake
```