From c52c809a150bace4a1fd7b542c6e3c23f9c2356f Mon Sep 17 00:00:00 2001 From: Sagnik Bagchi Date: Thu, 1 Oct 2020 11:01:42 +0530 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2c083da..24654b8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Python2048 +# Python2048 Game [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/luliyucoordinate/PictureToCharacter)[![PyPI](https://img.shields.io/pypi/pyversions/Django.svg)](https://github.com/luliyucoordinate/PictureToCharacter) @@ -8,7 +8,7 @@ This project references [yangshu's](https://github.com/yangshun/2048-python) pro -#### On linux +#### On Linux To start the game, run: @@ -23,7 +23,7 @@ chmod +x ./Python2048.py ./Python2048.py ``` -#### On windows +#### On Windows Download and install Python for Windows: @@ -35,6 +35,6 @@ python Python2048/Python2048.py or run `Python2048/play.bat` -#### How to play +#### How to Play -`W`:arrow_up: `S`:arrow_down: `A`:arrow_left: `D`:arrow_right: +`W`: arrow_up: `S`: arrow_down: `A`: arrow_left: `D`: arrow_right: