Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 670 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 670 Bytes

Move To Target

A small game to learn keyboard input, meshes, and some more complex organizational patterns.

To Play

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.