games/tanglet: Fix README.

This commit is contained in:
B. Watson 2016-11-14 15:56:09 -05:00 committed by Willy Sudiarto Raharjo
parent 66e4954203
commit 4ab2da0bbf
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -1,10 +1,10 @@
Tanglet is a single player word finding game based on Boggle™. The object of
the game is to list as many words as you can before the time runs out. There
are several timer modes that determine how much time you start with, and if you
get extra time when you find a word.
Tanglet is a single player word finding game based on Boggle(tm). The
object of the game is to list as many words as you can before the time
runs out. There are several timer modes that determine how much time
you start with, and if you get extra time when you find a word.
You can join letters horizontally, vertically, or diagonally in any direction
to make a word, so as long as the letters are next to each other on the board.
However, you can not reuse the same letter cells in a single word. Also, each
word must be at least three letters on a normal board, and four letters on a
large board.
You can join letters horizontally, vertically, or diagonally in any
direction to make a word, so as long as the letters are next to each
other on the board. However, you can not reuse the same letter cells
in a single word. Also, each word must be at least three letters on a
normal board, and four letters on a large board.