shivansh-bhatnagar18 / multiplayer-uno

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

Fix-ImproveCardDrawingLogic #42

Closed Abhishek-Punhani closed 1 month ago

Abhishek-Punhani commented 1 month ago

backend/engine.js

Fixed the card drawing logic which would draw cards from deck and move thrown cards back to deck once the deck is empty

Fixes: #8

kuv2707 commented 1 month ago

Great work here! It would be great if you could add some tests for the logic.