Join #ludumdare on irc.afternet.org
LD 11 :: Weekend of April 18-20 :: Theme :: Minimalist
Sign In | Rules Wiki | Planet Ludum | Write your Journal
Get motivated to compete in the foodphoto compo or timelapse compo!


The Results Are IN!! Congratulations mrfun, mjau, hamumu, and everyone else who competed!!
Time to hand out some trophies!!

Posts Tagged ‘platformer’

Frogger -X- Master Shake Finished

Posted by Detox
Sunday, June 8th, 2008

It’s Done! sort of…

frogger -x- master shake v1

Download here:
Download Frogger X Master Shake V3 MS Windows Version
Download Linux version
* Source included

My web pages with other projects

There are a whole lot of things I wanted to add but couldn’t. I’m pretty happy though about getting sound working and doing some halfway decent tile collisions for my first time.

**UPDATED** made it a little harder and improved particle performance, also jacked up the timer freq. for particle events.

Mini-LD 1: Frogger -x- Master Shake

Posted by Detox
Saturday, June 7th, 2008

This is my first Ludum Dare. I really like the theme and rules so I jumped in this time.

… so I stalled right out of the gate trying to pick a good pair of characters to face-off against each other. I had all kinds of ideas. My trouble was picking one and sticking to it. It’s definitely a fun theme. I picked Frogger from the 80’s arcade game and Master Shake from Aqua Team Hunger Force.

I like frogs and Shake is the perfect villain.

I picked a single-screen 1-on-1 duke-it-out style game with projectile and close quarters weapons. I haven’t done a 2D tile game before so I kept it simple: no scrolling, 1 screen, no OpenGL acceleration. it looks like the OpenGL acceleration isn’t that rough to add. I won’t have time tough.

So far I have a primitive particle system, my 2D tile drawing and loading from text files, and a simple sprite animated character. The mouse is used to aim the projectile weapon and fire. Keyboard moves left/right, jumping, change weapons, and can also fire weapons (as well as left mouse button).

The big stuff still to do:
very primitive collisions - rectangle-rectangle at tile level for jumping & weapon damage.
sound and sound content - this is a biggie for me. I haven’t messed with sound much before.
Draw Master Shake sprites
Draw “slap fight” hand-to-hand combat tile/sprite animations & add hand-to-hand game logic

Frogger -x- Master Shake

Tales from a Cavern

Posted by DrPetter
Monday, May 19th, 2008

Maybe this is what I should have been doing for the last LD… It took me two days to make and it’s based on the code of my LD11 entry (I didn’t even miss Felicity!)

Download over herely

Making “just a game” was kind of enlightening, since I didn’t have any real technical challenges to overcome and could just get on with content and putting in simple control logic to make it all come together. It’s pretty much an unthinkable project viewed in terms of what I’ve been doing the last few years, but since both development and result were enjoyable it’s a pretty clear hint that I should be doing it more often.

However, I ruin that immediately by having a natural impulse to make some kind of convenient editor/engine which would reduce the need to write copious amounts of replicated-but-slightly-modified code for instance when I want new enemy types etc. I have made these before, and each time I end up spending weeks or months working on it and then never really use it because I get increasingly unhappy with how it’s built. Still, I couldn’t possibly make a game of say 10x the complexity/scope of this one without using more structured code at the very least. And defining animations, scripted events, enemy patterns etc would quickly get tiresome and repetitive to do in code+Photoshop if you have more than one or two types to deal with. The grunt of this game (discounting image loading and input code) is a 1500-line C file, where almost all logic is directly in the main loop - wonderfully spontaneous way to work but of course breaks down with increased program size due to convoluted value/flow dependencies, loss of overview and the need to repeat code.

The fact that I did manage to create this in just two days though, and that I didn’t run into any major hickups along the way, probably says something about suitable code vs application complexity. If I had gone and made “a perfect design” with fancy classes and streamlined algorithms for everything, I would most likely not be done yet. More importantly, I probably wouldn’t even have started since such a small project doesn’t really justify that kind of work. Not without the prospect of a larger product coming out of it, and if there was one I would probably be too intimidated by the thought of that and keep trying to out-think myself in terms of what stuff I’d need to make that “great big thing” work eventually.

I think Derek Yu recently said something about coders being able to “doodle” games like artists sketch with pencil and paper, and that’s probably an important thing. A sketch is never meant to be used for anything substantial, it’s just playing around with the tools of your trade to make something spontaneous and fun. If it turns out nice then you could potentially do it again from scratch but “do it right” and expand on it if you wish - but you should definitely not be doing it the roundabout way to begin with since that would destroy the spontaneity and make it a laborious task instead of a free-minded sketch. When sketching you can only use whatever skills and processes that come natural to you, without considerable planning or conscious mental effort. Of course, with increased experience this set grows larger and some people could probably do advanced class hierarchies without thinking too much about it. All the more power to them.

Since I made this thing in such a short timespan, I have a pretty good overview of all the techniques I used and the bare-bones code needed to make them work. This could provide some extra value when designing larger game systems as I might be able to target my efforts more carefully, and not get overly general or implement pointless things. For trying out pure game ideas though, I still feel that it would be sensible for me to “sketch” in a more streamlined tool… a kind of game maker for sure, but definitely not Game Maker (for the simple reason that I’m incapable of using any tool that is close enough to what I could potentially build myself, which is a most unfortunate condition in terms of productivity… but creating a tool to fill some (possibly imagined) need of my own is just so very rewarding)

miniPals

Posted by fydo
Sunday, April 20th, 2008

miniPals is a minimalistic co-operative platformer. It features 7 levels of fun! 2nd player requires a joystick (sorry team)

Keep in mind that even though this is a co-op platformer, you can still enjoy it by yourself!

controls:

z - use power

x - switch player (1P mode only)

left & right arrows - move

check the README.txt for more information!

screenshots:

omg lol screenshoot for miniPalsomg lol screenshoot #2 for miniPals

win32 download with source: http://fydo.net/programming/fydo-miniPals-LD11.zip

LD 10.5 - Kittay

Posted by fydo
Sunday, February 24th, 2008

Howdy!

Here is my entry. It’s basically a cross between robotfindskitten and a generic platformer.

kittay screen 1kittay screen 2

DOWNLOAD: http://kittay.ca/kittay-fydo-LD105.zip (1.0 mb)

Written in C, uses OpenGL. Didn’t have time to make a linux binary, sorry team.

I’m planning on doing a post-compo version, with bugfixes and better level graphics. Also, I’ll incorporate the other 3 mini-songs that I recorded, too. ;)

Enjoy!

EDIT: Note that I’ve created a launchpad project for kittay. So you can file bugs there! Yay!

LD8.5 Entry: buggyGame

Posted by fydo
Tuesday, December 11th, 2007

This was my very first LD entry ever!

It was written with python + pygame. I don’t have my original compo submission version handy, these screenshots are from the slightly polished version of the game that I have available on my website. Since “Anti-Text” was one of the themes, there wasn’t a title on the title screen, nor was there the status bar on the bottom of the screen when playing the game. The final version has the same original 3 levels as the compo submission though.

buggyGame screenshot #3buggyGame screenshot #1buggyGame screenshot #2

All in all, I’m quite happy with the result. It’s a nice simple game that allowed me to show off some of my ‘graphics-making’ abilities. I spent the majority of my game development time doing the graphics. The first level in particular took a very long time because I digitally painted it using my wacom tablet (see the second screenshot above). Phew!

You can download the game (both win32 and python source available) and find a bit more information here:

http://fydo.net/projects/buggygame

Trans-Icelandic Express

Posted by jovoc
Sunday, December 2nd, 2007

This was my second entry, and the first time that I got something playable. This is still one of my favorite games from LD, even though the graphics are a little simple.

TIE is a puzzle/platformer, where must build a roadway across a series of ice floes, while avoiding the exploding sheep.

Trans-Icelandic Express

You can find the game here:

http://www.vickijoel.org/ldgames/TransIcelandicExpress_U1.zip

Jackie and the BS

Posted by DrPetter
Tuesday, November 27th, 2007

My first LD entry, for the #7 compo in December 2005.

Story, according to readme.txt:

You’re kidding right? Uhm… Control
Jackie as she tries to escape from her
sugar-induced nightmare by climbing an
ever-growing flower. Flying pigs are
attacking and she needs to feed them
candy until they burst.

Collect delicious pig eggs for score,
and keep a look-out for hearts to boost
your health should you need it.

What more is there to say? You jump around, throw candy, collect eggs and try not to fall into the water as platforms appear and disappear from the randomly growing flower. The flower itself was the most advanced piece of code in this one, and the first thing I started working on. Generally I seem to go about LD compos that way - think of some cool technical concept, then implement it and try to turn it into a retro platformer somehow…

Download, WIN32 binary+src: jackiebs.zip (1.24 MB)

Just starting out, no platforms have grown out yet.

Flower has grown a fair bit and there are tons of platforms.

Yoz

White pig has eaten too much candy, burst is imminent.


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