game.worlds vocabulary
Factor handbook ยป Vocabulary index


Documentation
Game worlds

Metadata
Tags:games, ui
Authors:Joe Groff


Words

Tuple classes
ClassSuperclassSlots
game-attributes world-attributestick-interval-nanos use-game-input? use-audio-engine? audio-engine-device audio-engine-voice-count
game-world worldgame-loop audio-engine tick-interval-nanos use-game-input? use-audio-engine? audio-engine-device audio-engine-voice-count tick-slice


Parsing words
WordSyntax
GAME:


Generic words
WordStack effect
begin-game-world( world -- )
end-game-world( world -- )
tick-game-world( world -- )


Ordinary words
WordStack effect
define-attributes-word( word tuple -- )
start-game( attributes -- game-world )
wait-game( attributes -- game-world )


Class predicate words
WordStack effect
game-attributes?( object -- ? )
game-world?( object -- ? )


Files


Metadata files


Children
VocabularySummary
game.worlds.private