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.
This project uses Vite.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
Launches the test runner (Vitest) in the interactive watch mode.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
You can also run this application using Docker.
- Build and start the container:
docker compose up -d --build - Open http://localhost:8080 in your browser.
- To stop the container:
docker compose down
You can learn more in the Vite documentation.
To learn React, check out the React documentation.
