Skip to content

geoffrey1330/django-react-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A multiplayer realtime Tic Tac Toe game

A full stack multiplayer Tic Tac Toe game built with React, Django framework,django channels and redis.

Features

  • 3x3 game grid
  • Persistent scoreboard (data stored in SQL database)
  • multiplayer with django channels and websockets
  • Two human players with different device

Prerequisites:

In oder to start the game, do the following:

1) Start backend (default on localhost:8000)

$ pipenv shell
$ cd backend
$ python manage.py runserver

2) Start frontend (default on localhost:3000)

$ cd frontend
$ yarn start

Then, open http://localhost:3000 to view the game in the browser. Have fun 🕹!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors