An open API service indexing awesome lists of open source software.

https://github.com/29dch/mine-sweeper

基于java swing的简单扫雷游戏,实现了基本逻辑.主要用到了floodfill算法和随机洗牌算法
https://github.com/29dch/mine-sweeper

awt fisher-yates-shuffle floodfill java knuth-shuffling-algorithm swing

Last synced: 8 months ago
JSON representation

基于java swing的简单扫雷游戏,实现了基本逻辑.主要用到了floodfill算法和随机洗牌算法

Awesome Lists containing this project

README

          

# Mine-Sweeper
基于java awt以及swing的简单扫雷游戏,实现了基本逻辑.主要用到了floodfill(漫水填充)算法和knuth-shuffling-algorithm(Fisher–Yates也被称作高纳德(Knuth)随机置乱算法,随机洗牌算法)

效果图如下:

![image](https://github.com/29DCH/Mine-Sweeper/blob/master/1.png)