Home > YACPong

YACPong

YACPong is a project mainly written in HASKELL and C, based on the MIT license.

Yet another Pong clone written in Haskell using SDL. Forked from snkkid.

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.