TreadCarefullyGame is a simple console-based game where players must guess numbers generated randomly by the program. The objective is to avoid matching any of the randomly generated numbers with the player's guesses. If any guesses match, the player loses the game.
- Generates a random starting number.
- Creates a list of 10 unique random numbers (excluding the starting number).
- Allows the player to input their guesses.
- Checks if the player's guesses match any of the generated numbers.