It is a real time Rock paper scissor game. You can play with your friend with real time.
- HTML
- CSS
- Javascript
- Bootstrap
- Django
- Channels
- Redis
- First clone the repo
- Start the Server
$ cd backend
# activate a virtual env
$ python -m venv env
$ env\Scripts\activate
# install all the dependencies
$ pip install -r requirements.txt
# run the redis server
$ redis-server
# run the django server
$ django manage.py migrate
$ django mange.py runserver
Demo: