Index of /takeyas/Apuntes/Inteligencia Artificial/Apuntes/tareas_alumnos/Minimax/Demos/checkers/checkers

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[TXT]Copying.txt 2007-09-28 13:58 25K 
[TXT]LeiaMe.html 2007-09-28 13:58 1.2K 
[DIR]bin/ 2011-05-13 12:39 -  
[DIR]doc/ 2007-09-28 13:58 -  
[DIR]src/ 2011-05-13 12:39 -  
[DIR]unix/ 2011-05-13 12:39 -  
[DIR]win32/ 2011-05-13 12:39 -  

Checkers

This game was originaly created for an Artificial Intelligence class by me and a friend while we were at the University. Since then I have fixed some bugs updated the interface from AWT to SWING.

The code comments are in Portuguese, but I think that anyone can read Java code so I haven't bothered to translate the comments. If you want the comments translated please take a look at the C# version of the game.

A compiled version is already available in the bin directory.

Compiling the program

You need to have at least the JDK 1.3 installed to be able to compile the program.

Please ensure that the JDK's bin directury is in the PATH.

Execute the build.bat script inside the win32 directory if you're on Windows, or the build.sh script inside the unix directory if you're on Unix.

The script will generate the file checkers.jar into the bin directory and the classes documentation into the doc directory.

Running the program

To run the program, you just have to execute the run.bat script inside the win32 directory if you're on Windows, or the run.sh script inside the unix directory if you're on Unix.


© 1998 - 2002, Paulo Pinto, Pablo Tavares