Play game
Run OR Gun's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Design | #1593 | 2.372 | 3.750 |
Adherence to the Theme | #1784 | 2.530 | 4.000 |
Overall | #1956 | 2.108 | 3.333 |
Originality | #2407 | 1.423 | 2.250 |
Ranked from 4 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Leave a comment
Log in with itch.io to leave a comment.
Comments
Hey, our games have the same name! :D
Too bad, I can't try yours because it does not want to start up on my machine (Linux Mint). No error message, no nothing... :(
Man so many linux users. I couldn't test my game on linux since I don't have a linux machine.
I have finished your game! I thought you used same idea as mine but nope. Your idea was really neat!
I thought the same, and now I really want to try yours to see how it differs! :D
Fun quick game. I kept aiming for the head and it was not hitting the way I expect it to.
Played on Mac, everything runs fine.
Fun game, I really enjoyed the sound-effects. A sound for when a bullet respawns would have been nice though, especially in the last level.
I very much liked how you taught the collateral mechanic!
I enjoyed the game. It's hard and appears tiny on my HiDPI screen (java icetea on Ubuntu 18.04). What I liked the most was the sound effects (good sounds, synced nicely with actions) and the fast pace of the game made it flow well. The bad parts were the mis-aiming could be cruel sometimes and the AI was a bit dodgy here and there. But a fun game!
You should be able to resize the window - at least on windows, no idea if you can do it on ubuntu.
Zombies have rather small hitbox compared to their appearances, that was because of wall collision system uses the same hitbox as bullets do. And I have to make them small to fit them better in small spaces. (I made the collision system within jam period lol)
Thank you for feedback!
Error running on linux
java -jar run-or-gun-0.0.2.jar
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.lwjgl.LWJGLUtil$3 (file:/home/somkun/Downloads/run-or-gun-0.0.2.jar) to method java.lang.ClassLoader.findLibrary(java.lang.String)
WARNING: Please consider reporting this to the maintainers of org.lwjgl.LWJGLUtil$3
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Inconsistency detected by ld.so: dl-lookup.c: 111: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed!
I haven't tested with linux but someone in the comments managed to run on ubuntu. It might because of your java version maybe?
I have a potential fix (updated libgdx/lwjgl version) but can't upload because uploads are disabled now.