Skip to content

REAL TIME ROCK PAPER SCISSOR GAME IN DJANGO CHANNELS

Notifications You must be signed in to change notification settings

sandip-sadhukhan/rps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Time Rock Paper Scissor Game

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

How to run locally

  1. First clone the repo
  2. 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:

Post.-.Feed_3.mp4

About

REAL TIME ROCK PAPER SCISSOR GAME IN DJANGO CHANNELS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published