Skip to content

Commit b75780c

Browse files
authored
Refine ServerFacade class description in pregame.md
Clarified the description of the ServerFacade class by rephrasing the sentence about handling HTTP requests and responses.
1 parent 03c343c commit b75780c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chess/5-pregame/pregame.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
In this part of the Chess Project, you will create an initial version of your Chess client. Your Chess client will be a terminal-based (i.e., console-based) program that gives the user a simple interface for playing Chess. Your client should implement all user interactions that occur outside of actually playing a game. Game play interactions will be implemented in the next phase. This includes allowing the user to display help text, register, login, list existing games, create a new game, play a game, observe a game, logout, and exit. You will also write the client code that draws the chessboard.
88

9-
To implement this, you will create a ServerFacade class to handle sending and recieving HTTP requests to and from your server. Your client code will then use your ServerFacade methods to make server API calls.
9+
To implement this, you will create a ServerFacade class to handle sending HTTP requests to your server and receiving responses from it. Your client code will then use your ServerFacade methods to make server API calls.
1010

1111

1212
## Getting Started

0 commit comments

Comments
 (0)