packages feed

snake-game 1.1 → 1.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep +GLUT

Dependencies added: GLUT

Files

snake-game.cabal view
@@ -10,7 +10,7 @@   Ofcourse, since snake is blind, player have to help the snake in providing proper directions so that snake will eat maximum boxes.    The games finishes when Snake swallows itself(i.e. when player gives wrong directions to the snake). -version: 1.1+version: 1.2 license: BSD3 license-file: LICENSE maintainer: Akash Fulchand Jagdhane <akashjagdhane@gmail.com>@@ -19,7 +19,7 @@ category: Game extra-source-files: README.txt library-  build-depends: base >=2 && < 5, OpenGL , random +  build-depends: base >=2 && < 5, GLUT, OpenGL , random    exposed-modules:     SnakeGame.Game     SnakeGame.Idle