djminkus / Q-Po-old

Q-Po (A strategy game written in Javascript)
0 stars 0 forks source link

Multiplayer #6

Open Svoig opened 8 years ago

Svoig commented 8 years ago

Stage One: PVP and user profiles. Any two given users (on two different computers) need to be able to play against each other.

Stage Two: Co-op.

djminkus commented 8 years ago

Tell me what you think of this plan:

Let's split this into two parts: PVP (stages one and two,) and co-op (stage three.) I'll start getting the co-op structure hammered out by fleshing out the Team class (team.js) and implementing a Player class (can have type "human", "ai", etc.) Each Team will have a list of Players. Meanwhile, you'll work on the PVP and user profiles section. Then we'll meet in the middle and link up our solutions.

Thoughts? Edits?

Svoig commented 8 years ago

Sounds great! I'll edit my original comment.