All Projects → WanderHuang → react-minesweeper-sweep-it

WanderHuang / react-minesweeper-sweep-it

Licence: other
Hey! Just sweep it, bro!

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to react-minesweeper-sweep-it

LibreMines
A Free/Libre and Open Source Software Qt based Minesweeper game available for GNU/Linux, FreeBSD and Windows systems.
Stars: ✭ 55 (+223.53%)
Mutual labels:  minesweeper
minesweeper
Python代码编写的扫雷游戏
Stars: ✭ 16 (-5.88%)
Mutual labels:  minesweeper
imgui
Dear ImGui Addons Branch = plain unmodified dear imgui plus some extra addon.
Stars: ✭ 348 (+1947.06%)
Mutual labels:  minesweeper
minesweeper
API for setting up a Minesweeper game environment in its simplicity and robustness
Stars: ✭ 15 (-11.76%)
Mutual labels:  minesweeper
dream
Welcome to record interesting (or strange) dreams here! 欢迎在这里记录有趣的(或奇怪的)梦境!
Stars: ✭ 12 (-29.41%)
Mutual labels:  relax
minebash
minesweeper for linux command line, implemented in python
Stars: ✭ 31 (+82.35%)
Mutual labels:  minesweeper
terminally bored terminal board games
board games for your terminal!
Stars: ✭ 53 (+211.76%)
Mutual labels:  minesweeper
minesweeper
💣 The classic minesweeper game in python
Stars: ✭ 34 (+100%)
Mutual labels:  minesweeper
minesweeper-v
Minesweeper Written in Vlang
Stars: ✭ 19 (+11.76%)
Mutual labels:  minesweeper
minesweeper-bot
I'm a Discord bot that can generate a random Minesweeper game using spoiler tags, for anyone to play!
Stars: ✭ 27 (+58.82%)
Mutual labels:  minesweeper
Minesweeper
A minesweeper game created by Java. (Java 实现经典扫雷游戏)
Stars: ✭ 20 (+17.65%)
Mutual labels:  minesweeper
angular-minesweeper
Play a different version of the classic Minesweeper game built with Angular
Stars: ✭ 54 (+217.65%)
Mutual labels:  minesweeper
minesweeper
💣Minesweeper game written with React
Stars: ✭ 18 (+5.88%)
Mutual labels:  minesweeper
plumeria
🤖 A Discord chat bot with rich data piping between commands
Stars: ✭ 35 (+105.88%)
Mutual labels:  minesweeper
JSMinesweeper
Minesweeper player, solver and analyser in javascript
Stars: ✭ 25 (+47.06%)
Mutual labels:  minesweeper
Autopiano
自由钢琴 🎹 AutoPiano ( https://www.autopiano.cn ) Simple & Elegant Piano Online
Stars: ✭ 5,117 (+30000%)
Mutual labels:  relax

Minesweeper中文

Rules

  1. Find out all mines in matrix(n * n)
  2. Click for triggering, right click for marking or unmarking.
  3. If you trigger a mine, game over.
  4. Every number inner the box stand for total mines arround in matrix(3 * 3)
  5. Trigger an empty box will trigger all surrounded boxes too.

Looks like

1565934382287

Game gif

Finished

  1. level

  2. game datas

  3. pause\continue

  4. restart

  5. game status

  6. beautify ui..

  7. clock

To do

  1. custom matrix(M * N)
  2. more functions
  3. device adaptation
  4. more docs

CHANGELOG

  1. 20190815 deployment
  2. 20190816
    • animation after success
    • animation after fail
    • add Description
    • fix some logic code
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].