matthieuy / battleship

Battleship multiplayer game
https://github.com/matthieuy/battleship
MIT License
4 stars 2 forks source link

issue #1 #13

Open jamieduk opened 4 years ago

jamieduk commented 4 years ago

I want to play this online where can i test it out? and i dont like frameworks i just wana use it wthout much setup and without websockets if possable.

matthieuy commented 4 years ago

Hi, All demonstration instances are private but you can use docker if you want quickly install.

The real-time is done by websocket protocol, this project can't work without. I'm currently work on a version without websocket but it use mercure protocol so I think your problem stay the same (you need a server process to distribute real-time request).