Skip to content

brombirium/mine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal Minesweeper clone (CLI)

Quick Start

Can be run in any terminal. (Should support Windows and Linux, only Windows is tested so far.)

pip install -r requirements.txt
python main.py

Creating a Virtual Environment

Ideally, create a virtual environment. To create a virtual environment (only has to be done once):

python -m venv my_env

To start it:

my_env/Scripts/activate

If run in PowerShell, you might need to set policies beforehand.

  • start PowerShell in Administrator mode
  • '''Set-ExecutionPolicy Unrestricted -Force'''

After creation, install the requirements in the virtual environment. Then run the script.

pip install -r requirements.txt
python main.py

About

minesweeper in shell, using python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages