[Lunar-commits] <moonbase> xwelltris: introduction to moonbase
Michael 'v4hn' Goerner
v4hn at lunar-linux.org
Mon Sep 5 15:41:03 CEST 2011
commit 16e4d5abe3bf172b97ec191e5457ac6c45183e6f
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date: Mon Sep 5 15:41:03 2011 +0200
xwelltris: introduction to moonbase
---
games/xwelltris/DEPENDS | 1 +
games/xwelltris/DETAILS | 19 +++++++++++++++++++
2 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/games/xwelltris/DEPENDS b/games/xwelltris/DEPENDS
new file mode 100644
index 0000000..2fb0f72
--- /dev/null
+++ b/games/xwelltris/DEPENDS
@@ -0,0 +1 @@
+depends libX11
diff --git a/games/xwelltris/DETAILS b/games/xwelltris/DETAILS
new file mode 100644
index 0000000..f5864a8
--- /dev/null
+++ b/games/xwelltris/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=xwelltris
+ VERSION=1.0.1
+ SOURCE=$MODULE-$VERSION.src.tar.gz
+ SOURCE_URL=http://xnc.jinr.ru/xwelltris/src/
+ SOURCE_VFY=sha1:a4c63817966812eadaa0e4147f63889864d8b72a
+ WEB_SITE=http://xnc.jinr.ru/xwelltris/
+ ENTERED=20110905
+ UPDATED=20110905
+ SHORT="A sophisticated tetris clone"
+
+cat << EOF
+XWelltris is a tetris like popular game.
+Imaging that you are looking into the glass from the top.
+You see four walls and the bottom. The flat 2d figures falling down
+from the walls one by one. You can move these figures from one wall
+to another or rotate them. If the figure leave the wall then it moves
+on the bottom while another figure is pushed.
+You need to form full rows and/or columns on the bottom.
+EOF
More information about the Lunar-commits
mailing list