A terminal interface for Pong, using the brick library for Haskell.
Windows support is questionable due to incompatibility with the vty library.
First get Cabal. Then:
git clone https://github.com/jibarozzibehr/pong
cd pong
cabal install
cabal run
Make sure your terminal window has at least a size of 80x24.
We've fixed the size so the game won't change if you make the window bigger than that resolution.