Rename to 01_introduction

This commit is contained in:
GBA bot 2022-01-01 22:49:07 +00:00
parent 70e91e496c
commit f307db79e2
2 changed files with 2 additions and 1 deletions

View file

@ -8,4 +8,4 @@
- [Windows setup]()
- [Mac OS setup]()
- [Building the game](./setup/building.md)
- [Learn agb part I - pong](./pong/introduction.md)
- [Learn agb part I - pong](./pong/01_introduction.md)

View file

@ -3,6 +3,7 @@
In this section, we'll make a simple pong style game for the Game Boy Advance using `agb`.
You will learn:
* How to use tiled graphics modes.
* 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.