
Ludum Dare #48compo
Madman - The Crazy Scientist
Controls
- Move: WASD
- Hypnotizing: Hold Space (while you're close enough to a citizen)
Important Notes
Movement controls will not work on 144Hz monitors. Please either decrease your refresh rate or use an another monitor! Many thanks :)
Known bugs: you can see in the comments :P
Story
You're a crazy scientist who doesn't like how loudy your city became recently, as the lockdown has's been ended. People flooded the street and shouting, because... well, just because they are allowed to.
In such a cacaphony you cannot concentrate on your project, so you decided to find and dust your old hypnotizer tool, go through the city and hypnotize everyone you can.
Obviously, it's not legal to do, so soon the police will catch you.
Accomplish your goal and decrease the city's noise to 40 decibel before they get you.
Screenshot
About the Author and the Game
I’m mudlee, father of one and a hobbist game dev. This is my 6th jam, 2nd LD.
This time I decided to leave Unity behind, and dream a big: "I'm gonna use LibGDX!". Boy, Saturday evening, I was still writing an A* algorithm, based on a 7 years old article. Interestingly, I had to do and code way more in LibGDX than in Unity, but still, this game is my best I've ever made.
I used:
- LibGDX
- Aseprite
- Gimp
- LMMS
- IntelliJ Idea Community Edition
- Ubuntu!
Comments51


SecretJuice26 Apr 2021, 06:33
This sounds really cool, but unfortunatly I wasn't able to figure out how to launch the game. I've worked very little with Java, so it's probably just ignorance on my part lol. A brief guide on getting it running would be appreciated!

mudlee26 Apr 2021, 06:36
@secretjuice there is a launcher.exe on windows and a start.sh on linux :) Or maybe you didn't manage to see the Start button? Can you make a screenshot pls?
Wunarg26 Apr 2021, 06:39
Tried to launch it but received an error log with EXCEPTION_ACCESS_VIOLATION instead


SecretJuice26 Apr 2021, 06:55
@mudlee Sure!
After clicking launcher.exe, a log file appears.
This pastebin contains the log file: https://pastebin.com/S5Np0Fsk
Hope this helps!
After clicking launcher.exe, a log file appears.
This pastebin contains the log file: https://pastebin.com/S5Np0Fsk
Hope this helps!
hungryroy26 Apr 2021, 07:01
Same here, the launcher just quits with an access violation in a log file. (Windows)

mudlee26 Apr 2021, 07:04
@secretjuice thanks, unfortunately it's a bit cryptic this way. But that's already a feedback that if I continue with LibGDX, I have to find a solution to avoid such things and if I cannot, what should I ask from the user who faced with the issue :) Am I right that you couldn't even start?
Anyways, I appriciate your help and feel a bit sad you cannot try it. But now, I'm gonna try yours!
Anyways, I appriciate your help and feel a bit sad you cannot try it. But now, I'm gonna try yours!
Rushhourz26 Apr 2021, 07:09
Really nice game, art, sound and everything fits pretty well. Though I woudl've liked that the character moves a bit faster
AwesomeZebra26 Apr 2021, 07:20
Pretty cool idea. The sound and art are really great. I don't know if that is intentional, but you can hold space to start hypnotizing and then just move really far away to escape the police, which makes the game really easy. I assumed at the start that you have to stay in range.
Also, would be great if you could hypnotize everyone in certain range (assuming that you have to keep them in range throughout the process) for that big risk-big reward.
Overall, really nice game!
Also, would be great if you could hypnotize everyone in certain range (assuming that you have to keep them in range throughout the process) for that big risk-big reward.
Overall, really nice game!

mudlee26 Apr 2021, 07:27
@pixelportalz thank you so much!
@awesomezebra it wasn't and even a friend of mine reported it, just totally forgot to fix it :)
@awesomezebra it wasn't and even a friend of mine reported it, just totally forgot to fix it :)
LakshyaIsAGod26 Apr 2021, 07:28
TODO: review game

Slowfrog Again26 Apr 2021, 07:31
I got the same violation on Windows but found a way to run the game manually.
1) I downloaded a version of Java from OpenJDK at https://jdk.java.net/16/
2) I unzipped the content of the Java archive to a directory, something like d:\soft\jdk-16.0.1
3) From a command shell, I went to the Madman directory
4) And ran: "d:\soft\jdk-16.0.1\bin\java -jar .\app\desktop-1.0.1.jar
Hope that helps.
1) I downloaded a version of Java from OpenJDK at https://jdk.java.net/16/
2) I unzipped the content of the Java archive to a directory, something like d:\soft\jdk-16.0.1
3) From a command shell, I went to the Madman directory
4) And ran: "d:\soft\jdk-16.0.1\bin\java -jar .\app\desktop-1.0.1.jar
Hope that helps.

LDJam user 24970526 Apr 2021, 10:02
It looks interesting but unfortunately I can't play it :/

mudlee26 Apr 2021, 10:19
Yeah, thank you guys, I try to investigate it and will see if I can fix it.
snesgaard26 Apr 2021, 10:31
It's like a GTA where violence isn't the solution to everything!
TBH I think faster walk and hypnotize speed would go a long way to improve the play experience :)
TBH I think faster walk and hypnotize speed would go a long way to improve the play experience :)

mudlee26 Apr 2021, 11:43
@secretjuice @hungryroy @sugarsugarsugar @wunarg @slowfrog-again guys, a friend of mine had the same problem, but looks like I managed to produce a new build, that works on his PC now. Can you try it? I updated the link to the new one (http://drive.mudlee.hu/games/ld48/windows_v2.zip).

Slowfrog Again26 Apr 2021, 12:15
Yep! The new build works. (I already played the game with my manual workaround)

Douwe_Ravers26 Apr 2021, 12:50
So funny :D The police sound effect alone :laughing: Very difficult but very nice to play.
Kevin S26 Apr 2021, 15:06
I really like your game. Great job on getting it done in 48 hours, which we both know isn't enough time. :cry:
This is a game I would explore developing further as I think it has potential.
Keep up the good work!
This is a game I would explore developing further as I think it has potential.
Keep up the good work!

John Harper26 Apr 2021, 15:16
Neat and inventive concept -- I like how you used sound to complement the gameplay.
Really nice to see a fresh take on the theme. The pixel art was very nice.
Really nice to see a fresh take on the theme. The pixel art was very nice.

emeraldboy4426 Apr 2021, 15:22
Great game! Really cool interpretation of the theme. It reminds me of the Cherry Poppers mission from Grand Theft Auto: Vice City. I'm a big fan of GTA and games about crime and evading police so I really liked this!
Okay so I'm playing on Manjaro Linux, an OS based on Arch Linux and when the sound level got to 45 dB the game froze for a good 20 seconds and then a "Congratulations" screen popped up. I thought I had to get it to 40 dB?
Okay so I'm playing on Manjaro Linux, an OS based on Arch Linux and when the sound level got to 45 dB the game froze for a good 20 seconds and then a "Congratulations" screen popped up. I thought I had to get it to 40 dB?
hungryroy26 Apr 2021, 15:23
Was finally able to run it! Great job on fixing in such a short time! I like the little scientist sprite, and also that deep booming hypnotic voice lol. It wasn't clear to me at the start that I had to hold space for a while to fully hypnotize a citizen, so I ran around just tapping space for a bit haha. Also, I'm not clear when the cop cars are close enough to "catch" you, so I just tried to hang out as far away from them as possible.

CrispyBun26 Apr 2021, 16:29
This was pretty fun! I liked the artstyle, and the colors worked well together. The concept is unique but it did get a bit repetitive with nothing new introduced, I think it'd be nice to at least hypnotise people faster as you go, or maybe even have the hypnotised people somehow help you hypnotise others or distract the police. Good job!

mudlee26 Apr 2021, 16:40
@crispybun thanks for your feedback! I planned a lot more, but as always, I ran out of time :) For eg: people seeing you hyptnozing other people on the street might say "what da fk you're doing, I'm calling a police", and they call the police. Or: people get hit by other cars on the road because they see what you do. Again -> others call police :)

SecretJuice26 Apr 2021, 20:04
@mudlee The new build launches properly for me now, but unfortunately when I try to move with WASD the character seems to walk in place and doesn't move. It seems reeaaally cool though. When a person walked by me on the side walk I still managed to hypnotize them, and the sounds and dialogue and everything associated with it was suuuper cool. Let me know if you need any extra information regarding the movement issue though.

mudlee26 Apr 2021, 20:58
@secretjuice is that possible you use a monitor that has higher frequency rate like 144hz? I messed up the controls a bit :)

SecretJuice26 Apr 2021, 21:27
@mudlee YES, I do use a 144hz monitor. I'll try it on my other screen.

Maple27 Apr 2021, 05:36
This game is hilarious! and the sound effects were top notch. I like the premise of the game, lol.
I noticed a glitch, after beating the game. When I tried to restart, the seconds timer continued, and also voodooing one person would win the game. Also, I'm not sure if intentional, but you can walk away from someone while voodooing them. Not a complaint, though; I used that to my advantage and was happy to do so. The ability to hypnotize multiple people at the same time would have been fun, but I suppose it makes sense to only work on one person at the time.
Overall pretty cool and funny entry. Nice work :>
I noticed a glitch, after beating the game. When I tried to restart, the seconds timer continued, and also voodooing one person would win the game. Also, I'm not sure if intentional, but you can walk away from someone while voodooing them. Not a complaint, though; I used that to my advantage and was happy to do so. The ability to hypnotize multiple people at the same time would have been fun, but I suppose it makes sense to only work on one person at the time.
Overall pretty cool and funny entry. Nice work :>

AssertFailure27 Apr 2021, 16:40
I feel like the hypnotizing takes too long when you can only hypnotize one person at a time. Gets quite boring after a while. But the idea is quite fun and the graphics and sounds are amusing :D

loonydrope27 Apr 2021, 16:43
I really enjoyed your game!
The sound effects of the citizens are maybe a bit to soft and cute for the crazy scientist to be as mad to them as he is!
Anyway the pixel art for the scientist and the environment is really beautiful and I love the little speech rectangles above the character when they talk, it integrates really well with the rest of the graphics.
The scientist voice is a bit freaking, but it fits perfectly with his hypnotizing goal.
At first I got caught by the police multiple times, but then I saw I could keep hypnotizing people while walking away. This helped me a lot!
I saw in the comments later that I'm not the only one who took advantage of this.
This is a really nice entry for this short amount of time, congratulations for your work!
(And it is really cool to have a downloadable linux version of a game, I am a bit frustrated with the amount of entries I cannot test right now, but that is another subject)
The sound effects of the citizens are maybe a bit to soft and cute for the crazy scientist to be as mad to them as he is!
Anyway the pixel art for the scientist and the environment is really beautiful and I love the little speech rectangles above the character when they talk, it integrates really well with the rest of the graphics.
The scientist voice is a bit freaking, but it fits perfectly with his hypnotizing goal.
At first I got caught by the police multiple times, but then I saw I could keep hypnotizing people while walking away. This helped me a lot!
I saw in the comments later that I'm not the only one who took advantage of this.
This is a really nice entry for this short amount of time, congratulations for your work!
(And it is really cool to have a downloadable linux version of a game, I am a bit frustrated with the amount of entries I cannot test right now, but that is another subject)

silkworm_sweatshop27 Apr 2021, 19:36
I really like the presentation, the visuals and the voice lines are great. Right now there are safe places where the police can never catch you which kinda removes any challenge. I think it would be more fun removing them and instead make the hypnotization a lot faster and possibly making it so you can hypnotize multiple people.

Heremeus28 Apr 2021, 07:03
Great idea and awesome that you managed to get so much done without an engine. I can't imagine even getting the rendering done in time with LibGDX, let alone finish a game with it! Good job on the NPC movement!
Sadly the controls wouldn't work for me. When holding down W/A/S/D the scientist would move 1-2 pixels and then stop. Sometimes I could randomly walk for a bit before I got stuck again.
Sadly the controls wouldn't work for me. When holding down W/A/S/D the scientist would move 1-2 pixels and then stop. Sometimes I could randomly walk for a bit before I got stuck again.

mudlee28 Apr 2021, 07:09
@heremeus thanks for your kind words! The movement is because something is wrong on 144Hz monitors. Next time, I'm gonna prepare for such stuff better :)
@silkworm-sweatshop oh, I forgot to put a police "wandering point" everywhere? :) thanks for your feedback!
@loonydrope the scientist is mad by default and that was the last drop in the bottle :D His voice is mine with some FX going over it and the police's sound is from my daughter :) I realized that you can walk away, but I had no time to fix, so I hoped no one will find it, but obviously everyone recognized... :D
@assertfailure @maple thanks for your feedbacks too guys! I really appriciate it :)
@silkworm-sweatshop oh, I forgot to put a police "wandering point" everywhere? :) thanks for your feedback!
@loonydrope the scientist is mad by default and that was the last drop in the bottle :D His voice is mine with some FX going over it and the police's sound is from my daughter :) I realized that you can walk away, but I had no time to fix, so I hoped no one will find it, but obviously everyone recognized... :D
@assertfailure @maple thanks for your feedbacks too guys! I really appriciate it :)

Heremeus28 Apr 2021, 07:48
@mudlee ha, you're right! Moved it to my 60hz second monitor and I was able to move. A bit slow and stoppy, but enough to properly play the game :) That's the kind of random struggles I remember from LibGDX as well haha. Last time I worked with it (years ago), certain graphic cards wouldn't display my rainbow shader and instead turn the screen white.



silkworm_sweatshop28 Apr 2021, 09:53
@mudlee
>oh, I forgot to put a police “wandering point” everywhere?
If I just hugged the wall here I seemed safe but maybe I was just lucky.
>oh, I forgot to put a police “wandering point” everywhere?
If I just hugged the wall here I seemed safe but maybe I was just lucky.

axeltherabbit28 Apr 2021, 11:09
The police sound was 10/10 :D
The game idea was funny but a bit repetitive.
The game idea was funny but a bit repetitive.
HPA9728 Apr 2021, 13:43
Very nice art style, great soundtrack and sound effects (Especially the police siren). For some reason I wasn't able to move around although the move animation played, so I was stuck in one spot and had to wait for people to pass so I could hypnotize them (Windows 10). Very interesting and unique take on the theme. Great entry!
Fatebreak28 Apr 2021, 15:10
Fun and silly little game. The hypnosis bit was funny but felt really long and tedious after the first couple times. Police sound effect was really funny. Nice job!

one-seed-fruit29 Apr 2021, 15:26
I find this really fun, and upon successfully hypnotizing someone, it felt satisfying. Like the sound and the voice with echo, it's really funny to me! I'm not quite sure how to avoid the police but I like their nee noo nee noo nee noo nee noo nee noo!!

lesinvisible29 Apr 2021, 16:40
Nice idea for the game and good execution. I liked the top-down view and graphics, and, of course, police sounds!

Kraemahz29 Apr 2021, 21:29
I was a bit confused by what triggered the police because at the top of the map I could just hypnotize people with the police driving by and it would never trigger. Maybe the radius is too small for them to "see" you from parts of the map?

guladam29 Apr 2021, 21:38
Lovely pixel art, I love how well you executed this minimalist, yet great style. You took an interesting and funny approach to the theme, and it reflects on the gameplay as well that you need to hypnotize random citizens just to make them quiet. I liked the overall idea of the game and I loved the sound effect of the police cars. :police_car: :speaker: :speaker: Great entry, congratulations. :wink:
My only advice is that I think the hypnotizing could be a bit faster.
My only advice is that I think the hypnotizing could be a bit faster.

Kovi30 Apr 2021, 18:42
This is a really fun interpretation of the theme for sure, and I like the really simplistic art style it has. I do think it could use another mechanic or two so there's a little more diversity in what you're doing, but the general premise is a lot of fun. Maybe making the hypnotizing process some kind of minigame so it's a little more involved, perhaps even making it vary somewhat each time so it's always a unique process, would add a lot to it.
Regardless, it's a great premise and it does a good job with what it has. Awesome work!
Regardless, it's a great premise and it does a good job with what it has. Awesome work!

Untitled Studios1 May 2021, 19:40
Interesting game, not the most fun (its a bit slow and losing feels arbitrary), but I found myself liking it anyways? It's very surreal in this captivating way - it feels like there's some sort of secret other game or story beneath it.

mudlee3 May 2021, 09:39
@untitled-studios @kovi @guladam @kraemahz @lesinvisible @one-seed-fruit @fatebreak @hpa97 @axeltherabbit thanks for your feedback guys! I appriciate any amount of time you put in the game testing it :) GLHF!

cannashblue7 May 2021, 02:07
I really like how you've interpreted the theme. Very fun. It felt very balanced. The hypnosis process took just long enough to be a nail biter, but not impossible. I really enjoyed it! It took me 518 seconds to win. The only constructive criticism I can offer is perhaps a more visual representation of the hypnosis process, like a loading bar above the citizen's head. The dialogue worked in a similar fashion, but took a while for me to memorize and interpret as such. Maybe I'm more of a visual learner than auditory. But in any case, I had fun! I think you did amazing. Thanks for making the game!

PhilStrahl18 May 2021, 17:17
Aaaaaand deeper -- woodoo! I managed to rid the city of all the noisy people but getting there was not a speedrun 😅 Here's my time with it on my stream: https://www.youtube.com/watch?v=T1oYMc95du8


I'm also a hobbyist and this is my first game jam, so impressed to see alll the creativity and the talent. Thank you for inspiring me!