| Portability | non-portable |
|---|---|
| Stability | experimental |
| Maintainer | Fumiaki Kinsohita <fumiexcel@gmail.com> |
| Safe Haskell | None |
Graphics.FreeGame.Util
Description
- untickGame :: Game a -> Game (Game a)
- randomness :: (Random r, MonadFree GameAction m) => (r, r) -> m r
- degrees :: Float -> Float
- radians :: Float -> Float
- loadPictureFromFile :: FilePath -> Game Picture
Documentation
randomness :: (Random r, MonadFree GameAction m) => (r, r) -> m rSource
Get a given range of value.