Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Nice game (and made in one day I'm impressed) ! I wonder how you did this sword movement effect, which is very cool ! I think that the game is first too easy, and then too messy (with the auto lock attack), but this is one of the limitation of the PICO-8, you easily run out of pixels

Hi! Thanks for playing. I wanted to vary up the combat with more types of enemies, but in the end I settled for more enemies for time constraint. The sword effect is nothing more than storing some points every frame and drawing lines between them! You can see the code from the p8.png pico8 source file!