Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Tableau on Tablet!View game page

Submitted by enricortinovis, Eduardo Bellon, OgradG — 33 minutes, 52 seconds before the deadline
Add to collection

Play game

Tableau on Tablet!'s itch.io page

Results

CriteriaRankScore*Raw Score
Sound#123.4443.444
Art#253.3333.333
Mechanics#512.5562.556
Overall#552.5562.556
Fun#572.4442.444

Ranked from 9 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted (1 edit) (+1)

that was tough, mainly cuz the movement system (im not a fan of the unity default fpscontroller) and the flat colours + black bg makes it hard to tell the distance but i enjoy a challenge. you really gotta learn when to sprint and when not to on those jumps.

i didnt expect the game to turn into a completely differend one at the 1st checkpoint, that was really cool.

at the end you mentioned you wanna continue the game, i think itd help to have some easier platforming at the start. if youve never played a game with the unity fps movement it can be hard to get into

(1 edit) (+1)

cool and fun, but the controls don't feel very good, they should a bit more responsive ;)

Submitted (1 edit) (+1)

I ragequit after getting to the first white platform. The music is BEAUTIFUL and the art fits, but oh my heckling god, the movement made me want to cry


If this is made with Unity, I'm betting that your code looks something like this:

    if(Input.GetAxis("Vertical") > 0){

    //move forward

    }

This is unwieldly, because it means there is a delay between when you let go of the forward key and when your character actually stops. Instead, it would be better to use Input.GetAxisRaw() which instantly goes back to zero when the axis is let go.

Additionally, the narrow field of view meant I always had to look down to see the platforms, which felt clunky. If you changed these two bits, you would have a truly well made game! If I had the patience, I probably could have beat it. Not before I would have been in danger of tilting so bad that I fell over, though. Good job on this!

Submitted(+1)

I cant reach the second platform? Am I missing something? Looks cool tho

Submitted(+2)

Hold shift to run!

Submitted(+1)

Game is just the classic parkour jump game, Mechanics is just the default unity standard assets, music is not bad, art is perfect, overall 3/5, and the main menu is kinda hard to read

Submitted(+1)

Very hard, but I loved the music!