pocketgames-users Mailing List for pocketgames
Status: Beta
Brought to you by:
idominguez
You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From:
<iva...@gm...> - 2008-01-07 21:36:10
|
This library contains unsigned numbers classes, including unsigned integers, unsigned short and unsigned byte. Note that they are classes, not basic types. Feel free to suggest changes to the implementation, as well as point to already working implementations that work better and can be used instead of this. Cheers, Ivan. |
|
From: <ip...@ba...> - 2007-12-31 11:52:13
|
This library contains the data types of the LightsOff game, a parser, and a controller definition so that creating new games consists of implementing new views. This version implements the Model, the Controller, and a 5x5 boards parser. The controller loads two puzzles in the game, an external boards loading method will be added in the future. Enjoy! |
|
From:
<iva...@gm...> - 2007-12-28 10:57:10
|
The first version of this library has been released. The Basic Data Types library contains two classes to hold pairs of elements and optional elements. They both are well documented using javadoc, and the current version can already be considered stable. Please, send any comments you have about these libraries. I'm particularly interested in knowing what other types could be added to the package. Cheers. Ivan. |