koualsky / texas-holdem

Texas Hold'em Poker Webapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Texas Hold'em Poker

logo

App allows to play online in texas holdem poker with other players.
Project maked with: python, django, html, bootstrap, js, sql, redis, django_channels.
Mobile friendly. Responsive.

Game description

Max 4 players can play at the table. Players are automatically allocated to the tables. Game is running if minimum 2 players sit on the table. You don't want to register? No problem, 'Play as a guest'.

How to run in local host

pip install -r requirements.txt
python manage.py migrate
docker run -p 6379:6379 -d redis:2.8
python manage.py runserver

How to play

The game follows the Texas Holdem Poker rules. The only thing you have to do is click 'play'. You can play as a registered user or as a guest. If you want to 'play as a guest' (at least one player must be registered in db).

About

Texas Hold'em Poker Webapp

License:MIT License


Languages

Language:Python 79.9%Language:HTML 15.9%Language:JavaScript 3.0%Language:CSS 1.2%