np-eazy / Pentaquad

3 stars 1 forks source link

Add game start and end conditions #59

Closed np-eazy closed 1 year ago

np-eazy commented 1 year ago

Start condition: A React component when clicked triggers the creation of a new Game if the current one is null or gameOver.

End condition: trigger gameOver within 3 strikes. When gameOver is true, continue to idle update but don't consume any user actions. Render a basic GameOver message

np-eazy commented 1 year ago

65