Etchy-Sketchy GBA: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox GBA Homebrews |title=Etchy-Sketchy |image=etchysketchygba.png |description=Homebrew Game boy Advance game written in TinyGo. |author=Shellywell123 |lastupdated=2023/02/25 |type=Other Apps |version=0.1 |license=Mixed |download=https://dlhb.gamebrew.org/gbahomebrews/etchysketchygba.7z |website=https://github.com/Shellywell123/Etchy-Sketchy |source=https://github.com/Shellywell123/Etchy-Sketchy }} Homebrew Game boy Advance game written in TinyGo. ==Installation==..." |
No edit summary |
||
| Line 2: | Line 2: | ||
|title=Etchy-Sketchy | |title=Etchy-Sketchy | ||
|image=etchysketchygba.png | |image=etchysketchygba.png | ||
|description=Homebrew Game boy Advance | |description=Homebrew Game boy Advance application written in TinyGo. | ||
|author=Shellywell123 | |author=Shellywell123 | ||
|lastupdated=2023/02/25 | |lastupdated=2023/02/25 | ||
| Line 12: | Line 12: | ||
|source=https://github.com/Shellywell123/Etchy-Sketchy | |source=https://github.com/Shellywell123/Etchy-Sketchy | ||
}} | }} | ||
Game boy Advance adaptation of the classic mechanical drawing toy Etch A Sketch. Written in TinyGo. | |||
==Installation== | ==Installation== | ||
Revision as of 14:41, 21 January 2024
| Etchy-Sketchy | |
|---|---|
| General | |
| Author | Shellywell123 |
| Type | Other Apps |
| Version | 0.1 |
| License | Mixed |
| Last Updated | 2023/02/25 |
| Links | |
| Download | |
| Website | |
| Source | |
Game boy Advance adaptation of the classic mechanical drawing toy Etch A Sketch. Written in TinyGo.
Installation
Download the latest ROM and play it in an emulator/original hardware.
Controls
Left/Right - Left/Right
A/B - Up/Down
Screenshots
Credits
Quick thanks to the other community projects that made this project so simple.
- scraly/learning-go-by-examples for the example template.
- danmrichards/go-gba-pong for the key press method.