ibpme / pokercash-client

Tool for simulating Pokerchips created with React.js

Home Page:https://ibpme.github.io/pokercash-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PokerCash

PokerCash is an open source remote tool intended as a replacement for Poker Chips in playing Texas Holdem Poker Games. PokerCash is created using ReactJS with create-react-app.

Current Version : 0.2

The current version is now available here

Beta

  • v0.1 - playable with no styles in the web, few bugs are expected.
  • v0.2 - GAME API connected see src UTILS for details

GameAPI

Under the utils file the logic and game API can be found here

Because Pokercash uses React, the API takes in a GameState , which contains the Player Data State. Any changes to the PlayerData state will call the GameAPI.

Data Structure for GameState and PlayerData :

alt text

GameAPI and Logic :

alt text

Coming soon:

  • An online multiplayer version of PokerCash is in development
  • Better Styling and UI

About

Tool for simulating Pokerchips created with React.js

https://ibpme.github.io/pokercash-client

License:MIT License


Languages

Language:JavaScript 88.1%Language:HTML 9.1%Language:CSS 2.8%