Battleship game with some changes written by Phaser 3.
In this game you can explore enemy's ground and also move your ships after being discovered by the enemy. You need to run this server project to provide APIs. To create docker image run:
docker build -t battleship-clientTo run battleship client docker image run:
docker run --name battleship-client --network network-name --restart always -d battleship-client