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

https://github.com/archtaurus/pymine

Python扫雷游戏
https://github.com/archtaurus/pymine

Last synced: about 17 hours ago
JSON representation

Python扫雷游戏

Awesome Lists containing this project

README

          

# pymine

用Python基于Pygame写的扫雷游戏

安装依赖 `$ sudo pacman -S sdl sdl_image sdl_mixer sdl_ttf portmidi`

启动游戏 `$ make play`。

左键鼠标挖雷,右键做标记,快捷键 `wasd` 可修改雷场大小。

![screenshot.png](https://github.com/archtaurus/pymine/raw/master/screenshot.png)