Viridian Games

Viridian talks about his kids, game development, and anything else that comes to mind.

First Ludum Dare Practice Game - Wizard!

This is something I started a while back but didn’t get too far with. Now I’ve picked it back up and expanded on it in order to get some practice writing platformer mechanics.

  • Digg
  • Technorati
  • del.icio.us
  • Reddit
  • Slashdot
  • StumbleUpon
  • Google

7 Comments so far

  1. Ryan March 20th, 2008 9:18 pm

    Woah, cool!

    When did you make this?

  2. Viridian March 20th, 2008 11:26 pm

    Started on it a while back…actually over a year ago now that I think about it. Been working on it the last couple of days.

  3. Thomas Mauer March 21st, 2008 8:31 am

    Seems like I have seen that before… on a 360 perhapse…. ;)

    I like the level scrolling, that’s new from the last time I saw it.

  4. GBGames March 21st, 2008 10:46 am

    I always thought it was pronounced “Lew-dumb dar-ay”.

    Looking good! After this project, what’s next?

  5. Seth March 23rd, 2008 12:40 am

    Yay, ultimate wizard was a great game, I like that you made it a scrolly instead of the fixed screen.

    If you get around to completing it, make sure you add that great dying yell sfx.

  6. sol_hsa March 24th, 2008 12:55 pm

    Cool!

    Do note the “libraries you may use” thing though. Any pre-written code must be published beforehand so others may use it as well, and said code is not supposed to have any “game mechanics” in them, whatever that may mean - basically rendering code is ok, collision code is ok, generic physics code is ok, but using unreal engine (which happens to include all of the above) isn’t.

    LD rules aren’t written in stone, and the rules are more of a “feeling” than strict law.. basically you’re supposed to build the whole game during the weekend, but since you can’t possibly create EVERYTHING that weekend, some helper libraries (such as stdio =) must be allowed, but drawing the line is difficult..

    Pre-written platformer physics are a tough call, as if you just take a “platformer engine”, so to say, and just populate it with cool levels during the weekend, it’s probably in the violation of the rules.. however, if the “platformer engine” is just, say, 10% of the final game code, it clearly (in my opinion) won’t.

    If on the other hand you’re just warming up and seeing what kinds of things are possible, just ignore this =)

  7. Viridian March 24th, 2008 1:09 pm

    Yes, that last thing you said. I slightly misspoke in the video. I will be starting from scratch (other than my current framework).

Leave a reply