Package blackthorn-user
Provides the game driver and encapsulates user configuraiton. Also provides
a sandbox for evaluation of input from the REPL.
About This PackageMain game loop User initialization User draw step User update step Main initializaionThe function main is called automatically at the start of every game. The operations performed by main during initialization are as follows:
Main game loopThe main game loop is executed in main, a function which is automatically called at the start of the game. The operations performed by main during the game loop are as follows:
User initializationThe game-init function may be provided by the user to define game-specific initialization behavior. If defined, it will be called automatically during game initialization (see above).User draw stepThe game-draw function may be provided by the user to define game-specific drawing behavior. If defined, it will be called automatically during the game loop (see above).User update stepThe game-update function may be provided by the user to define game-specific update behavior. If defined, it will be called automatically during the game loop (see above). | Exported Symbol Index
|