TicTacToe django + websockets
Python
TicTacToe application with using django-channels
and pure JS on frontend. There are functionality like game-list aka lobby, creation a game,
Joining an existing game and playing the game itself. Also I've added github oauth possibility
with saving…