From 8590e385c23fce37c9d7effa474d99a30602f881 Mon Sep 17 00:00:00 2001 From: werelone <569629550@qq.com> Date: Wed, 27 Sep 2017 18:03:06 +0800 Subject: [PATCH] Update readme.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce9b2a87..a299c4ce 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # Easy2D -A simple game engine for C++ +[![version](https://img.shields.io/github/release/Nomango/Easy2D.svg)](https://github.com/Nomango/Easy2D-Game-Engine/releases) [![download](https://img.shields.io/github/downloads/Nomango/Easy2D/total.svg)](https://github.com/Nomango/Easy2D) [![build](https://img.shields.io/badge/build-passing-green.svg)](https://github.com/Nomango/Easy2D) + +Easy2D 为 C++ 初学者提供 Windows 桌面游戏的开发框架,简单易学,容易上手。你只需要为游戏场景中的每一个元素设置它们的属性,Easy2D 就可以自动处理它们,让一切变得井然有序。 + +中文官网:[www.easy2d.cn](http://www.easy2d.cn) \ No newline at end of file