ucsb-cs56-projects / cs56-games-poker

-
MIT License
2 stars 11 forks source link

Remove redundancies in creating servers #65

Open elizamr opened 6 years ago

elizamr commented 6 years ago

Creating a local server currently depends too much on the user. The program should take the generated IP address and automatically produce a server, not return the IP address for the user to input. (50 pts)

sean-shelton commented 6 years ago

F17 OK (50 pts)

Sierrasch commented 6 years ago

The server should return the ip address so that other users know what address to connect to it at, but it should also start the server up so that the user who creates the server doesn't have to separately connect.

Sierrasch commented 6 years ago

W18 OK (100 pts)