1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
PySolFC/html-src/rules/lightsout.html
2022-01-02 11:42:37 -05:00

15 lines
402 B
HTML

<h1>Lights Out</h1>
Lights Out type. One deck. No redeals.
<h3>Object</h3>
Flip all cards face-down.
<h3>Rules</h3>
<p>
A grid of cards are dealt in a grid, with some face-up and
others face-down. Any single card can be flipped - if a card
is flipped, all of its adjacent cards horizontally or vertically
are flipped as well.
<p>
The game is won if every card is flipped face-down at the same
time.