Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acro5piano/pokerhub
An instant poker app: just share url with your friends to play Texas Holdem
https://github.com/acro5piano/pokerhub
Last synced: about 1 month ago
JSON representation
An instant poker app: just share url with your friends to play Texas Holdem
- Host: GitHub
- URL: https://github.com/acro5piano/pokerhub
- Owner: acro5piano
- License: mit
- Created: 2020-04-10T10:46:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T13:54:13.000Z (over 4 years ago)
- Last Synced: 2024-08-01T13:22:12.844Z (3 months ago)
- Language: TypeScript
- Homepage: https://pokerhub.app
- Size: 2.16 MB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/a26fd5c9-6123-475c-ba6c-1d6493c5eb66/deploy-status)](https://app.netlify.com/sites/pokerhub/deploys)
[![CircleCI](https://circleci.com/gh/acro5piano/pokerhub.svg?style=svg)](https://circleci.com/gh/acro5piano/pokerhub)# Pokerhub
An instant poker app: just share url to play with your friends
![image](https://user-images.githubusercontent.com/10719495/79309275-001b3a00-7f35-11ea-8b69-2bcc474165e5.jpg)
# Stack
**Overall**
- TypeScript
- Yarn workspaces
- CircleCI**Frontend**
- React
- React Native Web
- styled-components**Server**
- Node.js
- Redux
- websockets/ws
- Ava (For testing)# Deploy & Production
Currently using:
- Netflify for SPA hosting
- Heroku container registry# TODO
- [x] The logic of winner
- [x] The logic of fold
- [x] Support for 2 players initial position
- [x] Decrease card logic (pop)
- [x] Showdown
- [x] Build stylish UI
- [x] Fix pre-flop limping bug
- [x] Add various case tests
- [x] Maximum bet
- [x] Player Died