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.
- Host: GitHub
- URL: https://github.com/safememoryzone/buckshot-roulette
- Owner: SafeMemoryZone
- License: mit
- Created: 2025-01-09T19:00:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-05T10:29:59.000Z (over 1 year ago)
- Last Synced: 2025-03-05T14:14:31.874Z (over 1 year ago)
- Language: C++
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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