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