16a49f2527
GRhino, or Rhino its former name, is an Othello/Reversi game. What distinguish GRhino from most other Othello games is that GRhino will be targeted for experienced Othello players. Strong AI is the main focus with some additional good, useful features (like an endgame solver) is planned. The ultimate target strength of the AI is that it should be able to beat the best human player at the highest difficulty level.
13 lines
334 B
Text
13 lines
334 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2002/12/09 19:29:48 wiz Exp $
|
|
|
|
--- ad.prepend.orig Tue Sep 24 16:30:09 2002
|
|
+++ ad.prepend
|
|
@@ -40,7 +40,7 @@ docdir = @docdir@
|
|
etcdir = @sysconfdir@
|
|
localedir = @datadir@/locale
|
|
|
|
-pattern_dir = ${libdir}/${PACKAGE}-${VERSION}
|
|
+pattern_dir = @datadir@/${PACKAGE}-${VERSION}
|
|
|
|
CC = @CC@
|
|
CXX = @CXX@
|