Creating a web-based game has been a challenge for me as the same sequence of events occurs in every round, leading to predictability and monotony. The issue lies in the lack of randomization, which is crucial for maintaining excitement and unpredictability in gameplay.
The concept behind the game (inspired by Russian roulette) involves a 1 in 6 chance of dying when pressing the button. Each player takes their turn, starting from the leftmost position and progressing towards the bottom left ball. If the shot value matches the loaded value when the trigger is pulled, the player dies. The objective is to survive until the end.
If you have a solution to address this problem, I would greatly appreciate it. As a beginner in game development, any guidance or explanation will be invaluable. Thank you for your assistance.