Skip to content

Justin-Zwart/pokerbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pokerbot

Resources

https://josephcottingham.medium.com/my-attempt-at-writing-a-poker-bot-c53c9ccf9960 https://github.com/gtowizard-ai/mitpoker-2024

Josiah is currently going through this tutorial setting up Django and Next.js.

Get Started

These instructions assume you are on a Windows computer.

Backend

  1. Ensure python 3.11 or later is installed.
  2. cd backend-api and run the following commands.
python -m venv venv
./venv/Scripts/activate
  1. Install Django and the other necessary packages from the same wd.
python -m pip install django djangorestframework
python -m pip install django-cors-headers
# @Justin-Zwart put your other pip-installs here :)

If your VS Code isn't detecting your installs, follow these instructions.

Frontend

  1. Ensure node.js is installed.
  2. cd frontend and run the following commands.
npm i
  1. You should be good to go!

Usage

To run the Next.js development server:

cd frontend
npm run dev

To build and run the production Next.js server:

cd frontend
npm run build
npm run start

Modules (planning)

Decision Module

Bet/Fold/Raise/Check

Person Profiler

Hand Valuation / Equity Calculator

Game tree analysis

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published