packages feed

YACPong-0.1: README

YACPong.
======
Author: Korcan Hussein

Install
-------

cabal configure
cabal build
cabal install

Or:

runhaskell Setup.hs configure --user
runhaskell Setup.hs build
runhaskell Setup.hs install

Keys
-------

W/S      - to move the paddle up/down
P          - Pauses the game. 
ESCAPE - exit the game. 

Known Issues.
-----------------

In this version collision with the side of the paddle is detected but there is no proper response so sometimes the ball can not continue moving.