Victor, a sprite-based SHMUP

Published on 2020-12-20 by David Norton

In 2019 I wrote Viktor, a sprite-based shoot-em-up (SHMUP) drawing inspiration from 1942 and Galaga.
(code is here, play it here.)

This was again written in Javascript, using P5.js as the base library again and adding P5.play for sprite and animation handling.


Neat things I ran into working on this project:

Screenshot of the game:

screenshot of Viktor, a SHMUP

Takeaways