TripleX Progress

Here’s what I’ve got so far of the Triple X game:

Update 1: Added if-else statement to determine if the player has completed or failed
level.

Update 2: Organized code into functions and created a title at the start.

Update 3: The game now repeats until a set number of levels have been completed, and then you get an ending screen and the program ends.

Screenshot (25)

Update 4: Used a random number generator to randomize the code each time. Also made the difficulty increase with every level. Lastly, I made the ending screen better.

Screenshot (26)