TheGameDevGroup / MiniGames

MIT License
0 stars 0 forks source link

Reset game after completion #28

Open TimothyZink opened 1 year ago

TimothyZink commented 1 year ago

Affected Project

Connect4

Is your feature request related to a problem? Please describe

Want a way to start a new game without having to restart the app.

Describe the solution you'd like

A button to reset the board and begin a new game.

Describe alternatives you've considered

Could have the game automatically restart after the message box notifying the players of the end-of-game is closed. But that might be annoying.

Additional context

No response

TimothyZink commented 12 months ago

As of #29, the game can automatically restart. Would be nice to have a button to trigger a restart instead of it happening automatically.