Skip to content

HiromuMasuda/MineSweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MineSweeper

Compile

javac SamplePlayer.java

Run

java SamplePlayer

Methods

  • getCell(x, y) マス(x,y)の周りの爆弾数の取得、開いていなければ-1が返る
  • getWidth() フィールドの幅の取得
  • getHeight() フィールドの高さの取得
  • getMaskedCellCount() 未オープンマス数の取得
  • getBombNum() 爆弾数の取得

Goals

初級 75% 中級 50% 上級 5%

Java

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages