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.
- Host: GitHub
- URL: https://github.com/simonmichael/yacpong
- Owner: simonmichael
- License: mit
- Created: 2010-10-27T13:14:31.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-10-27T13:41:50.000Z (over 15 years ago)
- Last Synced: 2025-02-08T17:41:59.102Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 717 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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.