Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Thanks for your suggestions ! The game is written on Pico8 fantasy console. If it is possible to write a game relatively fast it's because it comes with a lot of constraints, such as limited resolution 128x128px, 16 colors, 4 channels sound and 8192 "bytes" for the code. I already have touch this limit multiple times and I can't figure out how to optimize more to free some bytes.

As an alternative to boost pad, you can gain some speed by driving on the half pipe. ;)

(+1)

Oh wow! I didn't know that about the half pipe. Nice dude :D

As for Pico8, I almost started using that. That's some major limitations. I hope that gets changed, or is optional in the future.