7 results for “topic:battleshipgame”
A Java implementation of the strategic game Battleship.
ICS4U ISP - Group Project
Battleship is a web implementation of the traditional two-player strategy game.
Php battleship game
BattleShip Game based on the infamous movie Star Trek (2009).
Battleship is a strategy type guessing game for two players using Spring Boot. I have created a back end service for the game's strategy.
A JAVA project. It is a strategy-type guessing game between the player and AI. After the player and AI finish setting up positions for their ships, they take turns to fire shots on each other's sea map. Once a shot from one side is hit, this side continues to fire another shot until he misses. The winner will be the one who destroys every ship on his opponent’s sea map. For more detail please check the README file. The code should be in the master branch. The program uses MVC pattern.