charlietharas / pokersim

Poker simulator and lesson plan for 9th grade intro to CS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pokersim

Poker simulator and lesson plan for 9th grade intro to CS.

reflections from running this lesson during the 2022 Fall semester

  • The final round of games will need to be run in an environment with higher processing power, still takes ~40 mins at 1,000 games per permutation
  • Important: this version of poker significantly favors calls even after changes made to the weight system. To ensure fair games of poker in later rounds, the simulation should be updated to allow for returning to previous players after raises.

About

Poker simulator and lesson plan for 9th grade intro to CS.

License:MIT License


Languages

Language:Python 87.9%Language:Jupyter Notebook 12.1%