Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rabestro/jetbrains-academy-minesweeper

You played this game when the Internet cut off, didn’t you? It is time to remember the good old days. In this project, you will create your own "Minesweeper" game.
https://github.com/rabestro/jetbrains-academy-minesweeper

board-game hyperskill-academy jetbrains-academy streams student-project

Last synced: 6 days ago
JSON representation

You played this game when the Internet cut off, didn’t you? It is time to remember the good old days. In this project, you will create your own "Minesweeper" game.

Awesome Lists containing this project

README

        

# Project: Minesweeper

## About
You played this game when the Internet cut off, didn’t you? It is time to remember the good old days. In this project, you will create your own "Minesweeper" game.
## Learning outcomes
This project will teach you how to work with multidimensional arrays in Java. You will be dealing with algorithms for generating the playfield and processing player moves. You will also find out what collections and stacks are.