A multiplayer naval battle simulator.
🏆 WINNER OF THE UB 2022 VIDEOGAME CONTEST 🏆
This is a one-time game. It's not intended to be taken seriously. Nevertheless, it'll be heavily updated in the months of March-June of '22.
Releases should be flowing shortly. However, if you have the required knowledge to set-up the project, you'll have to...
We use Maven to manage everything project-related.
To make an executable for the project, run the Maven compile
script.
To update the repository's source code in your local environment, run the following command, inside the batnav
directory:
git pull
This is a personal project, so there's no need to commit into it. Nevertheless, if you want to help, make sure you have the following before beginning:
- Java Runtime Environment version 17.
- Java Development Kit version 17.
- A compatible IDE. We recommend IntelliJ IDEA or Visual Studio Code.
To state changes in the codebase, you must follow certain steps:
- First, create your own fork, based on the current codebase.
- Then, open a pull request to notify us that your code is ready for review.
This way, you may be able to turn into an active contributor of the batnav
project.
gerardowacker/batnav is protected by the GNU Public Licence 3.