Skip to content

koualsky/texas-holdem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published