Games-GUI-Battleship
view release on metacpan or search on metacpan
Version 1.0
SYNOPSIS
battleship
DESCRIPTION
Play a game of Battleship against a computer opponent. It uses Prima for the GUI and Cairo for the graphics.
Menus
=====
Game
----
The "New Game" option will start a new game at a given difficulty level.
"Randomize Fleet" will reset any ongoing game and deploy your vessels in a random layout, bypassing the need for manually placing the vessels.
"Reset Fleet" will reset the game.
lib/Games/GUI/Battleship.pm view on Meta::CPAN
battleship
=head1 DESCRIPTION
Play a game of Battleship against a computer opponent. It uses L<Prima> for the GUI and L<Cairo> for the graphics.
=for HTML <p>
<img src="https://github.com/mjohnson108/p5-Games-GUI-Battleship/blob/e80cfa124775dada0a0cefe168e3b980cfb3d7e4/examples/POD/battleship_screenshot.png?raw=true" alt="Screenshot of Battleship program" width="650">
</p>
=head2 Menus
=head3 Game
The I<New Game> option will start a new game at a given difficulty level.
I<Randomize Fleet> will reset any ongoing game and deploy your vessels in a random layout, bypassing the need for manually placing the vessels.
I<Reset Fleet> will reset the game.
I<Exit> exits the game.
( run in 3.005 seconds using v1.01-cache-2.11-cpan-364913b4093 )