From 6183944f6686e95d3a07984429b879614c46dedd Mon Sep 17 00:00:00 2001 From: jgh Date: Sat, 4 Aug 2012 22:01:54 +0000 Subject: add new port: games/kye-data Original extra Levels for Python Kye. This is a clone of the game Kye for Windows, originally by Colin Garbutt. It is a puzzle game, which is a little like the old falling-rocks puzzle games, and perhaps also inspired a little by Sokoban. But Kye has more variety of objects, and so is capable of posing quite complex puzzles. This clone is written by Colin Phipps in Python and uses gtk. So it will run on modern Linux systems easily enough, and indeed should work on any system with working Python and pygtk. It works on Windows as well, for instance. WWW: http://games.moria.org.uk/kye/ WWW: http://www.nuke.demon.co.uk/kye/levels/ PR: ports/170312 Submitted by: nemysis@gmx.ch --- games/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'games/Makefile') diff --git a/games/Makefile b/games/Makefile index c33159e..5a95b17 100644 --- a/games/Makefile +++ b/games/Makefile @@ -450,6 +450,7 @@ SUBDIR += kuklomenos SUBDIR += kwappen SUBDIR += kye + SUBDIR += kye-data SUBDIR += ladder SUBDIR += lander SUBDIR += lapispuzzle -- cgit v1.1