A small game to learn keyboard input, meshes, and some more complex organizational patterns.
Follow the setup listed in the Bevy Book. This will get you setup with Rust and Bevy on your particular platform better than I could.
The game has two players starting in the bottom left and right. To control the left player use W, A, S, D to move. Q rotates counter clockwise and E rotates clockwise. The corresponding keys for the right player are I, J, K, L, U, and O.
The game ends when the two players roughly tile the target. Five seconds later the game restarts.