资源列表
纸牌游戏 MFC
- 一种化学牌的纸牌游戏,运用VC++编写,MFC(A card game of a chemical card; written in VC++)
CrazyAdventure
- 主要是一个unity游戏的场景实例,包括各种模型和脚本资源,以及一些好的贴图。(The main example is a unity game scene, including various model and scr ipt resources, as well as some good textures.)
DOTween
- 讲述cocos2d编程需要的工具和一系列案例,包括中药的源代码和一些插件。(About cocos2d programming tools and a series of cases, including Chinese medicine source code and some plug-ins.)
许昕骜 1120160033
- 简单的弹球小游戏,编程课上制作的小作业,十分简陋,拿来让大家批评一下(Simple pinball games, programming classes produced small operations, very simple, used to let everyone criticize)
WebEngine-1.0.9.7
- MU Online web engine better than other web engines.
3DsplitScreen
- 左右,上下分屏功能,在3d眼镜下实现3d效果(Split screen function, in 3D glasses to achieve 3D effect)
hellow
- 汉诺塔解法 运用递归法非常清晰简洁的程序实现(Hanoi Recursive method is very clear and concise procedures to achieve)
cocos2d模拟翻书
- cocos2d模拟翻书 PageTurn.cpp,PageTurn.h放在cocos引擎中,在VC导入。AppDelegate.cpp直接覆盖,test1.png放入res文件夹即可,运行。(Cocos2d book PageTurn.cpp PageTurn.h in the simulation, the Cocos engine, the introduction of VC. AppDelegate.cpp directly overwrite, test1.png into the
QQ华夏
- 自己编写 多开,血量查询,攻击,人物属性,防御,等等,BOSS时间 ,(Write your own open, blood query, attack, character, defense, and so on, BOSS time,)
军旗游戏
- 这是一个用C++写的军旗小游戏,对于初学者来说很有帮助(This is a C++ written flag game, which is helpful for beginners .)
Cinder-ImGui-master
- ImGui是C / C ++的无膨胀图形用户界面库。它是可移植的,渲染器不可知的,并且携带最少的依赖性(只需要3个文件)。它基于“立即”的图形用户界面范例,它允许您轻松构建简单的用户界面。 ImGui旨在允许程序员创建“内容创建”或“调试”工具(而不是平均最终用户的工具)。它有利于简单性,因此缺乏通常在更高级别的库中发现的某些功能,例如字符串本地化。(ImGui is a bloat-free graphical user interface library for C/C++. It i
贪吃蛇
- 简易的模拟贪吃蛇游戏 用游戏把子上下左右控制蛇的方向,寻找吃的东西,每吃一口就能得到一定的积分,而且蛇的身子会越吃越长,身子越长玩的难度就越大,不能碰墙,不能咬到自己的身体,更不能咬自己的尾巴,等到了一定的分数,就能过关,然后继续玩下一关。(Simple Snake game simulation)