Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

Race Against the NightView game page

Submitted by Slow State — 20 hours, 2 minutes before the deadline
Add to collection

Play game

Race Against the Night's itch.io page

Results

CriteriaRankScore*Raw Score
Gameplay#63.3003.300
How do you rate the game overall (you can consider fun, dev time, etc.)?#93.2003.200
Audio#152.6002.600
How well does the game fit the themes?#163.2003.200
Visuals#172.7002.700

Ranked from 10 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

How long was your dev time?
3 hours

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

Love the unique twist on a standard maze game. I got to 47 before losing!

Developer

Appreciate the kind words! Wow, that’s a much higher record than I ever would have imagined possible, thanks for playing 😁

Submitted(+1)

Very solid concept !! But the timer seems a bit too short for some levels :[]

Developer(+1)

Thanks! Yes unfortunately I didn't have the time to balance the maze length vs. timer. Some mazes are likely impossible.

Submitted(+1)

I love the procedural generation for the mazes (Im pretty sure it uses that, right?), once i got the hang of it I reached a streak of 10! Nice game, very fun!

Developer

Well done! You beat my high score of 8. I used a recursive backtracking algorithm to generate the mazes.

Submitted(+1)

was able to get a streak of 7, but it seems like some maps might be close to impossible because of how far the flag is from the player... i wonder if you could use pathfinding to dynamically scale the amount of time the player has? either way, super fun game, i love how the vignette slowly closes in so you kind of have to either remember or just guess how to make it all the way to the flag.

Developer (1 edit)

Appreciate the feedback! Great observation, I also noticed some mazes are (probably) impossible. I like that idea of scaling the light time, that'd be easier than balancing the maze algorithm to limit the flag distance (and would also retain the variability of maze length).

Submitted(+1)

It is pretty hard. I originally thought the light only dimmed while you were moving, so planned out my route to start with, but then I realised it dims anyway. Are the mazes procedurally generated?

Developer

Thanks for the feedback! Some mazes can definitely be a bit too difficult. I used a recursive backtracking algorithm to randomly generate the mazes and didn't get a chance to fine-tune it.

Submitted(+1)

Nice! Bit too hard for the short time, but solid idea

Developer

Thanks! Some mazes are practically impossible and some are too easy. Unfortunately, I didn't get the chance to balance the mazes generation algorithm.