Jerome Quelin > Games-RailRoad-1.00 > Games::RailRoad

Download:
Games-RailRoad-1.00.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.00   Source  

NAME ^

Games::RailRoad - a train simulation game

DESCRIPTION ^

Games::RailRoad allows you to draw a railroad, create some trains and make them move on it. What you did when you were kid, but on your computer now.

CLASS METHODS ^

my $id = Games::RailRoad->spawn( %opts );

Create a new game, and return the associated POE session ID. No option supported as of now.

PUBLIC EVENTS ^

The POE session accepts the following events:

none yet.

TODO ^

Currently the module is very rough and supports very few operations:

The amount of work needed is much more vast and includes (but not limited to):

BUGS ^

Please report any bugs or feature requests to < games-railroad at rt.cpan.org>, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Games-RailRoad. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SEE ALSO ^

POE, Tk.

You can also look for information on this module at:

AUTHOR ^

Jerome Quelin, <jquelin at cpan.org>

COPYRIGHT & LICENSE ^

Copyright (c) 2008 Jerome Quelin, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.