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.
You can also run this application using Docker.
- Build/Rebuild and start the container:
docker compose up -d --build - Open http://localhost:8080 in your browser.
- To stop the container:
docker compose down
This project uses Vite. You can learn more in the Vite documentation.
To learn React, check out the React documentation.
