free-game-0.3.0.0: Create graphical applications for free.

Portabilityportable
Stabilityprovisional
MaintainerFumiaki Kinsohita <fumiexcel@gmail.com>
Safe HaskellNone

Graphics.FreeGame.Util

Description

 

Synopsis

Documentation

untickGame :: Game a -> Game (Game a)Source

Run Game as one frame.

randomness :: (Random r, MonadFree GameAction m) => (r, r) -> m rSource

Get a random value from the given range.