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.
- Host: GitHub
- URL: https://github.com/tberey/ts-node-poker-game-multiplayer-api-server
- Owner: tberey
- Created: 2020-05-10T22:01:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T18:01:48.000Z (about 3 years ago)
- Last Synced: 2023-03-04T09:55:03.502Z (almost 3 years ago)
- Topics: 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
- Language: TypeScript
- Size: 256 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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