Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Miss Mystie

12
Posts
8
Followers
11
Following
A member registered Jan 22, 2019 · View creator page →

Creator of

Recent community posts

Thank you so much, we're glad you had fun with the game! It was our first gamejam for most of the team so we're just as surprised it came together as a coherent experience haha. And I'll take the Undertale comparison as a big compliment as it's an amazing game!

(1 edit)

Really looking forward to play it as you intended it!

(4 edits)

I couldn't get the game to run properly, the fox in the first level was so slow that I had a gameover before even reaching an intersection. So I took a look at the code,  and basically what happens is that in the Traveller script you set the velocity by mulitplying xVelocity and yVelocity by Time.deltaTime. But thats only necessary when executed in an Update loop to scale the velocity with how fast the loop is running, since Time.deltaTime gives you the delta, meaning the time elapsed since last Update. You should just set it to new Vector2(xVelocity, yVelocity) here. Otherwise what happens is that if you have a fast pc, the first frame runs incredibly fast, so the animal moves incredibly slowly since the velocity gets multiplied by how long the start frame was. Hope that made sense!

Sad it couldn't run properly on my machine, but the concept looks interesting tho!

Really fun concept, could easily see it made into a full game! Though I had a really hard time performing certain movements, a way to do granular course-corrections would help a lot if it was expended on. Great job!

This certainly was an experience xD

A bit difficult, but the game has a very unique mechanic and a lovely old-school arstyle! 

The atmosphere is so soothing and relaxing! The ending hit surprisingly hard too, it caught me off guard and got me a little emotional 💕 Amazing job!

Beautiful retro artstyle! 

Thank you!

Thanks a lot, we're really glad you found the mechanic engaging!

Thanks a lot! Glad you enjoyed it! And we would definitly polish the controls with more time as it can get pretty chaotic haha

Thank you so much ! We're really glad we were able to make something people find entertaining !