Skip to content

Exercise6PlaygroundConversion

sethnielson edited this page Feb 27, 2019 · 1 revision

Exercise 6: Escape Room With Playground

Assigned 2/27/2019
Due 3/4/2019
Points 25

Overview

For Exercise 6, convert your asyncio-based Escape Room over to playground. It's easy!

  1. replace loop.create_server with playground.create_server
  2. replace loop.create_connection with playground.create_connection

That's it! Should be an easy 25 points!

Grading

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