Handbook
Glossary
new-game? ( cells -- ? )
Vocabulary
minesweeper
Inputs
cells
an
object
Outputs
?
an
object
Definition
USING:
accessors
kernel
sequences
;
IN:
minesweeper
:
new-game?
( cells -- ? )
[
[
state>>
+clicked+
=
]
any?
]
none?
;