Added snake example

This commit is contained in:
ZacJW 2025-07-13 21:27:21 +01:00
parent 9381de5039
commit 19ce383be1
5 changed files with 370 additions and 0 deletions

11
examples/snake/readme.md Normal file
View file

@ -0,0 +1,11 @@
# 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
```