Play game
Survive The Maze's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Innovation | #17 | 3.625 | 3.625 |
Progress | #19 | 3.500 | 3.500 |
Overall | #39 | 2.875 | 2.875 |
Fun | #44 | 2.750 | 2.750 |
Polish | #44 | 2.750 | 2.750 |
Graphics | #48 | 2.875 | 2.875 |
Audio | #59 | 1.750 | 1.750 |
Ranked from 8 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
(Optional) Changes made to your project since the start of the jam
Three major changes.
1. I learned to write shader code and completely re-did the shadow engine (which is the core component of my game)
2. I increased the performance of the game by more than 5X. (I did have a web version, but I'm still not satisfied with it, so I'm focusing on the downloadable versions instead)
3. I added a second game mode, allowing the player to play as either team, although the AI isn't written for the second game mode yet.
While I know that we will be ranked in all categories, I specifically targeted Innovation, Fun, and Progress. Graphics and Audio are a tomorrow problem :-) Also, I put a lot of fun debugging tools in there, tilde (`) to activate!
(Optional) Devlog
https://sdggames.itch.io/survive-the-maze/devlog/277162/its-time-for-the-marathon-game-jam
Leave a comment
Log in with itch.io to leave a comment.
Comments
Cool game, and cool concept! I like how you've added the premise - I play as either a Minotaur, or the Spartans; it's no longer just a maze game.
It might be worth to add some in game explanations. Despite the fact, that I still play Age of Empires, I didn't realize the controls from there, apply here as well. (Even AoE was telling the player to "click the soldier, then RIGHT-click near the flag")
Add the audio! The game experience will immediately improve many times over!
It's true, that the Minotaur from Spartan mode needs an AI improvement. On my first try, I didn't meet him at all. On my second try, it just rushed full kamikaze at the Spartans, and died in the light, since I had them stick together.
So, overall, enjoyable game, and some meaningful progress made over this month!
Thank you for the feedback! I'll be putting audio and a tutorial in next! The Minotaur shares the Spartan's AI, which means that he does the exact opposite of the winning strategy right now :-/ He should be smarter soon
Interesting concept. I was expecting it to be like pac-man ghosts hunting me down, but noticed that they move away from you if you move into the light, I like it. The game definitely needs to give some goal or incentive of something for the player. How do you feel about the player holding a light himself? Or are you designing around the player being blind to both what's around and the fog of war areas of the map?
Thanks for the feedback! The primary concept is a struggle between the bearers of the light, and the creature that lives in the darkness, I'm experimenting with putting philosophical ideas into the mechanics of games instead of just the narratives. So he's not getting a light :-) But I am thinking about putting extra lights into the maze that the Minotaur can extinguish and the Spartans can light. I'll be adding atmospheric fog, etc., hopefully that can help with the concept. I might make the walls into "denser" mist so they are still visible outside of torch range.
Interesting idea, need sound, graphics can wait. Also it needs instructions i was trying the entire keyboard, then the mouse till i found it moves using the right button, something unusual.
It will be great to play with friends having 2 teams.
You polished a lot the game from that old version to this one i'm sure you can go further, it seems the mechanics and the engine is finished, now you can go for the sound and graphics.
Good luck!
Thank you for the feedback! I'll be putting audio and a tutorial in next!
Hi there!
I think the core mechanic of your game is really fun and has a lot of room for growth and ideas. If you focus on improving visuals and adding sounds it will turn into something great!
Thank you for the detailed feedback! I've thought about making the game co-op multiplayer like you mentioned, it's just hard to demonstrate that concept in a game jam when only one person is playing at any given time :-) I will definitely look into it, though!
Hi there!
I think the core mechanic of your game is really fun and has a lot of room for growth and ideas. If you focus on improving visuals and adding sounds it will turn into something great!
Cool proof of concept. You can really see the difference when comparing the the old version and the new. I also was unable to load the web version as noted below, but the desktop version worked for me. I did see what felt like a small bug. The game let me clip into walls which I think meant I was not marked as discovered.
Thanks for the feedback! I did forget to turn collisions back on, I was having trouble with the player getting stuck against walls in an earlier version. I should probably put that back in!
Thanks for the feedback! I ended up removing the web version, it came with too many compromises. Multithreading doesn't work in all browsers, I'm not sure if that was your issue or if it was due to something else. Windows is more stable :-)