/tictactoe

Multi player tic tac toe

Primary LanguageJavaScript

Run:

# make sure python3, squlite, nodejs are installed
# run the following

npm install
pip3 install -r tictactoe/requirements.txt

./manage.py migrate

#run the following, go to localhost:8000 for result
./manage.py runserver & npm run hot-dev-server