Skip to content

Simulation of Counting Strategy in Black Jack

Oliver Beckstein edited this page Apr 6, 2016 · 1 revision
  • Ryan Heilman
  • Simple counting strategies exist for playing Black Jack. Given such a strategy, what is, on average the best way to play?
  • Write a simple Black Jack simulator and implement a computer player that follows a strategy.

Goal

What is the minimum in-value of money in order to get a specified out value.

Approach

  • implement Black Jack
  • implement an artificial player
  • run many instances of a game for different parameters such as starting funds and goals

Objectives

...

Clone this wiki locally