using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace day12{ class Program { static...
分类:
其他好文 时间:
2015-03-14 09:32:04
阅读次数:
168
《炉石传说》是现在很火的休闲对战游戏,本人也非常喜欢玩,玩的时候经常想能不能把炉石的这些元素融入到战棋类游戏中,于是思索良久,又恰逢游戏蛮牛开展第三届蛮牛杯游戏开发大赛,于是用Unity3D制作了这款游戏。至于为什么叫DarkWar,那是因为一开始准备做成暗黑风格的,残酷的现实告诉我我不适合谈风格…...
分类:
其他好文 时间:
2015-01-17 19:29:03
阅读次数:
128
//对战游戏 struct duizhan { public string name; public int xue; public int gongji; public int fangyu; public int mingzhong; public int shengfa; } static ....
分类:
其他好文 时间:
2014-08-29 17:52:58
阅读次数:
225
此源码模拟了盛大公司的同名游戏泡泡堂,演示了ASL引擎的使用方法。支持支持小龟、大物体、飞碟等坐骑、动画物体,猫头鹰,支持草丛、帐篷、冰窟等隐藏物体,支持各种主要道具。
本游戏可以实现单双人对战。
游戏截图:
源码下载地址:点击下载...
分类:
其他好文 时间:
2014-08-11 15:06:52
阅读次数:
256