Added snake example
This commit is contained in:
parent
9381de5039
commit
19ce383be1
5 changed files with 370 additions and 0 deletions
11
examples/snake/readme.md
Normal file
11
examples/snake/readme.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue