Back to Home

Lost in static

Games · Lost in static · paranormal

Lost in static

    I already wrote about one wonderful game , and thanks to the Habr it was ported to android, rewritten in javascript and flash.

    In continuation, I remembered about the wonderful Lost in static :

    Lost in the Static is a strange platform game that uses the human perception system to create a whole visual world using one simple static picture, individual parts of which move in different directions and at different speeds.

    Here are a couple of screenshots for the seed:






    How does it work?

    image

    Those. data:
    Game Developer: Silver Spaceship Software
    Genre: Platform (side view)
    Size: 2.45 Mb.

    Developer site
    Direct link to the game

    In total, the game has 39 rooms and they go through quite quickly.

    The game can be modified:
    You can try modding the game if you're crazy.

    Here are the colors used (in B, G, R order):

    uint32 colors[17] =
    {
    0xffffff,
    0x000000,

    // scrollers
    0x005eff,
    0x00b7ff,
    0x00ffae,
    0xa2ff03,
    0xffe100,
    0xff592b,
    0xfe3198,
    0xff00ea,
    // dual scroll
    0x6868d4,
    0xd468b1,

    // misc
    0x999999,
    0xc4c4c4,
    0xe68aff,
    0x00eff7,
    0xdb0012,
    };

    Read Next