From d0612f6a80db50752c4685dd4b9ac462d7c657c0 Mon Sep 17 00:00:00 2001 From: 52871299hzy <33828093+52871299hzy@users.noreply.github.com> Date: Mon, 2 Sep 2019 19:58:14 +0800 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..75dccd2 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# puyo +A Puyo game in c++ + +It is more like a simulator, as pieces won't fall automatically. + +The current version is 1.0, which use terminal for display. + +The 2.0 version is under working and it will use SDL for rendering.