YACPong: Yet Another Pong Clone using SDL.

[ game, mit, program ] [ Propose Tags ]

Yet Another Pong Clone using SDL.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1
Dependencies base (>=4 && <5), data-accessor-transformers, fclabels, monads-fd, random, SDL, SDL-image, SDL-mixer, SDL-ttf, transformers [details]
License MIT
Copyright Copyright (c) 2010 Korcan Hussein
Author Korcan Hussein
Maintainer korcan_h@hotmail.com
Category Game
Home page http://github.com/snkkid/YACPong
Uploaded by KorcanHussein at 2010-05-30T19:09:10Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables YACPong
Downloads 1349 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-10-26 [all 11 reports]

Readme for YACPong-0.1

[back to package description]
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.