Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 1007 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 1007 Bytes

FC16UI (deprecated, refer to https://github.com/zhuocai/fcui_qt

UI project of FC16, Department of Automation, Tsinghua University.

Get Started

Cocos-2dx

The UI project is based on cocos-2dx. So you have to firstly download cocos-2dx from cocos-2dx download link. For windows system, run the command

python setup.py

Then type

cocos new -l cpp -p com.gamefromscratch.gamename -d C:\path\to\game\here gamename

to create a new project.
We didn't include the cocos2d library necessary for the project.
We should make sure the parent directory of this project contains the cocos2d library and some other files.
Please refer to the tutorial given in tutorial page.

About develop

Step1

Use static map as background. Every loop renew the towers, players and soldiers.