From 26ba7e0fd43fd2873bff67a19c987d956eae4aa8 Mon Sep 17 00:00:00 2001 From: Nomango <569629550@qq.com> Date: Fri, 15 Dec 2017 23:16:57 +0800 Subject: [PATCH] update introduction --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ecf7382..a7afd44d 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,11 @@ ## Introduction Easy2D is a open-source 2D C++ game engine, only support win32 platform. + Easy2D-Core is a game irrelevant lib that provide a lot useful tools can be used in other projects. I made a lot wheels to make cpp simpler to use. -Easy2D is still under heavy developing. I write it and use it to developy my own tiny games. + +It's still under heavy developing. I write it and use it to developy my own tiny games. + More docs and examples will be added later. ## Features