[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-hackers] submission of Cetrainty, a Risc clone - savannah.nong
From: |
rkwtavdw |
Subject: |
[Savannah-hackers] submission of Cetrainty, a Risc clone - savannah.nongnu.org |
Date: |
Mon, 30 Aug 2004 08:03:03 -0400 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040614 Firefox/0.9 |
A package was submitted to savannah.nongnu.org
This mail was sent to address@hidden, address@hidden
tjaart <address@hidden> described the package as follows:
License: gpl
Other License:
Package: Cetrainty, a Risc clone
System name: certainty
Type: non-GNU
Description:
Certainty
---------
Certainty is a multiplayer Risc boardgame clone written in Java.
The program sets up a socket connection between the server (Server.java) and
2-6 clients (Client.java).
The server gives each client a turn to play (at this stage only throwing a
dice) in a roundabout fashion.
Once a connection has been established the Client class calls Certainty.java
(which will eventually contain the user interface for the game).
Client_Listener.java extends Thread, and is used so that the Client class will
not become unresponsive when waiting for input from the server.
Server_Listener.java is much the same as Client_Listener, but at the moment
doesn't function properly.
The project is still in it's beginning phases, although I have made some
progress on the client/server protocol. At the moment the program is nothing
more than a turn based dice throwing game.
The source code is available at http://www.geocities.com/rkwtavdw/
Other Software Required:
Certainty currently imports:
java.awt, java.io, java.net, java.util
all of which are implemented in Kaffe (Thus there is no dependencies on
non-free software)
Other Comments:
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Savannah-hackers] submission of Cetrainty, a Risc clone - savannah.nongnu.org,
rkwtavdw <=