Parents: | game |
Tags: | games, ui |
Authors: | Joe Groff |
Class | Superclass | Slots |
game-attributes | world-attributes | tick-interval-nanos use-game-input? use-audio-engine? audio-engine-device audio-engine-voice-count |
game-world | world | game-loop audio-engine tick-interval-nanos use-game-input? use-audio-engine? audio-engine-device audio-engine-voice-count tick-slice |
Word | Syntax |
GAME: |
Word | Stack effect |
begin-game-world | ( world -- ) |
end-game-world | ( world -- ) |
tick-game-world | ( world -- ) |
Word | Stack effect |
define-attributes-word | ( word tuple -- ) |
start-game | ( attributes -- game-world ) |
wait-game | ( attributes -- game-world ) |
Word | Stack effect |
game-attributes? | ( object -- ? ) |
game-world? | ( object -- ? ) |