FractalBobz / game

Game prototype(s)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game prototypes

You'll find here different game prototypes and tests about game development in 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.

You can try the demo cloning or downloading the repository and typing

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

Have fun!

Screenshot

About

Game prototype(s)

License:GNU General Public License v3.0


Languages

Language:Haskell 98.9%Language:Makefile 1.1%