sugarlabs / memorize-activity

A memory game, not only to play but also to create you own games, for the Sugar learning environment
GNU General Public License v2.0
1 stars 15 forks source link

Fix cards not reappearing after getting cleared #36

Closed sparshg closed 1 year ago

sparshg commented 1 year ago

@chimosky

When all cards are cleared, there is nothing to show in game. This change will load the demo game and reset the cards instead of showing all empty grid to avoid any confusion.

Fixes #34 which arises when there are no cards to show in the grid which won't happen after this change.

chimosky commented 1 year ago

Tested 7a5dc8d, works as expected. Thanks!