An open API service indexing awesome lists of open source software.

https://github.com/simonmichael/yacpong

Yet another Pong clone written in Haskell using SDL. Forked from snkkid.
https://github.com/simonmichael/yacpong

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

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.