dxw / js-cop-games

A repo for the Javascript community of practice's games
0 stars 0 forks source link

Mark answers at end of turn #187

Closed yndajas closed 3 months ago

yndajas commented 3 months ago

We iterate through the submitted answers and compare them with the correct answer, then record the correct players' socket IDs in the context. We will then be able to read the context in the round model and update its context (in a later piece of work)