mirror of
https://github.com/italicsjenga/agb.git
synced 2025-02-23 22:58:18 +11:00
14 lines
531 B
Markdown
14 lines
531 B
Markdown
|
# Learn agb part I - pong
|
||
|
|
||
|
In this section, we'll make a simple pong style game for the Game Boy Advance using `agb`.
|
||
|
You will learn:
|
||
|
|
||
|
* How to import graphics using `agb`.
|
||
|
* What Game Boy Advance sprites are and how to put them on the screen.
|
||
|
* How to detect button input and react to it.
|
||
|
* How to add a static background.
|
||
|
* How to make a dynamic background for a score display.
|
||
|
* How to add music to your game.
|
||
|
* How to add sound effects to your game.
|
||
|
|
||
|
With this knowledge, you'll be well equipped to start making your own games!
|