Update of /cvsroot/fink/packages/dists/unstable/main/finkinfo/games
In directory usw-pr-cvs1:/tmp/cvs-serv31127

Added Files:
        connect4-1.1-2.info 
Removed Files:
        connect4-1.1-1.info 
Log Message:
Fix URL


--- NEW FILE: connect4-1.1-2.info ---
Package: connect4
Version: 1.1
Revision: 2
Source: http://homepage.mac.com/bhines/files/%nv%v.tar.gz
Source-MD5: fb59ed4fa40ff2d91c69bc242e85f437
SourceDirectory: %n-%v-2/%nv%v
#Source: http://members.tripod.com/boneheadproductions/%n/dl/%nv%v.tar.gz
CompileScript: <<
c++ *.cpp -O2 -ffast-math -fforce-addr -fomit-frame-pointer -finline-functions -o %n
tail -2 README.txt >> LICENSE
<<
InstallScript: <<
mkdir -p %i/bin/
install -s %n %i/bin/
<<
DocFiles: README.txt LICENSE
Description: Text-based Connect Four game.
DescDetail: <<
An exploration into artificial intelligence. 

There are many computer players. Each uses slightly different
heuristics. When you set the computer's level you are essentially
telling it how many moves to look ahead in the beginning (it looks ahead
further as the game progresses). You can play human vs. human, human vs.
computer, or computer vs. computer. When the computer fights itself you
can set a different level and heuristic for each player.

The AI can be quite good, making it difficult to win if you do not 
make good moves in the early game.
<<
License: GPL
Maintainer: Ben Hines <[EMAIL PROTECTED]>
Homepage: http://members.tripod.com/boneheadproductions/connect4/

--- connect4-1.1-1.info DELETED ---



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to