From cd8d07b492b908904a8cfdfd8c9d17ff4dd4ab3c Mon Sep 17 00:00:00 2001 From: Guanzhong Chen <quantum2048@gmail.com> Date: Sun, 19 Nov 2017 03:28:38 -0500 Subject: [PATCH] Add image to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7dd3b28..972a264 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ My version of 2048 game, with multi-instance support, restored from an old high school project. + + ## Installation Run `pip install 2048`.