rickyg365 / minesweeper

Console Minesweeper Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minesweeper

Console Minesweeper Game


Table of Contents

How to Play

Score:
 O: 0     X: 0
 
   0 1 2 3 4
  ┏━━━━━━━━━┓
0 ┃█┃█┃ ┃ ┃█┃   
1 ┃█┃█┃X┃█┃█┃
2 ┃█┃█┃█┃█┃█┃
3 ┗━━━━━━━━━┛

Features

  • Keeps track of player score
  • alternates start player
  • can ctrl+c out of most inputs nicely

Coming Soon:

  • Working score display
  • Custom player name
  • Custom Player symbol
  • Add automatic platform detector for clear_screen
  • Game Over screen
  • potentially add socket capabilities for multiplayer play?

About

Console Minesweeper Game


Languages

Language:Python 100.0%