JBattleship project is a network-aware battleship game.
JBattleship is a network-aware battleship game that provides an extensible library for creating similar games. A one-player mode is not currently supported.
Installation:
1. Set the environment variable $JAVA_HOME to point to your Java installation (`export JAVA_HOME=/path/to/Java/`). If you don't know where your Java executable is located, try `locate javac`. The directory in which javac is located is your Java home. If locate fails or doesn't find anything, run `updatedb` as root. If still nothing is found, make sure you have Java installed (visit http://java.sun.com).
2. Run `./runserver.sh` for the server and `./runclient.sh` for the client. If that fails, ensure that your $JAVA_HOME is set correctly (Try `echo $JAVA_HOME`).
What's New in This Release:
· Version 2 of JBattleship is fully-functional for *NIX systems.
Product's homepage