https://github.com/creativenull/poker-game-app
A poker game, built with react.
https://github.com/creativenull/poker-game-app
poker-game react react-material redux
Last synced: 3 months ago
JSON representation
A poker game, built with react.
- Host: GitHub
- URL: https://github.com/creativenull/poker-game-app
- Owner: creativenull
- Created: 2020-03-08T00:36:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T02:34:06.000Z (10 months ago)
- Last Synced: 2024-10-06T01:23:02.415Z (8 months ago)
- Topics: poker-game, react, react-material, redux
- Language: JavaScript
- Homepage: https://creativenull.github.io/poker-game-app
- Size: 1.94 MB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Poker Game App
> __Status: ALPHA__A poker game for research development.
# TODO
+ [X] Add admin panel, use a keyboard shortcut
+ [X] Add manipulation of odds
+ [X] Track each round and log to a csv file
+ [X] **Implement Tests**
+ [ ] Add sessions, being able to distingusih different players
+ [ ] Better algorithm to determine manipulation of odds## Technology Stack
+ React
+ Redux
+ Babel
+ ESLint
+ Jest
+ Material UI
+ Parcel## Building (Dev)
### Requirements
+ Node.js and npm### Install project dependencies
```sh
npm i
```### Run on local machine
```sh
npm start
```