Name: fallingblocks Version: 0.1.2 Synopsis: A fun falling blocks game. Description: A game where blocks of different shapes fall down the screen. If you either fill an entire line or get four of the same color in a row, those disappear. How long can you go before the blocks fill the screen? License: GPL License-file: LICENSE Author: Ben Sanders Copyright: (c) 2009 by Ben Sanders Maintainer: Ben Sanders Build-Depends: base, SDL, haskell98, containers, SDL-ttf, SDL-mixer >= 0.5.5 Build-Type: Simple Category: Game data-files: music.mp3, Joystick.ttf, blueblock.bmp, cyanblock.bmp, greenblock.bmp, greyblock.bmp, orangeblock.bmp, purpleblock.bmp, redblock.bmp, yellowblock.bmp extra-source-files: Board.hs, GameController.hs, GameState.hs, GraphicsInfo.hs, Game.hs, Helpers.hs, Shape.hs, SplashController.hs Executable: fallingblocks Main-is: main.hs