Retribution is a challenging 2D action platformer which puts you in the role of a rōnin, seeking revenge on the invaders who conquered your land and killed your master.

Use your sword to mercilessly slay the enemies who attempt to stand in the way of your revenge. Stay sharp as you fight, kill, die and gain strength to avenge your fallen clan. 

https://github.com/Mallet-Marie/pygame_metroidvania


Download

Download
Retribution Windows.zip 101 MB
Download
Retribution Linux.zip 109 MB

Install instructions

Windows: Unzip and run retribution.exe

Linux: Unzip, open unzipped folder in terminal, run using sudo ./retribution

Development log

Comments

Log in with itch.io to leave a comment.

Hi, great game! How did you convert PyGame into HTML5? And was there a performance hit?

I used pygbag. Depending on your code structure, it is relatively easy to set up. I didn't notice any performance hit but it might affect a more complicated/large-scale game. It was slow to load initially though.