资源列表
ud
- 快捷命令,erlang开发调试接口,方便新手快速开发(Shortcut command, Erlang develops debug interface to facilitate new development of novice.)
贪食蛇游戏
- 贪食蛇游戏 ,在DOS控制台运行,方向键控制方向. void Pos(int x,int y) { COORD pos; HANDLE hOutput; pos.X=x; pos.Y=y; hOutput=GetStdHandle(STD_OUTPUT_HANDLE); SetConsoleCursorPosition(hOutput,pos); }
推箱子
- 简单的推箱子 适合初学者 毕竟只有一关,并且没有关卡切换,因为我也是第一次做这个,望理解(A simple suitcase,Simple pushbox is suitable for beginners. After all, there is only one pass and no level switch, because I also do this for the first time.)
Patcher
- tool to unzip lol files and models
180217
- taptapgame is a interestig game the source code is here
Shoot
- 小游戏 飞机大战 JAVA实现 飞机大战 JAVA实现 小游戏(Small game aircraft war JAVA implementation.)
FrozenBubble
- 泡泡龙游戏源代码 简单实现 MATLAB 解压缩即可(Bubble dragon game source code simple MATLAB solution compression.)
俄罗斯方块java源代码
- 俄罗斯方块源代码,简单实现,解压缩即可 matalb实现(Russia block source code, simple implementation,)
Unity3D人工智能编程精粹
- unity AI编程,功能很全面,适合入门的人看(unity AI programming)
Snake
- java小程序 - 贪吃蛇游戏 贪吃蛇游戏是一款经典的益智游戏,有PC和手机等多平台版本。既简单又耐玩。该游戏通过控制蛇头方向吃蛋,从而使得蛇变得越来越长。 另外还有一种名为“贪吃蛇”钻井测井技术,是运用旋转导向系统、随钻测井系统等的油气田定向钻井、随钻测井技术,可完成海上“丛式井”和复杂油气层的开采需求,大幅降低油气田开发综合成本。 用游戏把子上下左右控制蛇的方向,寻找吃的东西,每吃一口就能得到一定的积分,而且蛇的身子会越吃越长,身子越长玩的难度就越大,不能碰墙,不能咬到自己的身体,更不
bomblab-20180410
- 分为7个关卡,玩家通过查看反汇编文件,查看内存得到密码通到下一关,密码错误,则爆炸。(It can be divided into 7 levels. Players can check the memory through the disassembly file, get the password to the next pass, and the password error is exploded.)
Sokoban
- c++语言纯代码,在运行框中实现推箱子游戏(C++ language, implementation of Sokoban)