FlyingWolFox / Class-Projects-1

Games that professor asked us to do. This pack has Tica Tac Toe, Connect 4, Hangman, Simon and Battleship
MIT License
1 stars 0 forks source link

Simon: Add game modes #16

Closed FlyingWolFox closed 4 years ago

FlyingWolFox commented 4 years ago

New Game Modes

FlyingWolFox commented 4 years ago

Mode 1 and 2 already implemented! Working now in mode 3: RNG and middle-game flow done. End game/mistake still beiing worked on

FlyingWolFox commented 4 years ago

Almost done! The mistake flag isn't resseting, so the game stops. I'll fix this today afternoon

FlyingWolFox commented 4 years ago

Well, I misinterpreted mode 3 :/ Well, I'm punishing the color that should be pressed when other color is pressed. Re reading the rules, I just got that the color who is pressed incorrectly should be punished. This changes the button removal routine to remove from input not from sequence

FlyingWolFox commented 4 years ago

PS: This doesn't affect the Too Slow routine

FlyingWolFox commented 4 years ago

Done! The mode is implemented and working!