XT gyoretsu - extended ncurses version of "Renshu-cho gyoretsu"

Goal of the game is to clear entire field by matching pairs of
neighbouring (adjacent or on the same line/column without any other
numbers in between) numbers, which must be either equal, or their
sum must be equal to strike out sum.

WWW: https://github.com/Penguinum/xtgyoretsu-forked/
WWW: http://saahriktu.org/games.html
This commit is contained in:
Dmitry Marakasov 2014-08-22 19:56:58 +00:00
parent 96392494fc
commit 2bcf302d77
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365692
4 changed files with 43 additions and 0 deletions

View file

@ -1142,6 +1142,7 @@
SUBDIR += xspringies
SUBDIR += xteddy
SUBDIR += xtet42
SUBDIR += xtgyoretsu
SUBDIR += xtic
SUBDIR += xtriangles
SUBDIR += xtris

31
games/xtgyoretsu/Makefile Normal file
View file

@ -0,0 +1,31 @@
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= xtgyoretsu
PORTVERSION= git20140822
CATEGORIES= games
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Extended ncurses version of "Renshu-cho gyoretsu"
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= Penguinum
GH_PROJECT= ${PORTNAME}-forked
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= d052143
USES= ncurses
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= *
OPTIONS_DEFINE= DOCS
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/Readme ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (xtgyoretsu-git20140822.tar.gz) = 2d01e15d8d0188b46a80bce008409f2525b4e82b38d64f338d1d355fa9544a9f
SIZE (xtgyoretsu-git20140822.tar.gz) = 15794

View file

@ -0,0 +1,9 @@
XT gyoretsu - extended ncurses version of "Renshu-cho gyoretsu"
Goal of the game is to clear entire field by matching pairs of
neighbouring (adjacent or on the same line/column without any other
numbers in between) numbers, which must be either equal, or their
sum must be equal to strike out sum.
WWW: https://github.com/Penguinum/xtgyoretsu-forked/
WWW: http://saahriktu.org/games.html