Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 710 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 710 Bytes

battleship-game

This is a battleship game that you will play against an AI computer. Battleship project is made for my Data structure and Algorithm course. Phaser 3 and ExpressJS are all frameworks that I used to create that game.

You can try out this game from here.

Thanks to the authors of this blog. He helped me to figure out a good strategy for my AI computer to predict the next move. The algorithm which I use is the Probability Density Function whose idea is described specifically by the author.