搜索资源列表
简单的赛车游戏1
- 这个程序是大二时的汇编课程设计,当时也是花了不少时间,因为是初学,很多方 面都遇到了麻烦。首先就是画小车的问题,如果采用子程序,参数的频繁变动将使程序 变得很难阅读,后来终于发现宏的应用将使程序变得更易于阅读,但因为宏调用在编译 时会宏展开,采用宏将使编译后的文件比较大。再就是小车的动画实现及其碰撞检测, 也是历经磨难好不容易才完成。尤其是碰撞检测,也没找到好的方法,以至三个车道绝 大部分代码是重复的,还盼高手指点迷津。原准备用中断做背景音乐的,但没做好,只 做了个显示系统时钟的,让大虾们见笑。
text
- 猜数字游戏,简单C程序,汇编启动代码部分-game
Game.Scripting.Mastery.Codes
- 游戏脚本开发大师技巧,从命令脚本到汇编脚本,到虚拟机实现,高级C脚本,脚本和应用程序通信,是了解脚本内部实现的经典代码-Game scr ipt development master skills, compiled from a command scr ipt to the scr ipt, to the virtual machine implementation, senior C scr ipt, scr ipts, and application communication withi
huibian-tanchishe
- 贪吃蛇汇编版代码,实现贪吃蛇游戏的基本功能,操作方式为wasd,分别对应上左下右。-Snake compilation version of the code, to achieve the basic functions of the Snake game, the operation mode is wasd, corresponding to the left and right.