Tyrone-Zhao / saolei

扫雷---Mac and Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

saolei

扫雷---Mac and Windows

Installation

Mac

pip install pygame
pip install pyinstaller
pyinstaller minesweeper_mac.spec
dist/saolei

Windows

pip install pygame
pip install pyinstaller
pyinstaller minesweeper.spec
dist\saolei

在dist文件夹下查找saolei.app或saolei.exe即可, 资源文件已经全部打包,可以随意移动位置

About

扫雷---Mac and Windows

License:MIT License


Languages

Language:Python 100.0%