From b088aa9549b28646de13bbe8ae7dc603dd5e27b0 Mon Sep 17 00:00:00 2001 From: wenchunyang Date: Sun, 18 Sep 2016 14:20:38 +0800 Subject: [PATCH] fix typo --- ...online multiplayer game with python and asyncio - part 3.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/translated/tech/20160606 Writing online multiplayer game with python and asyncio - part 3.md b/translated/tech/20160606 Writing online multiplayer game with python and asyncio - part 3.md index 2d4a2316bd..0595ddc020 100644 --- a/translated/tech/20160606 Writing online multiplayer game with python and asyncio - part 3.md +++ b/translated/tech/20160606 Writing online multiplayer game with python and asyncio - part 3.md @@ -7,12 +7,11 @@ 代码戳[这里][4] -### 4. 制作一个完成的游戏 +### 4. 制作一个完整的游戏 ![](https://7webpages.com/static/img/14chs7.gif) #### 4.1 工程概览 -#### 4.1 Project's overview 在此部分,我们将回顾一个完整在线游戏的设计。这是一个经典的贪吃蛇游戏,增加了多玩家支持。你可以自己在 () 亲自试玩。源码在 Github的这个[仓库][5]。游戏包括下列文件: