stetson / Capture-The-Flag

Proof of concept for real-time applications on Node.js
Other
4 stars 0 forks source link

Allow creator of the game to move the flags #91

Closed thinkjson closed 13 years ago

thinkjson commented 13 years ago

-Track who created the game -Allow separate calls to move flags

thinkjson commented 13 years ago

No part of this should be done in C++. We're just overwriting data. It should be a new method in the controller, with the appropriate endpoint exposed in the server, and permissions checks in the view. We can talk about this in class today.