-
Notifications
You must be signed in to change notification settings - Fork 1
Home
rtperson edited this page Jan 4, 2011
·
9 revisions
Welcome to the Haskell-Pong wiki!
TODO:
- Fix Timing- right now it runs much quicker on my home machine than it does at work.
- Figure out why cabal build is throwing a warning that Prelude 3 is deprecated
- Add some QuickTest code to verify build correctness
- There are some weird collision behaviors right now. Essentially, the ball shouldn't collide with a paddle that it has already passed. (In other words, if xDir is negative, the right paddle shouldn't catch it. If it's positive, it should be likewise invisible to the left paddle.)