The-Spaghetti-Is-Ready / ICT371-Project

2024 Semester 1 ICT371 project
Other
1 stars 0 forks source link

Memory Game Update #51

Closed jdilanzo closed 4 months ago

jdilanzo commented 4 months ago

Description

Update the memory card game so that it tracks number of matches, number of moves, and whether or not the game has been won. Additionally, have the class inherit from IActivity so that the game is considered an activity with all its necessary functions.

Ideally, this means it can integrate nicely with the overall activity tracking system. The moves tracker can be used to feed into the change rate for sanity or whatever.

Testing

To test this a bit easier, simply disable some of the playing cards in the prefab in whatever scene you're in. Maintain an even number of cards, of course. Debug logs should reflect the updates.

Changelist: