-
Notifications
You must be signed in to change notification settings - Fork 20
Exercise6PlaygroundConversion
sethnielson edited this page Feb 27, 2019
·
1 revision
Assigned | 2/27/2019 |
Due | 3/4/2019 |
Points | 25 |
For Exercise 6, convert your asyncio-based Escape Room over to playground. It's easy!
- replace
loop.create_server
withplayground.create_server
- replace
loop.create_connection
withplayground.create_connection
That's it! Should be an easy 25 points!
You should have the following files in your GitHub repository.
<your_repository_root>/src/exercises/ex6/escape_room_server_playground.py
<your_repository_root>/src/exercises/ex6/escape_room_client_playground.py
The grading breakdown is:
- Correct server: 12.5
- Correct client: 12.5