uprm-inso4116-2024-2025-s1 / semester-project-multiplayer-dominoes

semester-project-multiplayer-dominoes created by GitHub Classroom
9 stars 0 forks source link

Draw Dominoes Game Mode #155

Closed fernandopizarro1 closed 6 days ago

fernandopizarro1 commented 1 month ago

Implement the Draw Dominoes game mode into the already existing Rule Engine. This task involves adopting the rule set specified here https://www.dominorules.com/draw for a 1v1 game and includes an onscreen score tracker so that the player knows when they're close to achieving victory for the game. Bugs involving the inability to grab random dominoes when there are still available dominoes and an audio issue were also fixed.

Priority 4 Diffculty 5

ilikecheese117 commented 1 week ago

can this be implemented like the all fives gamemode? i.e.

// Placeholder for 'allFives' rules getAllFivesRules() { return { // Specific validation for 'allFives' can go here }; }

fernandopizarro1 commented 1 week ago

can this be implemented like the all fives gamemode? i.e.

// Placeholder for 'allFives' rules getAllFivesRules() { return { // Specific validation for 'allFives' can go here }; }

Yes, you should also add a button so the user can select the gamemode and implement using the rule engine