Skip to content

SafeMemoryZone/buckshot-roulette-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buckshot Roulette Solver

Expectimax solver for the game Buckshot-Roulette. This algorithm is designed to work exclusively for normal mode (it does not support "double or nothing" mode).

Note

The solver only implements a trivial evaluation function and there are several improvements to be made. Contributions are welcome!

Quickstart

Follow these steps to build and run the project:

  1. Create a build directory and navigate into it:
mkdir build && cd build
  1. Build the project using CMake:
cmake .. && make
  1. Run the executable:
./buckshot-roulette-solver

Available Items

  • Magnifying Glass
  • Cigarettes
  • Beer
  • Handsaw
  • Handcuffs

About

Expectimax solver for the game buckshot roulette.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors