文件名称:minesweeper
- 所属分类:
- JSP源码/Java
- 资源属性:
- 上传时间:
- 2017-11-27
- 文件大小:
- 5kb
- 下载次数:
- 0次
- 提 供 者:
- jlg****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Then you can input the command, which includes 3 types:
x,y,B Mark the coordinate position (x,y) as a mine, which will be displayed in '@'.It can be cancelled by the input of x,y,N . Everytime you mark a
mine, the total number of mines will be subtracted by 1.
x,y,N Mark the coordinate position (x,y) as a non-mine location in order to obtain a new tip.The number displayed in the vertex represents the
number of neighboring mines adjacent to that square (1 - 8). Notice that if the number is 0, all non-mine locations can be recursively opened around
the previous one.
The object of the game is to uncover all squares that don't contain mines and mark all the mines.If you uncover a mine, you lose.(Minesweeper, installed by default on most computers that come with Windows, is one of the most classic computer games of all time. Now we can enjoy a
much simpler version of the game in the DOS command window)
x,y,B Mark the coordinate position (x,y) as a mine, which will be displayed in '@'.It can be cancelled by the input of x,y,N . Everytime you mark a
mine, the total number of mines will be subtracted by 1.
x,y,N Mark the coordinate position (x,y) as a non-mine location in order to obtain a new tip.The number displayed in the vertex represents the
number of neighboring mines adjacent to that square (1 - 8). Notice that if the number is 0, all non-mine locations can be recursively opened around
the previous one.
The object of the game is to uncover all squares that don't contain mines and mark all the mines.If you uncover a mine, you lose.(Minesweeper, installed by default on most computers that come with Windows, is one of the most classic computer games of all time. Now we can enjoy a
much simpler version of the game in the DOS command window)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
bomb\.classpath | 301 | 2015-10-20 |
bomb\.project | 380 | 2015-10-20 |
bomb\.settings\org.eclipse.jdt.core.prefs | 598 | 2015-10-20 |
bomb\bin\bomb\Minesweeper.class | 4634 | 2015-10-26 |
bomb\src\bomb\Minesweeper.java | 7059 | 2015-10-26 |
bomb\bin\bomb | ||
bomb\src\bomb | ||
bomb\.settings | ||
bomb\bin | ||
bomb\src | ||
bomb |