Handbook
Glossary
maze-game-demo ( -- )
Vocabulary
gamelib
.
demos
.
maze-game
Inputs
None
Outputs
None
Definition
USING:
accessors
kernel
ui
ui.gadgets.worlds
;
IN:
gamelib.demos.maze-game
:
maze-game-demo
( -- )
[
f
T{
world-attributes
{
title
"maze"
}
{
pref-dim
{
400 400
}
}
}
clone
main
>>gadgets
open-window
]
with-ui
;