You can support the development on the Github Sponsors page.


Games > COLOR FLIP


A flipping platformer [TriJam#149]
made by Wojciech Graj
uploaded by wojtek_graj
added:
updated:
download cartridge
- CLICK TO PLAY -

8


Created for TriJam #149
Jump your way through an obstacle course that flips on and off!
Theme: flipped
Controls: Arrow keys
Time taken: 3h52

Comments


Popolon

I like the dynamic animation of the character sprite.

Coffeek41

So cool!


aykaramba

I love this game, very challenging! The character animation is amazing, so bouncy. For anyone that plays with a joystick, you can remap the up joystick jump to "a" button on the controller by changing this code:

if btn(0) then
if player.is_grounded then

to

if btn(4) then
if player.is_grounded then

I don't know why the remap feature in tic80 isn't working right now but it doesn't matter. Having access to code is so nice, learning so much.

frzysk

very quick but nice


Post comment