book/src/pong-tutorial.md
To get a better feeling for how Amethyst works, we're going to implement a Pong clone. You can find a full Pong example (our end goal) in Amethyst's examples folder. This tutorial breaks that project up into discrete steps so it's easier to understand what everything is doing.
Make sure to follow the Getting started chapter before starting with the tutorial / running the examples.
If you've cloned the Amethyst repo, you can run any of the examples like so:
cargo run -p pong_tutorial_01
The example named pong_tutorial_## contains the code which you should have
after following all tutorials from 1 to ##.