[Java] Battleships
For a long time I've had an inclination to implement a
computer-based version of an old paper Battleships game that
we have in our hall cupboard at home. So, after looking
through the rules and working out some starting points for
coding, I transplanted useful code from my Tetris clone and the very basic, early TripleR engine, into this new project. After about 2 weeks of hard work, I have
an almost complete version. The project has since been suspended for 2 reasons: it awaits an AI player and AI
unit-placer to make it decently playable by 1 person; and/or it awaits connectivity code to make it playable by 2 people.