Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dovker authored Apr 28, 2021
1 parent 9093b6a commit 1bdd67c
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,37 @@
# GBA-Sketch
# 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!

0 comments on commit 1bdd67c

Please sign in to comment.