stunts

A revival of the classic game Stunts (LambdaCube tech demo)

http://www.haskell.org/haskellwiki/LambdaCubeEngine

Latest on Hackage:0.1.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Csaba Hruska, Gergely Patai
Maintained by csaba (dot) hruska (at) gmail (dot) com

A revival of the classic racing game Stunts to serve as a non-toy-sized example for LambdaCube. In order to make it work, you need to download the original game as per the instructions given by the program.

The program contains screenshotting functionality that allows you to capture frames as separate PNG files to produce movies with a smooth frame rate. To enable, install with the capture flag:

cabal install --flags=capture

It is also possible to compile a version of the program that looks for the resource files in the current directory by enabling the portable flag.