@hackage YACPong0.1

Yet Another Pong Clone using SDL.

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.