Skip to content

An online multiplayer Poker game. Hosted http REST API, made in Typescript and Node, with Express and Socket.IO frameworks.

Notifications You must be signed in to change notification settings

tberey/ts-node-poker-game-multiplayer-api-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poker Room & Table Browser App: (TypeScript + Node.js)

An online multiplayer Poker game, presented on a hosted http REST API, made in Typescript and Node, with Express and Socket.IO frameworks, using front-end EJS template engine.

Login and join the Poker table, presented in real-time and dynamically updated to all users.



Client Page (Front-End) Homepage:


Version Changes
Version 0.0.1 [2020-05-10]
  • Initial Commit.
  • Add inital directory structure and files.
  • Build enables users to join, by setting a name on the login page, and then redirected to the poker room.
  • Add logging/informative details about who connects/disconnects.
  • Add README.md
Version 0.0.2 [2020-05-22]
  • Add Poker game components.
  • Further progress to all classes and server communication.
  • Create a new game with up to 8 players, where 2-card hands will be dealt from a shuffled deck, turns set and a dealer.
  • Call, fold and betting works - Will not progress past an infinte first round yet.
  • Add README.md