update readme

This commit is contained in:
ZennDev1337 2023-09-04 14:27:15 +02:00
parent 3dab991c6f
commit 1f35d7ea08

View file

@ -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)