Update README.md

This commit is contained in:
Edward Yang 2015-03-20 15:44:10 -07:00
parent 0f5ecace30
commit 359cfae084

View File

@ -2,7 +2,7 @@
node-poker-stack is a [node.js](http://nodejs.org) Texas Holdem game server and web client. Some notable features node-poker-stack is a [node.js](http://nodejs.org) Texas Holdem game server and web client. Some notable features
are real-time game-play and chat, multiple game rooms, support up to 10 players per room with a combination are real-time game-play and chat, multiple game rooms, support up to 10 players per room with a combination
of human and bot players, and built on top of the [Pomelo](http://github.com/NetEase/pomelo) game server framework. of human and bot players.
## Features ## Features
@ -26,9 +26,9 @@ of human and bot players, and built on top of the [Pomelo](http://github.com/Net
### Whats missing? ### Whats missing?
* Currently, user and table information is persisted to file store. * User and table data is persisted to file store rather than database.
* The web browser client could be improved (uses vanilla bootstrap.js). * Web browser client could be improved (uses vanilla bootstrap.js).
* Can add more client platforms (android, ios, phonegap, etc). * Add more client platforms (android, ios, phonegap, etc).
## Instructions ## Instructions