From 1f35d7ea08bddbc38b0d1afd300f50a92e5fce72 Mon Sep 17 00:00:00 2001 From: ZennDev1337 Date: Mon, 4 Sep 2023 14:27:15 +0200 Subject: [PATCH] update readme --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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)