faijdherbe

LD22

I’m in!

First Ludum Dare and excited to get started!

Weapons of choice:
– Java (been 5 years since last time I used java but I like the challenge). No special libraries as I wouldn’t know any.
– iPad with SunVox, Sprite Something, and SketchBook for resources

Good luck to all!

Framework update

I just thought I might want to use the JInput library to support gamepads for controls.

If time is on my side…

And if it fits the theme…

 

Good morning, ready to start!

Well, I’m ready to get started. Quite happy the theme is not kittens, but I will accept the challenge to put some kittens in my game.

The game i’ll be building will contain:

  • zombies
  • top-down
  • zombies
  • day/night cycles
  • zombies

10 hours left and my progress so far

I can’t stand to see anymore code for the moment so I thought I’d post an update.

The story is something like: “you woke up in the middle of a street, in a (not so) deserted city… ZOMG!! ZOMBIES!!”

Your goal is to survive as long as possible.

features so far:

  • day/night cycle.
  • shotgun, M4 & extra ammo
  • ugly level design
  • obstacles which can be picked up & dropped everywhere to block the zombies
lacks so far:
  • sound
  • collision detection (so obstacles are pretty useless right now, and you can’t die)
  • dead zombies
  • blood
  • welcome screen
  • gameover screen
screens: #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 */ Screen shot 2011-12-18 at 4.44.11 PM Screen shot 2011-12-18 at 4.44.29 PM

Finally! Done!

Wh00

First Ludum Dare, and I enjoyed  it!

Now it’s time to catch some sleep.

here’s a final screenshot:

#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 */ Screen shot 2011-12-19 at 12.52.51 AM Screen shot 2011-12-19 at 12.52.42 AM Screen shot 2011-12-19 at 12.51.01 AM

LD23

I’m in!

It will be a challenge to spend at least 8 hours on this LD but gonna participate anyway.

Not entirely sure but i think i’ll be coding for iOS this time.

Weapons of choice:

XCode, and probably my iPad stuffed with apps for creating graphics and sfx.

[edit]

oh, and good luck to everyone!

Progress so far

Got the engine up and running.

Now its time for some gameplay/story…

LD24

In!

Yes, in! Aiming at not making a zombie and/or platform game.

Will be coding in Java + slick2D

haven’t found an application for design though, anybody knows a good osX equivalent of paint.net? (don’t say Gimp)

Oh, Will also be streaming through http://twitch.tv/faijdherbe

Comments

22. Aug 2012 · 17:50 UTC
I see some Mac user here that use “Pixen” for their graphics need…
22. Aug 2012 · 23:58 UTC
Awesome to see more creative games than the standards. Much luck.

Streaming

Got streaming set up! So if you would like to see me fail try my best, feel free to watch 😀

http://twitch.tv/faijdherbe

Got some enemies wandering around already 😀

Basic player input done as well and some first steps into the collision detection. hoping i can finish the basic game mechanics within a few hours. so i’ve got the rest of the time to tweak and improve gameplay

 

“Done”

Yeah, uploaded my build to github and submitted everything. Only got about 12 hours of work in it because I got beaten the crap out of me by some sort of flu. spend most of today feeling completely useless.

Still very satisfied with the result, but think that if this flu didn’t happen I could have built a pretty solid game.

This only gives me more motivation to join the next LudumDare!

 

I would also really like to give some credit to Slick2D, a java library giving easy access to rendering images, playing sounds etc. Which made it extremely easy to build something that looks like a game, in such a short amount of time.