fallingblocks-0.1.1: fallingblocks.cabal
Name: fallingblocks
Version: 0.1.1
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 <bwsanders@gmail.com>
Build-Depends: base, SDL, haskell98, containers, SDL-ttf, SDL-mixer >= 0.5.5
Build-Type: Simple
Category: Game
Executable: fallingblocks
Main-is: main.hs