搜索资源列表
上古神器
- 代码模拟了龟兔赛跑爬山的情况,其中有个时钟触发设置每秒执行一次循环,乌龟的规则是:50% 的机会快走(右移三格) 20% 的机会下滑(左移六格) 30% 的机会慢走(右移一格). 兔子的规则是:20% 的机会睡觉(不移动) 20% 的机会大跳(右移九格) 10% 的机会大滑(左移十二格) 30% 的机会小跳(右移一格) 20% 的机会小滑(左移两格). 其中最先走到整 70 格的胜利,超过 70 格的从头开始 程序在一条线上打印了龟兔移动的轨迹,当两者重合时打印 P 乌龟
js
- 详细讲解了外挂从无到有的开发过程,适合各类网页游戏外挂编写者作为范本参考,不管是新手还是内存挂编写者转型脚本挂都能从中获得很大收获-Detailed account of the development of plug-ins from scratch, suitable for all types of web page plug-game writers refer to as a model, whether novice or memory linked to the scr ipt w
3Dcongtou
- 3D游戏从头编,很好的教程,希望大家好好利用啊-3D game made from scratch, a very good tutorial, I hope to make good use of everyone ah
game_programme
- VC游戏编程 从零开始学习VC游戏编程 系统全面 -VC games to learn programming from scratch a comprehensive programming system for VC games
spritelib_gpl
- http://www.flyingyogi.com/fun/spritelib.html SpriteLib GPL Overview SpriteLib GPL a collection of static and animated graphic objects (also commonly known as sprites). It was created to provide hobbyist game developers with an assortme
3Dcongtou
- 3D游戏从头编 初学者必备 希望可以帮助大家 -3D game from scratch, an essential compilation for beginners can help you Ha ha hope
3DGame
- 压缩包中包含了《3D游戏从头学》教程,仅供VC爱好者学习之用-Archive contains the " 3D game start from scratch" tutorials lovers learning purposes only VC
VB--wg
- 从零开始学编写vb外挂的说明性文章,内容不多很实用。-Vb plug prepared from scratch a descr iptive science articles, the content is very much practical.
sing
- Sing Engine is a custom Half-Life 1 engine that is written from scratch. It have full compatibility with modifications for original Half-Life 1 engine and have extended limits for mappers, custom features(like background maps in menu and custom light
PhysX-Modeling
- 掌握PhysX 3物理引擎开发技术 教你如何进行物理仿真编程-Learn everything you need to know about PhysX programming from scratch Master the most advanced features of the PhysX Physics Engine Code examples are included in each chapter to help you learn quickly and efficient
weixin
- 最新微信接口,最新微信活动开发包,转盘,刮刮乐,小果机等.-New micro-channel interface, the latest micro-channel activity development kit, turntable, scratch, small fruit machines.
A_Ping_Gam172851442004
- A small compact ping pong game, written in Delphi 5, compatible with newer versions. Has issues running windows 8. Does not use any modules or third-party packs. 100 fully coded scratch -A small compact ping pong game, written in Delphi 5, compat
Russian-Blocks-R2
- 比较完整的俄罗斯方块,自己从头写的,适合初学者理解-More complete Tetris, written scratch, suitable for beginners to understand
百家棋牌游戏源码1.0免费版
- 百家手机棋牌系统,内含斗地主,国标麻将,德州扑克,豪车漂移,刮刮乐等多款棋牌游戏.(Hundreds of mobile phone card system, including landlords, mahjong GB, Dezhou poker, car drift, scratch and other variety of chess game.)
project
- Scratchbot小游戏,潜水员水底探险,捡星星躲章鱼(Scratchbot small game, diver underwater exploration, pick up star hide Octopus)
blockly-games-zh-hans
- 由Google开源的Blocky编程语言构建 , 和MIT的Scratch一样,帮助青少年培养编程能力。(Built with Google's open source Blocky programming language, like MIT's Scotch, it helps teenagers develop programming skills.)
Simple-version-of-the-fishing
- 本程序是一个模仿捕鱼达人的小游戏,语言为C语言。WIN32、GDI。实现功能: 积分; 碰撞; 点击测试; 随机生成鱼; 连续图片实现鱼游泳动画; 点击音效; 程序是鄙人C语言实验程序,参考了《windows游戏编程之从零开始》GDI部分。程序逻辑简单,实现直接,结构比较清晰。如果有类似作业需求的,可以作为参考。(This program is a copy of the game to fish, language C language. GDI, WIN32. Realizat