Skip to content

This project implements poker on the Internet. It will accept one to five players. More than five players tend to spread the deck out too much. Every player will need a public/private key to play. They will also need to have an account with the house. Startup will have to be coordinated amongst the players. Session keys will be established betwe…

Notifications You must be signed in to change notification settings

haely/Poker-on-the-internet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poker-on-the-internet

This project implements poker on the Internet. It will accept one to five players. More than five players tend to spread the deck out too much. Every player will need a public/private key to play. They will also need to have an account with the house. Startup will have to be coordinated amongst the players. Session keys will be established between the house and the players. The session key is used to encrypt players. cards and for players to sign their bets. The house is responsible for totaling the pot and announcing bets to all players and tracking players' banks. Session keys will be destroyed after players leaves a current session.

Contributors:

  • Timothy Fong
  • Haely Shah
  • Oliver Zhu

Instructions:

pip install pycrypto py-bcrypt

About

This project implements poker on the Internet. It will accept one to five players. More than five players tend to spread the deck out too much. Every player will need a public/private key to play. They will also need to have an account with the house. Startup will have to be coordinated amongst the players. Session keys will be established betwe…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages