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

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

Primary LanguageTypeScript

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