@hackage free-game0.3.0.0

Create graphical applications for free.

  • Installation

  • Dependencies (0)

  • Dependents (0)

Create something graphical with useful free monads.

Small instruction

  • load your image by loadBitmapFromFile, embedIO, and loadPicture.

  • describe an application using drawPicture, askInput, tick, and so on, in Game monad.

  • apply `runGame defaultGameParam` to run.

  • That's all!

There are experimental implementation of text rendering, but it yields strange pictures.