-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Abdullah_J edited this page Oct 13, 2020
·
1 revision
Welcome to the BATTLESHIP ISLE OF WAR wiki!
To play battleship isle of war click here.
A board web game in which two players arrange five ships on their maps and then do guess-fire on each other's map in alternate turns until either player wins by sinking all the ships. In single-player AI uses probability density map to reduce number of average turns required to win to 17 !
Technologies used :- HTML, CSS, JavaScript (object-oriented)
- graphical and interactive GUI
- background animation
- supports random island generation on sea using DFS with number of island blocks being customizable
- supports auto-arrange, which arranges all ships randomly on grid
- supports single-player
- supports offline multi-player
- supports game statistics
- AI uses probability-density model to guess shot
- supports density lens option to reveal how the AI works internally
- implement single-player
- implement offline-multiplayer
- implement game-statistics
- add random-island generation
- add audio in game
- save game statistics in cookies
- create login page for game
- implement online-multiplayer
- deploy on cloud