Door To Door
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:
- Kenney's Assets (Sprite, Font, ETC)
- Retro Indie Josh's BGMs
- Font Antiquity by SciGho
Status | Released |
Platforms | Windows |
Author | Hyperkvlt |
Genre | Platformer, Puzzle |
Made with | Unity |
Tags | 2D, Pixel Art, Puzzle-Platformer, Retro |
Average session | A few minutes |
Languages | English |
Inputs | Keyboard |
Download
Download
Door To Door.zip 22 MB
Install instructions
- Download the ZIP file
- Extract the ZIP file
- 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 :)
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