diff --git a/README.md b/README.md index 9437ade..10a63d9 100644 --- a/README.md +++ b/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)