Bimde / Blackjack-Server

MIT License
0 stars 1 forks source link

Multiple games (details below) #24

Closed xuwilliam01 closed 8 years ago

xuwilliam01 commented 8 years ago

Accept sockets in a central server with arraylist of server objects. If player specifies play then place player in new lobby. If player specifies spectate then send back # of active active games and user returns index of game they want.

pcjl commented 8 years ago

Fixed.