Yellow and Dangerous - Day 5

Not much progress today, compared to the other days. Still, I think I'm not bad in time, should be able to create a few rooms on day 6 and day 7 and have some kind of game ready. The physics could be better, e.g. right now if I pull or push a block and there's another block on top of it... I just slide the lower block out instead of causing the upper block to move as well.

Also, my level editor isn't very easy to use, it's all inline ASCII. Which shows how I like wasting time... either using a simpler ASCII format (to save time), or writing a proper graphical editor (so I save time creating rooms) both would have been better ideas :P
room1 = r"""
                     _
           _       _| |_       _
         _| |    _| |_| |_    | |_
       _| |_|  _| |_|/|_| |_  |_| |_
     _| |_| |_| |_| |_| |_| |_| |_| |_
   _| |_|/|_| |_|/|_/.\_|\|_| |_|\|_| |_
  | |_| |_| |_| |_/ \_/ \_| |_| |_| |_| |
  |_|/|_| |_| |_/.\_/ \_/.\_|\|_| |_|\|_|
  | |_| |_| |_/ \_/ \_/ \_/ \_| |_| |_| |
  |_| |_|/|_/.\_/ \_/.\_/ \_/.\_|\|_| |_|
  | |_| |_/ \_/ \_/ \_/S\_/ \/ \_| |_| |
  |_|/|_/.\_/ \_/.\_/ \_/.\_/\_/.\_|\|_|
  | |_/ \_/ \_/ \_/ \_/ \_/\/\_/ \_| |
  |_/.\_/ \_/.\_/ \_/.\_/\_/.\_/\_/.\_|
  / \_/ \_/ \_/ \_/ \_/ \/\_/ \/ \_/ \
  \_/ \_/.\_/ \_/ \_/ \_/.\_/♥\_/.\_/ \_/
    \_/ \_/ \_/ \_/ \_/ \_/\_/ \_/ \_/
      \_/ \_/.\_/ \_/.\_/ \_/.\_/ \_/
        \_/ \_/ \_/ \_/ \_/ \_/ \_/
          \_/ \_/.\_/ \_/_\_/ \_/
            \_/ \_/ \_/ \_/ \_/
              \_/ \_/.\_/ \_/
                \_/ \_/ \_/
                  \_/ \_/
                    \_/
"""

(log in to comment)

Comments

these graphics are awesome, congrats :)
The levels must be a pain to type out.
Yeah, I gotta agree.  Anything but the method you decided on would have been better.

cute! i love it.