Join #ludumdare on irc.afternet.org
Ludum Dare 15 :: Coming in August :: Theme :: ???

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

NEWS: Ludum Dare 14 results now available!

View Ludum Dare 14 Results

Things on Top of Other Things

Posted by chrisp

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


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