A downloadable game for Windows

An obnoxious 2D top-down  maze game.

Find your way up to the Boss fight and then to the exit with the help of other characters in the game. Your only problem is, none of the characters is honest nor do they know what they are talking about.


StatusReleased
PlatformsWindows
Rating
Rated 4.0 out of 5 stars
(2 total ratings)
AuthorHarfsen
Tags2D, maze, Pixel Art, Top-Down, Unity

Download

Download
QuestionMark.rar 19 MB

Comments

Log in with itch.io to leave a comment.

I really liked the dialog boxes with the camera zoom and the text slowly popping in like in good old gba games.
It felt a bit rough when colliding with wall.
How do you do the movement of the player ?

Thanks for playing :)

I move the player  by getting horizontal and vertical inputs using Input.GetAxis under the Update method. Then under the FixedUpdate method, i call another method called "Move" with the parameters "horizontal" and "vertical". I store these parameters in a Vector2 variable and then use this variable in transform.Translate().

Thanks for the details.
If you make use of the rigidbody2D component you can avoid the bumps in the wall.
This is a quite good tutorial from couch ferret.
Maybe it will help you :)

The bouncing off the walls happens so the player won't walk through or get pushed through them

But i will check it out thank you :)

How can I play it? cannot open the .rar file.

Does it give you an error? Try downloading on the submission page here https://itch.io/jam/cgj/rate/476502

i cant open the .rar?

it says the file is corrupt...

It works for me and other peple as well

but i will look into it

yeah, maybe its just me