Skip to content

Multiplayer Texas Hold 'em Poker made with socket.io, express, and Node.js

License

Notifications You must be signed in to change notification settings

ryjohnson/pokr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiplayer Texas Hold 'Em

GitHub license 1.0.0

Using socket.io, Node.js, and express to make a distributed poker game. Allows for multiple gameplay rooms simultaneously across different devices.

Image of Distributed Texas Hold Em Gameplay Image of Distributed Texas Hold Em Lobby

Commands

yarn install installs all the dependencies required to run the webapp.

yarn dev starts the game with hot reloading provided by nodemon.

  • The game will be viewable by navigating to localhost:3000.

yarn start runs the Node server without hot reloading. Intended for deployment use.

About

Multiplayer Texas Hold 'em Poker made with socket.io, express, and Node.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.5%
  • HTML 9.5%
  • CSS 3.0%