amaltson / node-blackjack

A node based blackjack game.
11 stars 1 forks source link

Keep game state #35

Closed amaltson closed 13 years ago

amaltson commented 13 years ago

We don't currently keep track of the game state on the server side. We need to do this in order to coordinate with the player ids coming from the client and keeping track of how the game is going.

ahmedjaved commented 13 years ago

I believe Jeff is doing this ------Original Message------ From: arthurkalm To: Ahmed Javed Subject: [node-blackjack] Keep game state (#35) Sent: May 26, 2011 8:02 PM

We don't currently keep track of the game state on the server side. We need to do this in order to coordinate with the player ids coming from the client and keeping track of how the game is going.

Reply to this email directly or view it on GitHub: https://github.com/arthurkalm/node-blackjack/issues/35

Thanks, Ahmed

Sent from my “contract free” BlackBerry® smartphone on the WIND network.

amaltson commented 13 years ago

Hmm, well I don't see anything in any branches... I need this to do the client/server communication.

amaltson commented 13 years ago

Done in pull request #45.