Multiplayer tic-tac-toe

source code: https://github.com/tberghuis/tictactoe-socketio
play: https://tictactoe-socketio.tomberghuis.site/
Tech: Vue, socket.io

I was going to look at this but I don’t want to put in a username to play, you don’t have any responses, maybe no one else wants to either.

That makes sense. In my future projects I will include oauth social login options.

Great idea for a project. From your repo it looks like you’ve done a lot of work. Unfortunately it’s tough to give feedback on the game as both “join a game” and “create a game” lead me to a waiting screen.

I didn’t find the “enter a username” to be a problem, once I realised I wasn’t creating an account.

I’d suggest making the landing screen the game. It’s nice to reduce the number of clicks required to get to your end goal, so I would remove the username and create / join a game options, or put them to the side of the game.

Hope that helps!

Good advice. Always need to think from the point of view of the user.