Skip to content

saile515/cli-minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI Minesweeper

A minesweeper game that can be played directly trough your CLI.

    npm i
    npm run build
    npm start (width?) (height?) (mines?)

When playing the game, first enter the x coordinate, then the y coordinate, and finally the command.

Commands

  • p, pop (pops the cell to reveal what is underneath)
  • f, flag (marks that the cell contains a mine)

The PseudoCode folder is only included due to this being a school assignment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published