Slashdot Mirror


Physics Platformer Gish Goes Open Source

An anonymous reader writes "After announcing plans to go open source due to the success of the Humble Indie Bundle, developer Cryptic Sea has released the source code of 2-D platformer Gish under the GPLv2. There's a mirror on github."

3 of 58 comments (clear)

  1. Only the engine by Jorl17 · · Score: 5, Informative

    As noted, only the engine has been open-sourced. All data (levels & gfx) are still available only upon buying. Not that such is bad, but I thought I'd share it with those idiots who didn't RTFA.

    --
    Have you heard about SoylentNews?
  2. Quality code by Anonymous Coward · · Score: 5, Funny

    The Gish source code drinking game:

    http://github.com/blinry/gish/blob/master/game/game.c

    Find a line with a magic number and take a drink.

    Warning: You will go blind in five minutes if you take part in this drinking game.

    1. Re:Quality code by DavidR1991 · · Score: 5, Insightful

      Who cares how bad the code is? The game got finished. It's playable and it's fun. The end user doesn't give a toss how many magic numbers there are

      I think there comes a point in any project where you have a choice between "Make my code pretty and perfect" and "Get this fucking thing finished". This guy obviously chose the latter. Fair play to him. Also, the coding being vile gives the FOSS community something to do, if you think about it.