Battleship3D adds a third dimension to a traditional terminal game of Battleship. 🎲
git clone https://github.com/vihdutta/Battleship3D
cd Battleship3D
mvn clean install
mvn exec:java
Contributions of any kind are very welcome, and would be much appreciated. ❤️
To get started, fork the repo, make your changes, add, commit and push the code, then come back here to open a pull request. If you're new to GitHub or open source, this guide or the git docs may help you get started, but feel free to reach out to me directly if you need any support.
I aim to maintain simplicity in the game while ensuring a clean and efficient codebase. Addressing issues with ship placement and the playing field is currently a high-priority. Here's a general overview of the work in progress.
- 📂 Organizing the file structure
- ⚙️ Optimizing the algorithms
- 🐛 Fixing game-breaking bugs
Thanks to all the contributors who have helped make this project possible! 🎉
Published under the MIT License.