Join #ludumdare on irc.afternet.org
Mini LD #3 :: September 5th-7th Weekend :: Theme :: Tool

Sign In | Write your Journal
Home | Planet Ludum | Rules Wiki | Mailing List

Ludum Dare 12 Final Results NOW AVAILABLE

Click HERE for the Ludum Dare 12 entries image grid
(to be included in the image grid, you must upload an image to the blog)

ArmchairArmada's Archive

Did not come anywhere near finishing

Posted by ArmchairArmada
Sunday, August 10th, 2008

What I have is far from a game.  Maybe if it was a 3-day competition I could have completed something interesting with it, but as it is now all you can do is run around a tiny test stage.  It’s a very quick and dirty 3D engine with terrain collision and animation.  I have a hard time thinking small sometimes.  Maybe next Ludum Dare I’ll learn my lesson!

My Tower Thing - Requires Python, PyGame, and PyOpenGL

Banging My Head For What???

Posted by ArmchairArmada
Saturday, August 9th, 2008

I spent the past couple of hours trying to get a simple spacial partitioning system working so ray/triangle intersection tests between game objects and the world mesh would be reasonably quick … or so I hoped.  On my machine the frame rate drops horribly with even as few as 10 intersection tests per frame!  I guess Python’s not a good platform to write a 3D engine in.  :(

Would Anybody Object If I Require A Joystick?

Posted by ArmchairArmada
Saturday, August 9th, 2008

I am making a 3D game and I was thinking it might be easiest if I designed it to require an analog control joystick or gamepad.  Does anybody here not have a joystick of some kind?

Also, I might as well tell about my current progress.  I have a nice start to my 3d engine with loading .OBJ meshes and textures and correctly rendering them.  This is going smoother than I thought it would.

Irresponsible use of time

Posted by ArmchairArmada
Saturday, August 9th, 2008

It’s 4:46 am here and I have a bit of insomnia.  Anyhow, I spent more time than I should have creating the main character for my game, since so much more needs to be made.  My original plan was to write a simple 3D engine, so here’s Castle Man looking at something that cought his interest:

Castle Man

Thought I’d share what I had

Posted by ArmchairArmada
Sunday, July 6th, 2008

I know this is past the deadline and what I have is nowhere near complete, but I thought I’d share it anyhow.  I was hoping to have had at least 20 of the 48 hours available, but this turned out to be a rather busy weekend so I only got to work 12 hours on it.  With that said, however, what I do have is pretty decent (though the code is quite messy.)

It wasn’t originally going to be a simplified version of Mario.  I thought if I got the Mario part working the rest of it would be a cinch, since the rest of the game would only involve small modifications to the Mario code … Maybe if I had more time.

It requires only Python and Pygame.  I included a batch file and a shell script to help people run it, but if that doesn’t work for you just go into the ‘lib’ folder and have Python run ‘main.py’.

Mario can run, jump, collect coins, hit question blocks, break bricks, stomp on goombas, and die.  The controls are ‘left’ and ‘right’ to run and ‘x’ to jump.  The level has one really difficult part, but it doesn’t really matter because there is no real way of completing it.

Have fun and enjoy it!

Download: wizard_v001.zip

Progress on “The Wizard”

Posted by ArmchairArmada
Saturday, July 5th, 2008

I decided, what better movie to make into a video game than a movie ABOUT video games!  I’m surprised how much I have accomplished so far.  I have working game entity system, tile maps, animation, collision detection, game states, and some sprite and tile graphics.  It would have been a lot quicker and easier if I did not have to recreate the graphics for the games manually, but the rules are the rules.

Right now it’s just a Mario 3 clone, but I hope to also add in elements from Teenage Mutant Ninja Turtles, Double Dragon, and Rad-Racer.  Am I biting off more than I can chew?  Most definitely.  Screen shots for the final battle between Jimmy and Lucas:

I have no idea where the unicorns will be…


All posts, images, and comments are owned by their creators.