shivansh-bhatnagar18 / multiplayer-uno

https://multiplayer-uno.vercel.app
19 stars 42 forks source link

added post endpoint to propogate events #51

Closed vivekmaurya001 closed 4 months ago

vivekmaurya001 commented 4 months ago

Description

changed the clients Map in eventRecipients.ts to take game_id with user_id and response and corresponding to a post request on /events with a game_id and the event i have sended that event in response of all users with that game_id

Fixes #45

kuv2707 commented 4 months ago

@vivekmaurya001 Please fix eslint and prettier checks.

vivekmaurya001 commented 4 months ago

@kuv2707 i have fixed eslint errors and formatted the files

kuv2707 commented 4 months ago

Closing as the issue is completed Thanks for all the work @vivekmaurya001