Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Real Time Strategy (Games)

Journal Brainboy's Journal: My Games: Runtling

I have a pre alpha/ demo/ thing of my game Runtling.

Runtling version .00000000000000000001
http://www.filefarmer.com/Cullam3n/Runtling.zip

Yes, all you can do is throw the little dudes, and move around the palm trees. It's not exactly Starcraft yet.

TO DO:

        * Test out Combat code (it's mostly written, but i suspect its bug ridden at this point)

        * More Units

        * Bang out Level Design

        * MORE ANIMATIONS(yuk)

        * Change that ugly ass background

        * Better houses and stuff

The basic idea of Runtling is that its a 2d strategy game where your main mode of interaction is pickup units with the mouse and 'throwing' them. Plus the player will be given 'toys' that can be moved around and affect the battlefield. Units will spawn at the bottom, and the enemies will come down from the top. The object will be to defend the Runtling village which will be 10(or so) huts near the bottom of the screen which will be attackable by the enemy units.

Code is split going to split into 4 files

Objects.py - Main game objects. Workhorse of the whole thing
Runtling.py - Game mainloop. Does rendering and gathering of input.
Unit.py - Unit design, plus setting up the animations for the units
Level.py - The level design (not implemented yet)

I'd put up the source code. But's it a bit long for journel entry, and I'm just to lazy to put up at the moment.

This discussion has been archived. No new comments can be posted.

My Games: Runtling

Comments Filter:

Receiving a million dollars tax free will make you feel better than being flat broke and having a stomach ache. -- Dolph Sharp, "I'm O.K., You're Not So Hot"

Working...