- Visit class.mimir.io and create an account. Click the Join Course button in the left pane and enter the code
13eaf0a5e1
to join the Battleships tournament. - Find the Battleships project and click Open IDE to access the development area for this challenge.
- Open
ships/BattleShip.java
and edit the name and owner of your ship. A very basic ship has been created for you. Can you figure out what it does? - Simulate the battle. Run these commands in the terminal each time you want to test your ship.
javac battlehub/TeamMain.java
java battlehub.TeamMain
- View the results of the battle in the
/files
folder. - Check out the documentation to learn how to customize your ship.
Tournament rules coming soon...