update readme
This commit is contained in:
parent
3dab991c6f
commit
1f35d7ea08
1 changed files with 21 additions and 1 deletions
22
README.md
22
README.md
|
@ -82,7 +82,23 @@ Windows:
|
|||
.\run.bat
|
||||
```
|
||||
|
||||
## Play the examples
|
||||
## Play ZennDev1337 Games
|
||||
|
||||
### Dr. Boy
|
||||
|
||||
To upload snake to the Arduboy use:
|
||||
|
||||
Linux:
|
||||
|
||||
```bash
|
||||
./run drboy
|
||||
```
|
||||
|
||||
Windows:
|
||||
|
||||
```ps1
|
||||
.\run.bat drboy
|
||||
```
|
||||
|
||||
### Snake
|
||||
|
||||
|
@ -100,6 +116,8 @@ Windows:
|
|||
.\run.bat snake
|
||||
```
|
||||
|
||||
## Play Rust Games
|
||||
|
||||
### I'm now a Rustacean <3
|
||||
|
||||
To upload rustacean to the Arduboy use:
|
||||
|
@ -116,6 +134,8 @@ Windows:
|
|||
.\run.bat rustacean
|
||||
```
|
||||
|
||||
## Play Demo Games
|
||||
|
||||
### The demo games / tutorials from the official Arduboy forum [Rewritten in Rust]
|
||||
|
||||
- [Make Your Own Arduboy Game: Part 1 - Setting Up Your Computer](https://community.arduboy.com/t/make-your-own-arduboy-game-part-1-setting-up-your-computer/7924/1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue