Skip to content

A webbased multiplayer card game with inbuilt chat room which can be played with 4 players at a time.It uses django channels to provide realtime connections to each member of the game and the server.

Notifications You must be signed in to change notification settings

rachittiwari8562/bluffgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bluffgame

This is a django web app which uses websockets for game. It is built upon the django-channels which is used for handling both asgi and wsgi requests. A game room is built by a player which is stored in a sqlite3 database. All the corresponding game states are stored in the same databse. However the messages are not stored rather they are first they are temporaly collected in a redis database and then they are distributed to all clients in the same game room. \nThe game is realtime based on websockets. Here is the link of the same :-"https://itbluff.herokuapp.com/"

About

A webbased multiplayer card game with inbuilt chat room which can be played with 4 players at a time.It uses django channels to provide realtime connections to each member of the game and the server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published