A classic console / command line interface game based on old NES (Nintendo Entertainment System) Game called "Battleship"
Prerequisites : Java, Git
Clone this repo
git clone https://github.com/dikamahard/Battleship-CLI.git
Go to repo directory
cd Battleship-CLI
Compile
javac Main.java
java Main.java
I know my codes are messy and ineffective, so I am always happy to accept your pull request to fix my messy code.
Please make sure to test your code run without problem.
- Improve Bot ship randomizer
- Bot attacking player
- Smarter AI for Bot attacking mechanism
- LAN (Local Area Network) Player vs Player with Java Socket (need more research)