diff options
author | steve <steve@FreeBSD.org> | 1998-08-24 09:47:12 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-08-24 09:47:12 +0800 |
commit | d8c58af426be0b92f8d8235ecb5fad79ee21d807 (patch) | |
tree | b56195dcb6fad046275ab3765d7050ea2689df39 /games/merlin/pkg-descr | |
parent | 9766419f126219013cb0a7a84dcac89ad2239b4b (diff) | |
download | freebsd-ports-gnome-d8c58af426be0b92f8d8235ecb5fad79ee21d807.tar.gz freebsd-ports-gnome-d8c58af426be0b92f8d8235ecb5fad79ee21d807.tar.zst freebsd-ports-gnome-d8c58af426be0b92f8d8235ecb5fad79ee21d807.zip |
Initial import of merlin version 1.0.
Another pointless puzzle game for Tcl/Tk.
PR: 7601
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'games/merlin/pkg-descr')
-rw-r--r-- | games/merlin/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/merlin/pkg-descr b/games/merlin/pkg-descr new file mode 100644 index 000000000000..ac1d39335237 --- /dev/null +++ b/games/merlin/pkg-descr @@ -0,0 +1,11 @@ +Merlin is a puzzle game. The window contains nine buttons each of +which can either be in the "pushed in" or "popped out" state. +Initially the buttons are pushed in or popped out randomly. The +player must clear the board by toggling the buttons until they are +all pushed in. Buttons are toggled with the mouse or via the appropriate +number key. The user starts the game with a number of points. Toggling a +button costs a point. If you clear the board, you get some more points +and a new level to solve. If you run out of points, the game is over. +Merlin records the high-score and the high-level between games. + +http://outofnet.doc.ac.ic.uk/~np2/software/merlin.html |