C:\ Infected by Kevin_R_K

[raw]
made by Kevin_R_K for LD23 (COMPO)
Written in Java; jdk7 so I'm not guaranteeing that it'll run on 1.6 or lower.

No guarantees for it working on Linux/Mac only tested windows.

Instructions are in the .zip file for each OS. READ THEM.

Press space to start, press space to restart.

Ratings

Coolness 20% 1007
Overall 3.10 359
Fun 3.40 131
Graphics 2.50 625
Innovation 3.00 397
Mood 2.78 358
Theme 2.70 584

Feedback

gelatindesign
23. Apr 2012 路 21:23 UTC
That's a lot of fun, and pretty manic. Nice one.
nornagon
23. Apr 2012 路 23:55 UTC
Love the graphics :D
10WonXero10
25. Apr 2012 路 00:01 UTC
Sorry, wouldn't work for me (java 1.6 here).
The gameplay description sounded promising though.
馃帳 Kevin_R_K
25. Apr 2012 路 01:20 UTC
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
25. Apr 2012 路 13:59 UTC
WASD made it diffucult to play on my AZERTY keyboard. So I am sorry I prefer not rate your game :)
madbranch
26. Apr 2012 路 02:39 UTC
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.
Jack
26. Apr 2012 路 19:50 UTC
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
27. Apr 2012 路 00:03 UTC
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
27. Apr 2012 路 01:49 UTC
@Jack They're INSIDE the .jar for each version

@Cosmo JarSplice autocreated the .sh file, I assumed it was correct sorry :(
Shadow
28. Apr 2012 路 20:52 UTC
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.
Martin Vilcans
03. May 2012 路 19:30 UTC
Wow, a Ludum Dare game with action! Totally crazy! I liked it before I even found out about the mouse controls.
Dr.Pingu
09. May 2012 路 12:02 UTC
Nice job :)
馃帳 Kevin_R_K
10. May 2012 路 01:20 UTC
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
11. May 2012 路 21:06 UTC
doesnt work in java 1.6 so can't test
minimicro
13. May 2012 路 21:55 UTC
Works but it's slow on my Mac (jdk 1.6)