Skip to main content

An interactive minesweeper game for your terminal.

Project description

ASCII Minesweeper

Gitpod ready PyPI version shields.io PyPI license

Inspired by a minesweeper game on my graphing calculator, I decided to create this version that you can play directly in your terminal. I originally started this project as an Easter egg project to embed into another Python script. This implementation is written in Python and uses numpy under the hood. While it is called ascii-minesweeper, it actually does use a few characters not in the ASCII character set. Hope you enjoy playing!

Gameplay

ascii minesweeper screenshot

Install

pip install ascii-minesweeper

Run

In order to run the program from the terminal, you can type:

minesweeper

Otherwise, you can also launch the program from another Python script as an Easter egg like this:

from minesweeper import PlayMinesweeper
play = PlayMinesweeper()
play.launch_game()

Controls

  • Arrow keys or WASD - Moves the cursor
  • Space - Mark a square as a flag, question mark, or back to hidden
  • Enter - Select a square to uncover
  • Backspace or CTRL-C - Returns to main menu

Play in your web browser

Click this link below to open the code in Gitpod and sign in with your GitHub account.

Open in Gitpod

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ascii-minesweeper-1.0.1.tar.gz (13.3 kB view hashes)

Uploaded Source

Built Distribution

ascii_minesweeper-1.0.1-py3-none-any.whl (15.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page