Télécharger la liste

Description du projet

Nebula Cards is a networked, modular card game
engine written in pure Java. The game rules, user
interfaces, and computer players all take the form
of pluggable Java classes, and most four-player,
trick-taking games can be implemented. It
currently includes Spades and Hearts, with a
computer player for Spades.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-07-19 06:47
0.5

Nouvelles fonctionnalités dans les règles, des correctifs pour les quelques bugs de synchronisation, et la logique de fractionnement du jeu hors du serveur dans une catégorie distincte.
Tags: Major feature enhancements
New features in Rules, fixes for some synchronization bugs, and splitting game logic out of the server into a separate class.

2002-06-12 09:48
0.4

Améliorations et corrections ont été apportées à PileOfCards, Tableau, et PlayingCard. Un bug a été corrigé dans l'applet lanceur, qui a causé l'interface graphique pour geler. Non-blocking I / O est désormais utilisé, ce qui améliore la vitesse de l'ordinateur de "play-throughs". Le vote a été retiré de la classe de client, donc les classes d'assurance-chômage doivent maintenant utiliser les fonctions de rappel que le client fournit à travers UIListener. Cela affecte le chat, jouer, passer, l'offre, et de quitter l'exploitation. Boîte de message L'interface graphique est désormais défiler automatiquement, et une interface CardOrdering a été créé et mis en œuvre dans les règles.
Tags: Major feature enhancements
Enhancements and fixes were made to PileOfCards, Tableau, and PlayingCard. A bug was fixed in the launcher applet, which caused the GUI to freeze. Non-blocking I/O is now used, which improves the speed of computer "play-throughs". Polling was removed from the client class, so UI classes must now use the callback functions that the client provides via UIListener. This affects the chat, play, pass, bid, and quit operations. The GUI's message box now scrolls automatically, and a CardOrdering interface was created and implemented in Rules.

2002-05-28 03:12
0.3

Le concept d'une taille fixe PileOfCards a été ajoutée, qui touche aussi Tableau (développeurs, une attention particulière à ce sujet). Certaines méthodes qui ont été dépréciée de 0,2 ont été enlevés. Il ya des corrections de bugs divers. Cette version n'est pas compatible avec la 0.2.
Tags: Major bugfixes
The concept of a fixed size PileOfCards has been added, which also affects Tableau (developers, pay special attention to this). Some methods that were deprecated in 0.2 have been removed. There are various bugfixes. This version is not compatible with 0.2.

2002-04-28 10:50
0.2

Cette version comprend des corrections de bugs mineures, a fixé une attente (0) bug dans le client, et ajoute des fonctionnalités pour les jeux de règles.
Tags: Minor feature enhancements
This version features minor bugfixes, fixes a wait(0) bug in the client, and adds features for rulesets.

2002-04-19 11:41
0.1

Tags: Initial freshmeat announcement

Project Resources