dragonruby-book/src/SUMMARY.md
2022-12-11 10:27:05 -05:00

27 lines
725 B
Markdown

# Summary
[Introduction](./introduction.md)
---
- [Hello Dragon!](./01-hello-dragon.md)
- [Player Movement](./02-player-movement.md)
- [Spit Fire](./03-spit-fire.md)
- [Target Practice](./04-target-practice.md)
- [Fireball Clean Up](./05-fireball-clean-up.md)
- [Time Attack](./06-time-attack.md)
- [High-Score](./07-high-score.md)
- [Sound](./08-sound.md)
- [Background](./09-background.md)
- [Animation](./10-animation.md)
- [Scenes](./11-scenes.md)
- [Ship It!](./12-ship-it.md)
-----------
[Outro](./outro.md)
[Ruby Primer](./ruby-primer.md)
[Beyond the Code](./beyond-the-code.md)
[DragonRuby Resources](./dragonruby-resources.md)
[Game Dev Resources](./game-dev-resources.md)
[Source Control](./source-control.md)