yoo2001818 / react-against-humanity

Multiplayer game of Cards Against Humanity using React
MIT License
4 stars 1 forks source link

Implement server side gameplay router #25

Closed yoo2001818 closed 8 years ago

yoo2001818 commented 8 years ago

We need to implement plenty of game logic in gameplay router too, since that involves randomly pulling data from the database, which is not possible in the clients.