You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: