https://github.com/archtaurus/pymine
Python扫雷游戏
https://github.com/archtaurus/pymine
Last synced: about 17 hours ago
JSON representation
Python扫雷游戏
- Host: GitHub
- URL: https://github.com/archtaurus/pymine
- Owner: archtaurus
- License: gpl-3.0
- Created: 2016-11-18T15:57:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-13T19:48:50.000Z (over 5 years ago)
- Last Synced: 2025-11-16T06:15:12.794Z (7 months ago)
- Language: Python
- Homepage:
- Size: 5.08 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# pymine
用Python基于Pygame写的扫雷游戏
安装依赖 `$ sudo pacman -S sdl sdl_image sdl_mixer sdl_ttf portmidi`
启动游戏 `$ make play`。
左键鼠标挖雷,右键做标记,快捷键 `wasd` 可修改雷场大小。
