CSE380/hw1/README.md
2022-05-23 06:00:37 -04:00

18 lines
500 B
Markdown

# CSE380_HW1
---
## GAME concentration_multi(temp)
### prepare state
all lights are off
single click anyone to set the number of players
double click to start the game
### play state
at each player's tern, single click to select a single blink
nothing happened -- earn 1 pt
turn white for a second -- earn no pt
### end state
all lights turn white to validate
then all blink will turn to the color of the player who chose that blink
double click to reset to prepare state
## GAME 2
## GAME 3