An open API service indexing awesome lists of open source software.

https://github.com/codewithgodstime/tikky

A realtime multiplayer tictactoe game built using django channels and reactjs
https://github.com/codewithgodstime/tikky

channels django react

Last synced: 9 months ago
JSON representation

A realtime multiplayer tictactoe game built using django channels and reactjs

Awesome Lists containing this project

README

          

## Tikky

A realtime tictactoe game built using django, channels and react

[Demo Link on youtube](https://www.youtube.com/watch?v=JVntKZrLDa0)

## TODO
frontend
- update ui to be more user friendly
- display informations
- display player turn (on each turn)

backend
- restrict more than two players from joining a game
- restrict player from making moves consecutively