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

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.

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
```