Skip to content

sioterino/minesweeper

Repository files navigation

CLI Minesweeper in Java

This project is a command-line version of the classic Minesweeper game, built in Java with a focus on clean architecture.

Note

Game developed with Java 21, but minimum required Java version is Java 17.

On Linux Terminal

    # clones repository to current directory
    git clone https://github.com/sioterino/minesweeper.git
    
    # run the bash script
    ./minesweeper/run.sh
    

Tip

You can also download the .zip file in this link. Just don't forget to run the corresponding script (run.sh or run.bat) file inside the exported minesweeper-main/ directory.

On Windows Terminal

    # clones repository to current directory
    git clone https://github.com/sioterino/minesweeper.git
    
    # run the batch script
    .\minesweeper\run.bat
    

Warning

Be aware there might be problems related to file permissions.

Contributing

I welcome contributions! Feel free to submit issues or pull requests.

License

This project is licensed under the MIT License.



Important

Heavy inspiration from this CLI game project and this Minesweeper project.

About

CLI Minesweeper in Java. User persistent data with file management and BCrypt.

Topics

Resources

License

Stars

Watchers

Forks

Contributors