Play game
wild jam 35 - another zombie game's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Audio | #61 | 1.380 | 2.000 |
Fun | #66 | 1.380 | 2.000 |
Accessibility | #68 | 1.380 | 2.000 |
Controls | #68 | 1.380 | 2.000 |
Theme | #69 | 1.104 | 1.600 |
Graphics | #70 | 0.966 | 1.400 |
Originality | #70 | 1.380 | 2.000 |
Overall | #70 | 1.282 | 1.857 |
Ranked from 5 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Godot Version
3.3
Wildcards Used
all 3, but baddly implemented
Game Description
small dungeon crawler
Source
yes
Discord Username
Rafilly
Participation level (GWJ only)
yes, first
Participation level across all jams
third game jam
Leave a comment
Log in with itch.io to leave a comment.
Comments
I think that an html5 build would help you get a lot more ratings. Especially since this seems like a very lightweight game.
As far as gameplay goes, making the player slide around a little bit when they stop moving might make it feel better, as well as a walking animation.
Some game juice could add a lot to this. Here's a gmtk video with some tips
Also, I don't think you are normalizing the movement vector. This means that you can move faster in the diagonal directions.
I like that you are using pathfinding, but drawing the pathfinding path can give away the position of off screen enemies in some parts.
It says that the faster you are moving, the less damage you do. I think your game should have some visual feedback that indicates this. Maybe make your screen shake a little bit less, a little bit less blood comes off of the enemies, the sound effects are a little bit quieter, etc.
thank you very much!!!
can i do the html yet? i don't know if its against the rules
Im pretty sure you need to wait for the rating period to be over in order to update your game.
Couldn't open on Windows, got an alert saying that the .pck file was missing.
that's weird... let me see if i can find something
Turns out if you rename the linux .pck, it runs on Windows!
Pretty solid base game here. I like the speed|damage idea.
Thanks ^^
The original idea was to pick one weapon for the whole game, but it was easier to put them all on the character XD
If you download this on a Mac, the app lacks "quarantine" info so the Finder will complain that the app is damaged and refuse to launch it.
Solution: in a terminal, go to the app directory and use this command:
xattr -dr com.apple.quarantine wild\ jam\ zombie.app
anything i can do on my part to solve this?
I don't think there is anything you can do if you don't export on a Mac (and even on a Mac I'm not sure). Easier alternative for the player: right-clicking the app in the "Finder" selecting "Open" and confirming (twice).