项目来源 emoji-minesweeper 移植到uTools
引用原repo的readme
点击下载
安装方式
解压后将upx文件拖入 uTools 搜索条
emoji-minesweeper
How to play
- Left click to step on a spot
- Right click to mark a spot as a bomb
- Double click to open all 8 spots nearby a target (except ones already marked as bombs using right clicks)
This is a work in progress
API
// to start a new game
new Game(cols, rows, bombs, [emptyemoji, bombemoji, flagemoji, starteremoji], twemojiOrNot)
// for example:
new Game(10, 10, 10, ["🌱", "💥", "🚩", "◻️"], true)
new Game(16, 16, 30, ["🐱", "📛", "💣", "🔍"], false)
Todos
Zap :zap:
:heart: https://github.com/twitter/twemoji
Why
WHY IS THIS A QUESTION?!