搜索资源列表
balldrop
- 随机筛选,小球下落,模拟正态分布曲线 java源码 编译后class 及applet直观演示-random screening, the whereabouts of the ball, simulation normal distribution curve java source and compiled class applet visual demonstration
SetLandmine
- 在一个10*10的方格中,随机分布10个地雷,并在其它没有地雷的格中显示该方格周围相邻的方格中共有几枚地雷。-In a 10* 10 grid, the random distribution of 10 mines, and mines in other cells not shown in the box next to the box around a total of several mines.
javasaolei
- 总体游戏过程分析:在屏幕中央位置显示一个雷区,雷区范围内预先埋设了一定数量的随机分布的地雷;玩家通过上下左右键控制光标在雷区的各个小方块之间移动并做标记;若能正确标记出雷区中的所有地雷,则游戏胜利;否则踩雷,游戏失败。-自动检测中英文中译英英译中百度翻译 翻译结果(中 > 英)复制结果 The overall game process analysis: in the middle of the screen display of the position of a mine
Minesweeper
- dos下的,扫雷小游戏!里面的地雷分布生成!全部是随机的生成,积分牌明晰分数.....内存管理不足-dos, minesweeping game! inside the mines distribution generation! are all random generation scoreboard clarity scores ..... memory management
ogame
- 游戏将伺服器称之为「宇宙」,每个宇宙有银河系、每个银河系有四百九十九个太阳系,而每个太阳系有十五个行星。 每位玩家最初拥有一颗星球,称为「母星」(这个名字是可以被玩家重新命名的),该星球的位置随机分布于任意太阳系的4号~12号星球上。玩家首要任务是发展母星,并且对外殖民其它星球,每个玩家可以利用提昇研究等级增加可殖民星球数。所有的建筑、战斗都是发生在星球和月球上的。(某些建筑是不能在月球上建造的。)-Playing the server is called " cosmic"
MineRandom
- 用java实现的一个扫雷程序,10个雷随机分布,实现了windows扫雷的全部功能-Using java to achieve a de-mining program, 10 Lei randomly distributed, to achieve full functionality of the windows demining
snake
- 整个程序应包括几个大的模块,即游戏的围墙、蛇身、蛇的移动和食物的随机分布,每个模块又包含具体功能的实现。除了主体部分外,程序还包括游戏辅助说明部分和游戏难度选择功能的实现。-The entire program should include several large modules, namely game fences, snake, snake movement and random distribution of food, each module also contains the i
buildings
- java实现画图小程序,夜景背景的高楼,窗户随机分布。- java realize drawing buildings with windows distributed randomly.
Sweeping-mine
- 扫雷游戏,游戏分为初级,中级,高级三个等级。生成不同数量的雷随机分布。并且每个点都能计算自己周围8个点中雷的数目来提示玩主。-Mine game, the game is divided into primary, intermediate, advanced three levels. Generate different numbers of mine random distribution. And each point can calculate the number of the nu
8puzzle
- 8 puzzle game.3*3的矩阵里随机分布,现每次只能移动一个数字最后要求1-8要按从上到下从左到右的顺序依次排列。-8 puzzle game.3* 3 matrix of randomly distributed inside, now you can only move one digit 1-8 final requirements according to the order top to bottom left to right order.
snake
- 产生一个固定大小没有边界的游戏区域,蛇从区域的中心开始,由玩家通过键盘控制蛇的运动方向,用蛇头去吃随机分布在游戏区域内的食物;-snake program