Retribution
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
Status | Prototype |
Platforms | HTML5, Windows, Linux |
Author | KronosWarrior21 |
Genre | Action, Platformer |
Made with | Aseprite, pygame |
Tags | 2D, Pixel Art, pygame, pygbag, Short, Singleplayer |
Average session | A few minutes |
Languages | English |
Inputs | Keyboard, Mouse, Gamepad (any) |
Accessibility | Configurable controls |
Install instructions
Windows: Unzip and run retribution.exe
Linux: Unzip, open unzipped folder in terminal, run using sudo ./retribution
Development log
- Web Version UpdateFeb 29, 2024
- Web VersionFeb 29, 2024
- Update 1Apr 21, 2022
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.