-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
The simulation runs automatically. Every choice in this simulation is decided randomly. Add strategies that players could set to to test different strategies in dicemechanicsim.py.
Examples of strategies:
- Try for the most points regardless of risk (Aggressive)
- Try for safe points regardless of how many points.
- Play against Non-player characters (NPCs).
- Play against other player characters (PCs).
- Play against the player with the most points.
- Play against the player with the least points.
- Play the "best" move given the situation (Hard difficulty setting).
- Play good, mediocre, and bad moves throughout the game (Medium difficulty setting).
- Play the "worst" move given the situation (Easy difficulty setting).