FoonLudum Dare ExplorerLD23 → C:\ Infected

C:\ Infected

By kevin_r_k

View on Wayback Machine

CategoryRankScoreCount
Fun1313.40
Mood3582.78
Overall3593.10
Innovation3973.00
Theme5842.70
Graphics6252.50
Coolness100720

Comments

gelatindesign 2012-04-23 21:28

That's a lot of fun, and pretty manic. Nice one.

nornagon 2012-04-24 00:00

Love the graphics :D

sdwil2k5 2012-04-25 00:06

Sorry, wouldn't work for me (java 1.6 here).
The gameplay description sounded promising though.

kevin_r_k 2012-04-25 01:25

Thanks for the feedback guys, and yeah I did a simple algorithim to switch the colors on squares every few frames. Check it out in the source I thought it was rather clever because of how simple it was. Also there's a timelapse here: http://www.youtube.com/watch?v=LB7ulSkOQso&list=UUATAg-4PO7Cxezk_u4wGsbQ&feature=plcp

whitetigle 2012-04-25 14:04

WASD made it diffucult to play on my AZERTY keyboard. So I am sorry I prefer not rate your game :)

madbranch 2012-04-26 02:44

I like the style and the idea. It seems to have some bugs with the enemies that stop moving and bullets that don't disappear.

jfransham 2012-04-26 19:55

if you're using LWJGL and you have platform-dependant versions because you need to specify the path, I'd suggest putting all the library files into one folder (I call it lib/natives, but it ultimately doesn't matter), excluding the solaris natives because they clash with the linux ones, and including the following code in your main(String[] args) function:

System.setProperty("java.library.path", System.getProperty("user.dir") + "/path/to/files");
Field fieldSysPath = ClassLoader.class.getDeclaredField("sys_paths");
fieldSysPath.setAccessible(true);
fieldSysPath.set(null, null);

(this goes for anyone using LWJGL)

cosmologicon 2012-04-27 00:08

Hey sorry I can't get it to work on Linux. When I try ./runGame.sh I get:

bash: ./runGame.sh: /bin/sh^M: bad interpreter: No such file or directory

I tried opening the file, but I have no idea what I'm looking at. It sure doesn't look like an invocation script to me. When I try java -jar infectionLinux.jar I get http://pastebin.com/XsZxCA81

Thanks for uploading a Linux version, anyway!

kevin_r_k 2012-04-27 01:54

@Jack They're INSIDE the .jar for each version

@Cosmo JarSplice autocreated the .sh file, I assumed it was correct sorry :(

Shadow 2012-04-28 20:57

I was confused at fist because what I assume it was the intro screen was a green bar for me. just like the gameover screen was a red rectangle. It took me a while to figure out I was supposed to press space to proceed (I just discovered you have stated that in the entry description). Once in the game it was a fun experience. The connection with the theme is rather vague, but the theme is somewhat there.

vilcans 2012-05-03 19:35

Wow, a Ludum Dare game with action! Totally crazy! I liked it before I even found out about the mouse controls.

dr-pingu 2012-05-09 12:07

Nice job :)

kevin_r_k 2012-05-10 01:25

Thanks for the feedback guys, wish I've been around to rate more entries but I've been rather busy.

@madbranch The bullets aren't bullets. They're bits of malicious code you're planting in the computer's system! They're intended to stay still! The enemies not moving is part of the game too, hitting them with any of your attacks will freeze them!

raptor85 2012-05-11 21:11

doesnt work in java 1.6 so can't test

minimicro 2012-05-13 22:00

Works but it's slow on my Mac (jdk 1.6)