CSE-Courses / course-project-a5-ezpz

course-project-a5-ezpz created by GitHub Classroom
0 stars 0 forks source link

Center the Lobby #97

Closed hatwabar closed 3 years ago

hatwabar commented 3 years ago

Lobby currently starts at top left of screen, center the lobby

Task Test:

1) Open anyconnect and connect to vpn.buffalo.edu 2) open up terminal 3) ssh into cheshire (when connected into a UB network) 4) navigate to the directory /CSE442-542/2020-Fall/cse-442g/ 5) run server using command "python server.py" in that terminal 7) On your main computer, open up another terminal and navigate to directory where the project is on your local machine. 8) Once in that directory, run "python Main.py" 9) A gui will appear where you can move your character with the arrow keys, and the other player/client can also connect and move their player. Both updated in real time. The lobby should appear in the center of the large game window rather than the top left.