Kingin' It by JoshyOshKenoshi 2021-10-04T00:45:45Z
Fun little game, seemed a bit easy as mentioned by others, allowed me to be a total dick and easily make up for it the next day. The sound when killing someone was hilarious
Foon → Ludum Dare Explorer → Users → robert18
| Year | LD | Theme | Game | Division | Rank | Ov | Fu | In | Th | Gr | Au | Hu | Mo | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2025 | 58 | Collector | Clean That Garbage! | compo | 125 | 3.31 | 3.47 | 3.26 | 3.26 | 3.37 | 3.15 | 3.00 | ||
| 2022 | 50 | Delay the inevitable | Burger Nightmares | compo | 257 | 3.53 | 3.58 | 2.98 | 3.63 | 3.13 | 2.53 | 3.75 | 3.20 | |
| 2021 | 49 | Unstable | Walking Home Simulator | compo | 427 | 3.11 | 3.08 | 2.36 | 3.07 | 3.11 | 2.26 | 3.00 | 2.98 |
Fun little game, seemed a bit easy as mentioned by others, allowed me to be a total dick and easily make up for it the next day. The sound when killing someone was hilarious
I'm getting errors when extracting the zip file, same as mentioned by @mickm
Fun game, quite unique. Feels really polished as well
There seems to be a bug however with the spawning of the number of people to save. Every now and then not enough people spawn compared to how many you are supposed to save. It will say for example save 8 people, but only spawn 6. Then I get them all and can't finish the level.
Couldn't figure out how to continue after jumping the little platforms when you reached the little island, I tried over and over to reach the next wood platform but couldn't make it
I do like the athmosphere though, always like these kind of 3D games
I was indeed not sprinting, I assumed the control would be Shift as it is in most games but it wasn't.
I managed to complete the game by just sprinting my way past all the zombies without killing any of them hehe :D
Fun little game the sprinting made me feel like the flash
At first I thought the randomness of the destructive platforms was a downside, but thinking about it I feel it could be a fun way to improve your mind to remember things
Really well made game! I agree the respawn could be just a tad faster
Wow this was awesome! the atmosphere is great, fantastic job on this one, my favorite so far!
This game is a real beauty! such a good idea to use 'cheats' as a game mechanic. I do have to say the artifacting was a little bit too much, but other than that it's insane
Cool concept! As others pointed out you can kind of cheat and put the barrels directly in front of the cannon, and it would be nice if the amount of crates you can place per level is limitted.
Overall this is one of those games i'd sink a ridiculous amount of time into if there were enough levels
Really nice looking game, I couldn't get more than a score of 1 either it's extremely difficult!
Haha looks like you and I had a similar idea! love the graphics and sound!
I'm not sure if it's a good idea to make a game that requires a second player as that really limits your audience, I tried playing it alone controlling both sides, one thing I can say is having the score really big in the playing field really threw me off as my brain kept thinking it was an obstacle it would bounce against
I like silly games, the controls were a bit painful, and also food just randomly kept dissapearing when i brought it to the pickup point making it impossible to keep up.
Nevertheless am a fan just because its super silly and again I like those kind of games that don't take themselfs too seriously.
Side note, It's ludum dare 49 not 48
I love 3D game entries and endless games.
I do feel the collision detection is a bit off as I sometimes do not hit a rock and still die, or sometimes the other way around i do hit a rock and don't die.
Wow nice one, reminds me a lot of Doom! fast-paced shooters always just have something super satisfying about them, this one is no different.
Damn that was intense! So simple but yet so fun! graphics and audio were spot on as well, this is a great entry
Fun game, physics games are always cool, I love the attention to detail on the skeleton getting more and more fragile when stuff falls off.
Small bug when you die and try to restart it never drops items anymore making me having to re-start the entire game.
Cool game, best I could do was survive 115 seconds, I was so close to killing the 2nd vampire as well :( I already grabbed the bow.
Hahaha i guess quite some people had the idea to do something involving being drunk :D I'm struggling to keep track of all the keys to press!
The controls were really confusing me I was pressing down for dear life but appearantly I have to press left to go down. Also it was extremely difficult. I couldn't make it past the 5th turn or so.
Love the retro style nevertheless
Man the sound is terrifying, unfortunately the game is a very unstable for me, like half the time when I leave the room in the very first level, I get this error:
`new Light{x=1244.0, y=727.0, color=d2b48cff, on=true, name='newDefaultMouse'} total lights: 1 Exception in thread "LWJGL Application" java.lang.RuntimeException: Actor: Group | Label: Loading at com.badlogic.gdx.scenes.scene2d.Actor.act(Actor.java:110) at com.badlogic.gdx.scenes.scene2d.Group.act(Group.java:47) at com.badlogic.gdx.scenes.scene2d.Stage.act(Stage.java:226) at uk.co.vault101.mythos.screen.LoadingScreen.update2D(LoadingScreen.java:126) at uk.co.vault101.mythos.screen.Abstract2DScreen.render(Abstract2DScreen.java:15) at com.badlogic.gdx.Game.render(Game.java:46) at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:232) at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:127) Caused by: com.badlogic.gdx.utils.GdxRuntimeException: File not found: maps\level2.json (Internal) at com.badlogic.gdx.files.FileHandle.read(FileHandle.java:142) at com.badlogic.gdx.files.FileHandle.length(FileHandle.java:638) at com.badlogic.gdx.files.FileHandle.estimateLength(FileHandle.java:239) at com.badlogic.gdx.files.FileHandle.readString(FileHandle.java:204) at com.badlogic.gdx.files.FileHandle.readString(FileHandle.java:197) at uk.co.vault101.mythos.screen.GameScreen.processCollisionMap(GameScreen.java:602) at uk.co.vault101.mythos.screen.GameScreen.show(GameScreen.java:154) at com.badlogic.gdx.Game.setScreen(Game.java:61) at uk.co.vault101.mythos.screen.ScreenManager.showScreen(ScreenManager.java:39) at uk.co.vault101.mythos.screen.LoadingScreen.lambda$fadeToScreen$0(LoadingScreen.java:221) at com.badlogic.gdx.scenes.scene2d.actions.RunnableAction.run(RunnableAction.java:42) at com.badlogic.gdx.scenes.scene2d.actions.RunnableAction.act(RunnableAction.java:32) at com.badlogic.gdx.scenes.scene2d.actions.SequenceAction.act(SequenceAction.java:65) at com.badlogic.gdx.scenes.scene2d.Actor.act(Actor.java:98) ... 7 more Press any key to continue . . .`
And when I do get through the first level and then exit the room on the 2nd level the game doesn't continue and I just stand there at the exit frozen.
I took a look in the maps folder of the .jar and indeed level2.json does not exist, maybe a build problem?
Going in I expected it to be extremely difficult but it was really not too bad. Going to the side of the bridge seems to be the way to go. Good entry!
Jees I gave honest answers and the result was a little bit too real, I love these kind of games. Could have been a bit longer and more complex in it's answers though
The graphics are fantastic, I feel like the game is a great start for future expansion
Love the oldschool TV effect, really feels like a retro game.
Fun little game! I guess seeing as the camera doesnt go up when you reach the top you have to use the small blocks as well to be able to stack 15 crates without the tower going off the screen.
Graphics are great, the main menu alone impressed me. Fun game!
Cool concept! I do feel like it is a little bit luck based seeing as the objects are random, and the collision is a bit wonky as sometimes a character pretty much just floats in the air
Fun game, really unique as well! was difficult getting the barrels to stay on the ship
Fun little game, struggled killing the bosses but I'm just moving way too much causing the platform to collapse!
Also congratulations on finishing your first game jam! Solid entry for your first entry
I tore the whole thing down but nothing happened :(
Screaming at the bricks was super satisfying though (never thought i'd say that in my life!)
Reminds me a little bit of Teardown where u got to tear down buildings.
Nice game, i definitely can't beat your records.
The massive download size is a bit of a downside though, might turn people with slower internet off from trying the game.
I changed the bottom 2 downloads to have the assets excluded from the .jar file, hopefully that fixes your problem @kumber
Thanks @kumber and @devparty! a bit surprising to hear you actually like the art style as I really struggle with that and it always demotivates me from working on games. I guess i'm improving!
@tigeryue Good point, does give you more time to react, only problem would be the cars driving from left to right, as you would have just about no time to react
@Tattomoosa Could you please paste the full error it gives you so I can see if I can fix it?
@Tattomoosa I updated the download links, hopefully this should fix the problem, seeing as I can't reproduce it myself I can't test if this fixes it, could you please give it a try?
@dobryn Thank you! You can turn the double vision off as I figured it could be annoying! Playing your game right now!
@tattomoosa I changed a bunch of things, could you try this one? [https://mega.nz/file/198yHCKL#Oh4xzZabZ9BUNLI9D5AUEMU7BgYtkWjzL0lokOOIDbg](https://mega.nz/file/198yHCKL#Oh4xzZabZ9BUNLI9D5AUEMU7BgYtkWjzL0lokOOIDbg)
Sorry to use you as a tester I just can't replicate it but I really want to get the issue fixed.
Yay! Yeah I noticed that as well, wish I'd tweaked the difficulty a bit better. Thanks a lot for the testing!
Thank you for the nice comments! Glad to hear the game seems to run properly now!
@cauldron It should work on macOS as well as it's just a Java application, which should be cross platform, the windows and linux urls are both the same as well.
The web version is not working as @taffaz said, but the downloaded version is
Wow! the graphics and audio are fantastic
I really like the athmosphere, though it wasn't much of a challenge to win, it seems hunger actually goes below zero? when you just start the game it goes up rapidly but when you eat some food it stays at 0.
I love these kind of survival-like games
Cool type of tower defence game, at some point there were so many enemies the game became a slideshow haha, good job I enjoyed playing it
Not sure if i'm just blind but I can't find the resistance guy for the life of me. Nevertheless quite a fun game, I like the art style
Man the atmosphere and graphics are so nice, I feel like this is a great start for a bigger game. It is more of an experience than real gameplay but the atmosphere is great and I enjoyed it either way.
I had to look twice on the name of the game haha nice find. Nice graphics, love the little minigames too. Really shows how difficult multitasking is completing minigames while having to pay attention which buttons to press
The mood of the game is great and I like the concept. It was a little annoying constantly having to press next turn as well as the amount of 0 damage both I and the enemies deal
Browser gave me this screen: bug.png
Download worked fine though. I like goofy games but man is it difficult! best I could do was stay in air for just barely 3 seconds.
@jitspoe That indeed fixed it! it's working properly now in my browser (Chrome)
Nice game, wish there were more levels, this is the kind of game I can play for hours on end!
The dialogue system is extremely buggy, it duplicates dialogue/empties stucking you in the dialogue window
bug3.png
bug4.png
This was awesome fantastic graphics and the idea is great. Love the dialogue as well
Nice game, the difficulty curve is brutal I consistently died at ~2:10 mark, I do wish I could choose my own weapon at some point there are so many weapon drops I automatically switch weapon every second :P Had fun playing it!
This is a really neat and fun game, that oven jumping around looks hilarious, i think best I could do was a score of 130 before getting burned. Great entry
The intro animation is really nicely made, as @daniel-foutz said it also took me a bit to figure out where to drop people off, initially I thought I just had to keep driving making sure they can't get out or something haha.
The slow movement speed really tests my impatience ;) After finding like 5 logs it seemingly become impossible to find more, I walked all the way down and there wasn't a single log. The art style and sound are lovely I have to say
Cool game, nice graphics and it feels satisfying selling an item
Took me a bit to find the sweet spot ;) Immediately upgrade to an income of $398 and then spam upgrade population to always win
Really cool concept, I was a bit confused what caused me do die at first, maybe would be nice if the ghost was just a little bit better visible or if it was a bit more clear what's going on
I can't jump high enough as @cobouti said. I can only jump like half a block which looks like that shouldn't be the case. Both the web version (Chrome) and download (Windows) have the same issue.
@zantze Not bad! At some point you get a feeling for how many burgers/eggs to keep at the grill at a time :D game.png
@blockerz Thanks for the feedback, Graphics are not my strong point and certainly making sprites for people is just impossible for me ;)
Good point on the sound, I really should look into making better sounds and music tracks, so far all I've used is just SFXR to generate basic sounds.
@binarydiv @machwerx Good feedback on the iPad/phone support, this was my first ever web game (have always used Java), I'll definitely look into making future entries work with touch!
AS others said the controls weren't a great idea, Pressing enter to open a door is really unhandy as well. I do have a weakness for these kind of simple looking 3D games though
Cool game, and congratulations on your first Ludum Dare! Really solid game I like the idea
The graphics are so nice. it does become really difficult to see if theres a leak when the leak is underwater. I like the subtle effect of the plank shaking a little bit before breaking, allowed me to be ready for when it breaks. My time was 3:33 before the ship sank
The game repeately freezes for me, once at 134k points and once at 136k, no errors or anything just freeze. Seems to happen when the infection rate drops to a certain point?
Wasn't too sure what to do, I was moving the white tiles across the screen thinking I might end up finding some kind of upgrades or something. Interesting idea nevertheless
game2.png
Best I could do, solid game, the rotation was indeed a bit clunky sometimes inverting mouse input and the input hints, the concept is definitely cool
I didn't even join the event but i saw your post and realised you also made Park Lane and The Salatroitsk Incident which i both played and have stuck with me because of the awesome graphic style and the overall mood. I'm not able to rate but I loved playing this one!
The itch.io page is restricted, need to set it to public for us to see
Nice graphics, I saw some of your progress on the homepage before it came out good
Nice game i like the pixel art finished it in just under 5 mins after making sure i collect every log in the game
I can't seem to pickup the mushrooms at the beginning? i can pickup the flowers no problem but the mushrooms just don't get picked up. I do absolutely love the style and audio and i chuckled when i went to pick the flowers up.
Edit: It seems to be a problem with the LD embedded one, the game through the link does work properly!
Interesting game took me a bit to figure out what to do, visually it looks great
Idk why but the performance is unplayable, i have a RTX 3080 and i get 1-2 FPS, not sure if just me?
Really cool take on tower defense I enjoyed it, though it was a bit too easy, I didn't even realize I could build fences but didn't need them
I always love low-res 3D games, though I would have liked if the gritty filter was a bit toned down. Also I struggled to find the trash, marking the location of day 1 with smoke was a good idea. Athmosphire is great I was already on edge expecting jumpscares
Thanks, i was unfortunately unable to get the balancing right in time. It wasn't meant to rely so much on clicking but more on the turrets. Definitely would have been cool too having to refactor code ;)
@maytch That seems to be the best strategy! Makes you undefeatable
@hnkxobka @cogcomp I agree I wasn't able to get the difficulty right, next time I make a game that needs balancing i'll reserve more time for it
@notime4games Haha well done and that's a great idea for the arrays Edit: Woops.. Escape pauses the game, i typed it in a rush :laughing: I changed the description
@commanderstitch Hahaha that is absolutely wild!
Amazing graphics and atmosphere, love the addition of the story beside the gameplay
Fun game, one small i ran into is i can't see the platforms when they are below me so I just jump hoping there is a platform and i wont miss it.
Damn is it messed up I love games like this, good job
This is a really well made game, big fan of the idea and execution and how polished it is
Love the visuals! Definitely a cool game
Gratz on your first Ludum Dare entry! If i may offer some feedback, both the embedded and itch page are not working, also I would highly suggest uploading a cover image and provide a bit of info in the description.