agb/book/src/SUMMARY.md

15 lines
538 B
Markdown
Raw Normal View History

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