shivansh-bhatnagar18 / multiplayer-uno

https://multiplayer-uno.vercel.app
21 stars 43 forks source link

Add game event handler for `DRAW_CARD` event. #92

Closed kuv2707 closed 3 weeks ago

kuv2707 commented 3 weeks ago

Description

Following the pattern of THROW_CARD, we need to have a handler for the DRAW_CARD event. This should reside in a file in uno-game-engine/events.

Specs

The event handler should validate the event, apply it on the respective game, and return a result indicating whether the event was successfully applied or some error occured.

Notes

issue-assigner[bot] commented 3 weeks ago

Comment '@csoc-bot claim' to get this issue assigned or '@csoc-bot abandon' to get this issue unassigned.

issue-assigner[bot] commented 3 weeks ago

@valak70 You were not assigned to this issue.

MuskanPastor commented 3 weeks ago

@csoc-bot claim

issue-assigner[bot] commented 3 weeks ago

@MuskanPastor This issue has been successfully assigned to you! 🚀

Abhishek-Punhani commented 3 weeks ago

@csoc-bot claim

issue-assigner[bot] commented 3 weeks ago

@Abhishek-Punhani Sorry, maximum limit for assignees in this issue has reached. Please check other issues or contact a maintainer.

kuv2707 commented 3 weeks ago

@Abhishek-Punhani It is not a good practice to put PRs on issues not assigned to you! It got overlooked by me, but be sure not to interfere in others' work henceforth.

@MuskanPastor Sorry for this, hope you find another issue.