nausicaasnow / distributed-texasholdem

Multiplayer Texas Hold 'Em poker made with socket.io, express, and Node.js

Home Page:https://poker.peterlwu.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiplayer Texas Hold 'Em

GitHub license 1.0.0 CI

Play at https://poker.peterwu.dev. Note that the site has to cold start because I'm a college student who doesn't want to pay for more dynos on Heroku.

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.

yarn test evaluates the unit tests located in test/classes/.

About

Multiplayer Texas Hold 'Em poker made with socket.io, express, and Node.js

https://poker.peterlwu.com

License:MIT License


Languages

Language:JavaScript 90.7%Language:HTML 7.0%Language:CSS 2.3%