From 1bdd67c5a8ff2ec5748ddbc8b56440c0fa0aafce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dovydas=20Vai=C4=8Diukynas?= Date: Thu, 29 Apr 2021 01:41:54 +0300 Subject: [PATCH] Update README.md --- README.md | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 61fa64f..3e8f492 100644 --- a/README.md +++ b/README.md @@ -1 +1,37 @@ -# GBA-Sketch \ No newline at end of file +# GBA-Sketch + +**GBA-Sketch** is a very simple drawing application made for a GBA Console, intended to be used for relaxation and playful purposes. It is not intended for any serious drawings, since the only way to erase your mistake is my clearing the whoe screen (as far as I know, there is no accellerometer, therefore shaking the screen is not possible) + +More information on Itch.io page: + +## Technical details +The application is programmed with C and compiled using DevKitARM tools. + +# Controls +* **DPAD** - Moving the cursor, drawing +* **L and R buttons** - Cycle through the colors +* **Start** - Cycle through the cursor colors +* **Select** - Clear Screen +* **B button** - Pause Drawing (Allows you to move the cursor but will not draw) + +# Colors: +* White +* Colorful mode +* Red +* Green +* Blue +* Yellow +* Magenta +* Cyan +* Grey + +# Cursor Colors: +* Drawing Color +* White +* Blue +* Red +* Black + +# Building +## GBA: +The Makefile is made with DevKitPro DevKitARM compiler in mind, therefore if you want to fiddle around with code and compile some code, DevKitARM must be installed!