Skip to content

cortzero/buscaminas-minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Command Line Minesweeper

A command line minesweeper game made with Java that implements three difficutlties:

  • Novice (Principiante): 8x8 cells and 10 mines.
  • Intermediate (Intermedio): 16x16 cells and 40 mines.
  • Expert (Experto): 16x30 cells and 99 mines.

How to play

Open the project in an IDE and execute it. Then, select the difficutly and start playing by entering the corresponding menu option.

  1. Discover a cell
  2. Mark a cell
  3. Hint
  4. Solution
  5. Exit

About

A console-based minesweeper game made with Java as a homework at university.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages