Battleships game with React Redux ES6 and WebSockets.
I was once wondered how much boilerplate vs real logic does it take to write a multi-user game. It turned out that it's not that much... UPDATE: It takes two human players on two different devices, not human vs AI. There is a live demo here: http://demo.taraskovtun.com and the sources are...