An open API service indexing awesome lists of open source software.

https://github.com/tberey/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.
https://github.com/tberey/ts-node-poker-game-multiplayer-api-server

api http http-server multiplayer node node-js node-module node-ts object-oriented object-oriented-programming objects poker rest rest-api restful-api socket socket-io sockets typescript

Last synced: 18 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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:

#### http://localhost:/

***


|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

|