# Summary

- [Introduction](./introduction/introduction.md)
- [The Game Boy Advance hardware](./hardware/hardware.md)
- [Running an example](./setup/getting_started.md)
  - [Environment setup](./setup/setup.md)
    - [Linux setup](./setup/linux.md)
    - [Windows setup]()
    - [Mac OS setup](./setup/mac.md)
  - [Building the template](./setup/building.md)
- [Learn agb part I - pong](./pong/01_introduction.md)
  - [The Gba struct](./pong/02_the_gba_struct.md)
  - [Sprites](./pong/03_sprites.md)
  - [Controls](./pong/04_controls.md)