shivansh-bhatnagar18 / multiplayer-uno

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

Add a game event handler for the "THROW_CARD" event. #44

Closed kuv2707 closed 1 month ago

kuv2707 commented 1 month ago

Please refer to this file

Description

The game engine has an event based architecture: Each game event is handled by a dedicated handler. We can implement the THROW_CARD event now, since the card creation logic is complete.

Tasks

Notes

Please refer to the global types related to this.

criticic commented 1 month ago

I'd like to work on this!

ritwik-69 commented 1 month ago

I would like to work on this