Now with a demo at azure and two player mode working fine
Why not a game in contest?
Battleship is a guessing game for 2 players.
http://iris-battleship.eastus.cloudapp.azure.com/new
To be played by 2 people. On first screen we have a URL that should be sent to the another player. After sending
this URL, you can click on the link to arrange your ships on the map. Finished arranging you just click on save link and
start guessing. The upper map is where you can click / touch the map to try drown your enemy’s ships. On the lower map
you can follow how your enemy is shooting you.
I made the frontend using HTML5 + Javascript, and to connect to Iris I use python + IRIS Native API.
After cloning this repo open a terminal go to the iris-battleship folder and type these commands:
git clone https://github.com/renatobanzai/iris-battleship
docker-compose build
docker-compose up
After this, go to the address: