11 lines
308 B
Racket
11 lines
308 B
Racket
#lang scribble/doc
|
|
@(require "common.ss")
|
|
|
|
@gametitle["Lights Out" "lights-out" "Logic Game"]
|
|
|
|
The object of this game is to turn all of the lights off. Click on a
|
|
button to turn that light off, but beware it will also toggle the
|
|
lights above, below to the left and to the right of that button.
|
|
|
|
Good luck.
|