A downloadable game for Windows

Well, I sorta rush made this game for my thesis  using LDTK on Unity.

Now, then, the written report hell is waiting.

- ME, 2022 -


A short puzzle platforming game with 3 levels, each with 10 areas (room).


Tool Used:

Unity Asset:

Asset Used:

Download

Download
Door To Door.zip 22 MB

Install instructions

  1. Download the ZIP file
  2. Extract the ZIP file
  3. Click twice Play Game Shortcut or Door 2 Door.exe

Comments

Log in with itch.io to leave a comment.

Really fun game, nice level design, we immediately see the effort on the level design. My little problem is the jump but I think that basically the game is correct

Thanks!

Control is something I am still struggling at. For jump I used the simplest method on Unity (just add force), and yeah the jump often feels weird on me too.

Nice game! I enjoyed it thoroughly, and the main menu was great too. :)
The main criticism I can give is that sometimes I felt like I unfairly died due to the left/right controls sometimes not moving my character immediately. But otherwise, there was no real bugs I could see, and the presentation is well done :)

(2 edits)

Thanks!

Control is something I am still struggling at. The player input was sorta disabled during area transition and enabled after the fading end, that's probably one of the reason why the input felt lagging. Maybe I should've enabled it earlier