An example scene showing basic funcitonality of the engine after the rendering update.
A simple projectile shooter with keyboard user input, collision detection, and text rendering.
Shoot down as many enemies as possible without getting touched by them.
Player movement:
- position: up/down, left/right arrows,
- rotation: e - clockwise, w - counterclockwise.
Shooting:
- space bar.