All Projects → aduranil → Django Channels React Multiplayer

aduranil / Django Channels React Multiplayer

Licence: mit
turn based strategy game using django channels, redux, and react hooks

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django Channels React Multiplayer

Channelstream
Channelstream is a websocket communication server for web applications
Stars: ✭ 52 (+0%)
Mutual labels:  django, chat, websocket, websockets
Express Mongodb Rest Api Boilerplate
A boilerplate for Node.js apps / Rest API / Authentication from scratch - express, mongodb (mongoose).
Stars: ✭ 153 (+194.23%)
Mutual labels:  redis, authentication, docker-compose
Docker Django Example
A production ready example Django app that's using Docker and Docker Compose.
Stars: ✭ 86 (+65.38%)
Mutual labels:  redis, django, docker-compose
Everbug
Django debug tool for browser
Stars: ✭ 114 (+119.23%)
Mutual labels:  middleware, django, django-rest-framework
Treeherder
A system for managing CI data for Mozilla projects
Stars: ✭ 212 (+307.69%)
Mutual labels:  django, django-rest-framework, docker-compose
Django Sockpuppet
Build reactive applications with the django tooling you already know and love.
Stars: ✭ 225 (+332.69%)
Mutual labels:  django, websocket, websockets
Django instagram
Photo sharing social media site built with Python/Django. Based on Instagram's design.
Stars: ✭ 165 (+217.31%)
Mutual labels:  redis, django, websockets
Django Private Chat
Django one-to-one Websocket-based Asyncio-handled chat, developed by Bearle team
Stars: ✭ 376 (+623.08%)
Mutual labels:  django, chat, websockets
Saea
SAEA.Socket is a high-performance IOCP framework TCP based on dotnet standard 2.0; Src contains its application test scenarios, such as websocket,rpc, redis driver, MVC WebAPI, lightweight message server, ultra large file transmission, etc. SAEA.Socket是一个高性能IOCP框架的 TCP,基于dotnet standard 2.0;Src中含有其应用测试场景,例如websocket、rpc、redis驱动、MVC WebAPI、轻量级消息服务器、超大文件传输等
Stars: ✭ 318 (+511.54%)
Mutual labels:  redis, chat, websockets
Express Graphql Mongodb Boilerplate
A boilerplate for Node.js apps / GraphQL-API / Authentication from scratch - express, graphql - (graphql compose), mongodb (mongoose).
Stars: ✭ 288 (+453.85%)
Mutual labels:  redis, authentication, docker-compose
Django Rest Auth
This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON)
Stars: ✭ 2,289 (+4301.92%)
Mutual labels:  django, django-rest-framework, authentication
Django Rest Framework Passwordless
Passwordless Auth for Django REST Framework
Stars: ✭ 412 (+692.31%)
Mutual labels:  django, django-rest-framework, authentication
Bolt Python
A framework to build Slack apps using Python
Stars: ✭ 190 (+265.38%)
Mutual labels:  django, websocket, websockets
Django Rest Registration
User-related REST API based on the awesome Django REST Framework
Stars: ✭ 240 (+361.54%)
Mutual labels:  django, django-rest-framework, authentication
Django rest Vuejs Auth
An Authentication project using JWT Tokens, Vuejs(frontend) and Django-Rest(backend).
Stars: ✭ 92 (+76.92%)
Mutual labels:  django, django-rest-framework, authentication
Pychat
webchat via WebSockets/WebRTC that allows messaging/video call/screen sharing
Stars: ✭ 152 (+192.31%)
Mutual labels:  redis, django, websockets
Presentations
Collection of presentations for advanced Python topics
Stars: ✭ 264 (+407.69%)
Mutual labels:  django, django-rest-framework, websockets
Django React Boilerplate
DIY Django + React Boilerplate for starting your SaaS
Stars: ✭ 385 (+640.38%)
Mutual labels:  django, django-rest-framework, docker-compose
Dj Rest Auth
Authentication for Django Rest Framework
Stars: ✭ 491 (+844.23%)
Mutual labels:  django, django-rest-framework, authentication
Algo Phantoms Backend
💻 Algo-Phantoms-Backend is an Application that provides pathways and quizzes along with a code editor to help you towards your DSA journey.📰🔥 This repository contains the REST APIs of the application.✨
Stars: ✭ 36 (-30.77%)
Mutual labels:  django, django-rest-framework

Selfies 2020

This is a remake of the popular 1999 game Sissyfight 2000

About

The goal is to be one of the last two girls standing with followers left. Use the chat to make strategic partnerships. The game starts when everyone clicks the 'START GAME' button. Each round is 90 seconds but the counter goes down to 10 seconds once everyone moves. You can change your move as many times as you want before the timer runs out. Three players are needed to start the round. The last two players win and get 100 followers. Each girl gets 10 followers for playing.

Leave a Mean Comment. If you Leave a Mean Comment on another girl's social media, she loses 10 followers. It doesn't work if she selected "Don't Post" that round.

Dislike. When you Dislike a girl's social media, she loses 20 followers per disliker. It only works if two or more girls both Dislike the same girl. If one girl Dislikes, no damage occurs to the target.

Call iPhone. Blocks what another girl tried to do that turn. She cannot Dislike, Leave a Mean Comment, or Go Live because you're distracting her.

Go Live. All girls will lose 30 points when you Go Live. If two girl's Go Live at the same time, they both lose 30 points. You get two Go Live's per game.

Don't Post. Nothing happens to you. Defense against Go Live and Mean Comments. If you Don't Post twice in a row, the second time you lose 10 followers if no one attacked you or went live.

Post a Selfie. Gives you twenty followers. If you Post a Selfie while someone is Going Live, there is no damage done to you. You get three selfies per game. It doesn't work if someone Calls your iPhone or Leaves a Mean Comment though, in which case you lose 0 and 20 followers, respectively, and are susceptible to Go Live damage.

Support

Show your support by 🌟ing the project and playing the game! Also feel free to contribute, especially graphics.

How to Run

docker-compose build
docker-compose up -d
cd selfies-frontend
yarn install
yarn start

or go to the live version!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].