games/cutemaze: Fix invalid chars in desc.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2016-05-26 16:11:39 +02:00 committed by Willy Sudiarto Raharjo
parent 8145828e1b
commit 3130d761b1
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
CuteMaze is a simple, top-down game in which mazes are randomly generated using
one of a choice of several different algorithms. You move the character through
the maze while hunting for targets (cheese, by default)the game is won once
the maze while hunting for targets (cheese, by default) - the game is won once
all of these targets have been picked up.

View file

@ -9,10 +9,10 @@
cutemaze: cutemaze (top-down maze game)
cutemaze:
cutemaze: CuteMaze is a simple, top-down game in which mazes are randomly
cutemaze: generated using one of a choice of several different algorithms. You
cutemaze: move the character through the maze while hunting for targets
cutemaze: (cheese, by default)—the game is won once all of these targets have
cutemaze: been picked up.
cutemaze: generated using one of a choice of several different algorithms.
cutemaze: You move the character through the maze while hunting for targets
cutemaze: (cheese, by default) - the game is won once all of these targets
cutemaze: have been picked up.
cutemaze:
cutemaze: Homepage: http://gottcode.org/cutemaze/
cutemaze: