Changes file for Games::Battleship
0.01 Thu Aug 21 22:35:42 2003
- Created by Module::Husbandry.
0.02 Wed Sep 03 2003
- Constructor allows multi player.
- Removed forgotton use lib directives.
- "Test more better now."
- Cleaned and enhanced POD.
- Added a not-yet-functioning game_type method.
- I'm sure there was much more that I changed, but forgot to keep
track. : (
0.03 Thu Sep 04 2003
- Find the least whole number that is not used as a player number.
- Update and fix documentation.
- In the Battleship.pm _init() loop, next if not player_, rather
than only if "type".
- Added an id attribute to creation of a new player.
- Remove the 10 player limit by just looking at a player id
attribute.
- Whoops. Added <= 0 to the life decrement on hit condition.