Skip to content

jpdoyle/Pong-Haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PONG

It's the very first video game ever, now on your PC!

Installing

This uses Cabal to build and run. Once you have Cabal, just run this in the root of the project:

$ cabal configure
$ cabal run

You will need SFML-Haskell and SFML-Control to compile this, and the CSFML library to link and run it. Cabal can install any other necessary libraries.

Playing

The game starts paused (<Space> toggles this). The left paddle is controlled with W/S, the right with Up/Down. The ball bounces differently depending on where it hits the paddle, and speeds up with each bounce. There currently is no winning score, so play forever or until you're bored!

Screenshots

1 4 6 9

About

It's Pong! In Haskell!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published