Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A web game about English vowels. Used React, Django, and websocket

Notifications You must be signed in to change notification settings

jiahao-c/TheVowelGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TheVowelGame

A multiplayer web game to challenge your knowledge of English vowels.

  • Developed with React, Django, and websocket.
  • Supports two players to play aginst each other in real time.

How to run

Redis

Run a redis server in docker on localhost:6379

Backend

  1. pip3 install -r requirements.txt to install the dependencies (you can also use a virtual env if you wish)
  2. Use PyCharm or python3 manage.py runserver to start the backend

Frontend

  1. Install yarn
  2. yarn install to install the dependencies
  3. yarn start to start the frontend

About

A web game about English vowels. Used React, Django, and websocket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published