Short Term Goals

Our project goals for the short term for Cog are pretty simple. We would like to design a card game that can be played over the web. We would like it to be playable in a reasonably modern browser and keep track of user statistics, scores.

Long Term

We would like to write this system in such a way that anyone can log in and create a game they would like to play with their friends. We would love to see people earn new types of cards, or be able to structure their own reward system. We would like to see how far we can extend the idea of multiplayer to our little framework, and make nearly any client software be able to tie in with our system.

Code Standards

This project should be built using the principles of Test Driven Design. No code should be written until a test has been created for it.