#gallery-1 {
margin: auto;
}
#gallery-1 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;
}
#gallery-1 img {
border: 2px solid #cfcfcf;
}
#gallery-1 .gallery-caption {
margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */
Hey, wow, I finished my game for this Ludum Dare contest.
I have to say this is probably the best game I’ve made yet in a contest. It is actually pretty fun.
The name of the game is Doomsday Eve. It is a cross between Missile Command and these Chaining games that are common on the Internet.
I will post a full post-mortem later, but I believe this game meets all of the constraints of this contest.
It only uses the 9 colors. It is the correct resolution. The sounds I made using the vocoder on my MicroKorg (which basically means a Microphone with processing). The music is slightly less than 24 seconds.
Actually the input category I really didn’t meet I just realized. I don’t use any keys on the keyboard actually. Just the mouse and the mouse button. Oh well, this game would not have worked well on the keyboard at all.
Anyway, there is a java applet (JRE 1.6) you can play here:
www.DoomsdayEve.com
Thanks and let me know if you enjoy it!
But to fully enjoy the game (and it is worth it because it’s pretty fun), I suggest you just download the jar and run it fullscreen on your computer. Again you have to have JRE 1.6 installed on your windows/max/linux computer.
Just double-click the jar and the game should start in fullscreen mode:
Fullscreen Download Edition
This was also by far the easiest time I’ve had of it. I only spent about 6 hours or so making the game. I wish every contest went like this one!