Home Multiplayer tic tac toe
Post
Cancel

Multiplayer tic tac toe

I created this multiplayer tic tac toe game some time ago while learning socket.io, and I think the result was nice, you can just open it and it will connect you with the next person joining.

You can play it here, and the source code is public.

There is also a minimax AI in C++ because I was interested in trying to connect node.js and C++, but I got busy and never finished that :P

This post is licensed under CC BY 4.0 by the author.