Skip to content

robert-7/simplified-poker-solver

Repository files navigation

Simplified Poker Solver App using React

Simplified Poker Solver logo

Interactive React app that computes saddle points for classic simplified poker variants. Enter ante, bet, and deck size to compare the von Neumann and Borel strategy solvers and inspect the optimal betting decisions in the results table. Refer to the POKER-BACKGROUND.md file for more information.

Bringing up the application

You can also run this application using Docker.

Docker Prerequisites

Running with Docker Compose

  1. Build/Rebuild and start the container: docker compose up -d --build
  2. Open http://localhost:8080 in your browser.
  3. To stop the container: docker compose down

Learn More

This project uses Vite. You can learn more in the Vite documentation.

To learn React, check out the React documentation.

About

Solve simplified poker hands in a React UI, comparing von Neumann and Borel strategy solvers with pre-commit linting and Jest test coverage.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors