Thanks to visit codestin.com
Credit goes to github.com

Skip to content

NaoCoding/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper

Description

A simple implementation of Minesweeper in Python 3.X This is a prototype which is easy for function expansions and maintenance.

Installation

Environment:

Python 3.X

Usage

from minesweeper import Minesweeper

new_game = Minesweeper(width=15, height=15, bomb_count=7)
new_game.select(x=0 , y=0)

License

MIT

About

PicCollage Interview Task

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages