Skip to content

creativenull/poker-game-app

Repository files navigation

Poker Game App

Status: ALPHA

A poker game for research development.

TODO

  • Add admin panel, use a keyboard shortcut
  • Add manipulation of odds
  • Track each round and log to a csv file
  • 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

npm i

Run on local machine

npm start