Skip to content
Preview
Image
*

you complete me

play online now (html5)

source code (puzzlescript)

3 Comments

  1. Mike wrote:

    I’m pretty sure this is difficult. It’s been a long time since my CS classes, so I think i’ve gotta solve it the old fashioned way. Thanks for this im high as hell and laughing atm

    Friday, December 25, 2015 at 2:24 am | Permalink
  2. Brian wrote:

    I’m pretty sure covering all green tiles is impossible, but I’d love to see someone prove it either way.

    Some interesting things to note about the source code:
    -It has references to a “freshice” entity which is never used
    -There is no win condition (although I’m not sure how you’d construct one for this in PuzzleScript)

    Monday, December 28, 2015 at 6:57 pm | Permalink
  3. Pietro wrote:

    Consider a vertical corridor, which is 11 squares long. Number the squares from top to bottom 1,2,…,11.

    Every time you fill an odd-numbered square, you must also fill an even-numbered square in order to get out of that corridor. (Only even-numbered squares are “connected to the outside”.)

    Since there are 6 odd-numbered squares and only 5 even-numbered ones, and it is impossible to “reuse” squares, it follows that it is impossible to finish even ONE vertical corridor without being stuck in it forever.

    Tuesday, May 17, 2016 at 12:48 am | Permalink