savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-hackers] submission of Sgamaja: Strategy games library for Jav


From: chimikalgnu
Subject: [Savannah-hackers] submission of Sgamaja: Strategy games library for Java - savannah.nongnu.org
Date: Tue, 11 May 2004 18:37:10 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040227 Firefox/0.8

A package was submitted to savannah.nongnu.org
This mail was sent to address@hidden, address@hidden


Michel Chilowicz <address@hidden> described the package as follows:
License: gpl
Other License: 
Package: Sgamaja: Strategy games library for Java
System name: sgamaja
Type: non-GNU

Description:
The goal of this project is to offer an highly generic java library to develop 
strategy board games without hidden information and randomness.
It will implement classical algorithms (minimax, alphabeta,...) to allow 
computer-playing for any strategy game. Anyone who wants to implement a new 
game will have to code only some data structures (board, move,...) and methods 
(evaluation function for board,...) so the generic computer player could work 
on the game.
Some classical strategy (chess, checkers, awale, ...) board games will be 
developped to illustrate the use of this library.
Some generic classes should be also developped to allow the building of 
simplified GUI for the implemented game and network communication facilities 
between remote players.

Currently, this projet is in a pre-pre-pre-...alpha status.
Some chunks of non-functional code can be found at the following URL :
http://updown.free.fr/sgamaja


Other Software Required:
This library will depend on the Java 2 API : a compatible implementation of 
this API will be required (GNU Classpath or Sun JDK 1.4). The project will not 
use parts of the Java 2 API badly-supported by the GNU implementation.

Other Comments:



_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]