I’m making a game called Qbik. You are a cube who was mysteriously transformed into a sphere and are trying to change back. The storyline is a bit shaky but I’ll figure it out as I go along.
Anyway, I have a problem with the game. Everything is size 1x1x1 and this should allow for easy gameplay because the player could fit through 1x1x1 gaps. It’s a 2D platformer built from scratch (my own assets and code). The problem is that although the payer should be able to fit inbetween the gaps it can’t, and can’t even fit through a gap of 1x1.1x1 and has to squeeze into 1x1.2x1. This proves to be a major problem in the level designs I have.
Here is a picture of my problem (the numbers show the y co-ordinate of the block):
I attached the compiled version but couldn’t upload the source so I uploaded it to my website. You can download it here:
Right-Click and press Save Target As