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
- Host: GitHub
- URL: https://github.com/codewithgodstime/tikky
- Owner: codeWithGodstime
- Created: 2025-04-12T08:17:15.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-28T14:38:54.000Z (10 months ago)
- Last Synced: 2025-05-07T18:16:18.792Z (9 months ago)
- Topics: channels, django, react
- Language: JavaScript
- Homepage: https://tikky.vercel.app
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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