Update readme.md

This commit is contained in:
werelone 2017-09-27 18:03:06 +08:00
parent 96b0dbd551
commit 8590e385c2
1 changed files with 5 additions and 1 deletions

View File

@ -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)