mhiproducts/Toontropolis
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
HOW-TO. ---------------------------------------------------------- How to run a TT game locally, the simple way. 1. Run run_server.bat 2. Run run_localhosted.bat 3. Have fun. ---------------------------------------------------------- How to run a TT game locally, the regular way. First, the Blob server... 1. Open run_all 2. cd server 3. Type: ppython NetworkedBlobServer_WIN.py 4. Enter. Now, for the server... 5. Open run_all a second time... 6. cd server 7. Type: ppython server.py -lc 8. Enter. Now, the game... 9. Run run_localhosted 10. Have fun. ----------------------------------------------------------