An open API service indexing awesome lists of open source software.

https://github.com/safememoryzone/buckshot-roulette

Expectimax solver for the game buckshot-roulette.
https://github.com/safememoryzone/buckshot-roulette

Last synced: about 1 year ago
JSON representation

Expectimax solver for the game buckshot-roulette.

Awesome Lists containing this project

README

          

# Buckshot-Roulette

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

This project is under developement. The engine still has some bugs and needs to be tested.

## Quickstart

Follow these steps to build and run the project:

1. Create a build directory and navigate into it:

```sh
mkdir build && cd build
```

2. Build the project using CMake:

```sh
cmake .. && make
```

3. Run the executable:

```sh
./buckshot-roulette
```

## Available Items

- [x] Magnifying Glass
- [x] Cigarettes
- [x] Beer
- [x] Handsaw
- [x] Handcuffs