Home | Rules and Guide | Sign In/Create Account | Write a Post | Donate | #ludumdare on irc.afternet.org (Info)

Ludum Dare 23 — April 20th-23rd, 2012 — 10 Year Anniversary!

Ludum Dare 22 :: December 16th-19th, 2011 :: Theme: Alone

[ Results: Top 50 Compo, Jam | Top 25 Categories | View My Entry ]

[ View All (Compo, Jam) | Warmup ]


Things on Top of Other Things

Posted by
April 20th, 2008 6:25 am

screenshot-pygame-window-1.png

Minimalist game. Few pixels. Few words.

Download.

Windows, run executable. Ignore errors. They claim fatality. They lie.

Others, need python, pygame. Run python main.py

Tags:

5 Responses to “Things on Top of Other Things”

  1. Alex says:

    Try this level:


    stacks = [
    [wall(), block(), block(), monster_horizontal_only(1)],
    [wall()],
    [wall()],
    [wall()],
    [wall(), block()],
    [wall(), playerEnt],
    [wall(), block() ],
    [wall()],
    [wall()],
    [wall(), block()],
    ]
    exit = (0, 3)

  2. ChrisP says:

    You… you… just haxx0red my game mechanics.

    … Genius.

  3. Alex says:

    Here’s another one:
    (If you’re stuck on my previous level try this one, it might give you a hint.)


    stacks = [
    [monster(0) ],
    [block(), monster(0)],
    [block(), block(), monster(0), ],
    [block(), block(), wall() ],
    [block(), block() ],
    [block(), playerEnt],
    [block(), ],
    [block(), block(), block(), monster_horizontal_only(1)],
    ]
    exit = (0, 1)

  4. Alex says:

    Think quick!

    stacks = [
    [wall()],
    [],
    [wall(), ],
    [wall(), ],
    [wall(), ],
    [wall(), ],
    [wall(), ],
    [wall(), playerEnt, wall(), monster_horizontal_only(1)],
    [wall(), block() ],
    [wall(), monster(-1)],
    ]
    exit = (0, 2)

  5. Dathgale says:

    I really like that custom level with the monster on top of the exit. I wish more games went outside of the box like that.

Leave a Reply

You must be logged in to post a comment.


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

[fcache: storing page]