You've stumbled upon an old box that's been locked for ages. You need to enter 3 correct codes to Continue. You will receive everything that's inside the box!
Game Variable | Values |
---|---|
Starting Difficulty | 1 |
Maximum Difficulty | 5 |
Total Attempts | 3 |
- Random Numbers are generated using :
srand(time(NULL));
rand() % DifficultyLevel + DifficultyLevel;
- Screenshots:
Title | Level Failed |
---|---|
- Compiled using g++