Skip to content

Commit

Permalink
Added installation description and full path to screenshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlesniak committed Jun 10, 2011
1 parent cfca323 commit 7219ed3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,13 @@ Haskell (probably using OpenGL and Chipmunk). At the moment this repository
contains the source for a demo of a box with balls, simulated with Chipmunk und
visualized with OpenGL.

![Screenshot](/screenshot.png "Screenshot")
You can try the demo cloning or downloading the repository and typing

cabal configure
cabal build
./dist/build/game/game

Have fun!

![Screenshot](https://github.com/mlesniak/game/blob/master/screenshot.png?raw=true "Screenshot")

0 comments on commit 7219ed3

Please sign in to comment.