mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-10 17:11:34 +11:00
Rename to 01_introduction
This commit is contained in:
parent
70e91e496c
commit
f307db79e2
|
@ -8,4 +8,4 @@
|
||||||
- [Windows setup]()
|
- [Windows setup]()
|
||||||
- [Mac OS setup]()
|
- [Mac OS setup]()
|
||||||
- [Building the game](./setup/building.md)
|
- [Building the game](./setup/building.md)
|
||||||
- [Learn agb part I - pong](./pong/introduction.md)
|
- [Learn agb part I - pong](./pong/01_introduction.md)
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
In this section, we'll make a simple pong style game for the Game Boy Advance using `agb`.
|
In this section, we'll make a simple pong style game for the Game Boy Advance using `agb`.
|
||||||
You will learn:
|
You will learn:
|
||||||
|
|
||||||
|
* How to use tiled graphics modes.
|
||||||
* How to import graphics using `agb`.
|
* How to import graphics using `agb`.
|
||||||
* What Game Boy Advance sprites are and how to put them on the screen.
|
* 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 detect button input and react to it.
|
Loading…
Reference in a new issue