Left/Right: Move
Up/Down: Aim
Space: Fire (hold to charge)
F2: Reset/Restart level
Use browser zoom controls to make screen larger/smaller
This game was made in a weekend at a private game jam, by me.
The game does not utilize any game engine. Each pixel is calculated every frame (this is known as a cellular atomata. As you might note on your computers fan speed, it uses up quite a lot cpu time.
The game is written in C++ using SDL2 and compiled with Emscripten.