Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
a764934018 authored Aug 6, 2021
1 parent 929299d commit 17a881e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 集成box2d和easyx的游戏demo

主要是为了了解box2d物理引擎

![image](https://github.com/a764934018/Game/raw/master/image.jpg)

## 说明:
- 按左右控制小车移动

## 编译:
- 下载代码
- 安装[CMake](https://cmake.org),并确认cmd能访问cmake
- 安装Vistual Studio, 推荐2015以上,越新越好
- 打开 VS开发人员命令提示符(必须), cd到代码目录,执行build.bat
- 成功后项目会生成在build子文件夹

0 comments on commit 17a881e

Please sign in to comment.