12 lines
287 B
Markdown
12 lines
287 B
Markdown
|
|
# 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
|
||
|
|
```
|