packages feed

Ninjas-0.1.0.0: Ninjas.cabal

-- Initial Ninjas.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                Ninjas
version:             0.1.0.0
synopsis:            Ninja game
description:         A multiplayer game where you blend in as an NPC while trying to visit all of the ancient pillars. Press 'A' to attack, 'S' to drop smoke, 'N' for new game, 'ESC' to quit, click with your mouse to move.
license:             BSD3
author:              Eric Mertens
maintainer:          emertens@gmail.com
copyright:           Eric Mertens 2013
category:            Game
build-type:          Simple
cabal-version:       >=1.8
homepage:            http://github.com/glguy/ninjas

data-files: images/*.bmp

executable Ninjas
  main-is:             Main.hs
  other-modules:
                       Anim,
                       Client,
                       Character,
                       NetworkMessages,
                       Parameters,
                       Server,
                       Simulation
  hs-source-dirs:      src
  build-depends:
                       base == 4.6.*,
                       binary,
                       bytestring,
                       containers,
                       filepath,
                       gloss,
                       network,
                       networked-game,
                       random
  ghc-options:         -Wall