agb/book/src/SUMMARY.md

15 lines
538 B
Markdown
Raw Normal View History

2021-11-24 08:57:07 +11:00
# Summary
2021-11-25 07:24:11 +11:00
- [Introduction](./introduction/introduction.md)
- [The Game Boy Advance hardware](./hardware/hardware.md)
- [Running an example](./setup/getting_started.md)
2022-08-02 07:26:32 +10:00
- [Environment setup](./setup/setup.md)
- [Linux setup](./setup/linux.md)
- [Windows setup]()
2022-12-10 02:20:30 +11:00
- [Mac OS setup](./setup/mac.md)
- [Building the template](./setup/building.md)
2022-01-02 09:49:07 +11:00
- [Learn agb part I - pong](./pong/01_introduction.md)
2022-08-02 07:26:32 +10:00
- [The Gba struct](./pong/02_the_gba_struct.md)
- [Sprites](./pong/03_sprites.md)
2022-10-14 06:52:11 +11:00
- [Controls](./pong/04_controls.md)