Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rabestro/jetbrains-academy-minesweeper
- Owner: rabestro
- Created: 2021-01-21T12:03:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-31T18:46:17.000Z (almost 4 years ago)
- Last Synced: 2024-11-07T11:51:58.117Z (about 2 months ago)
- Topics: board-game, hyperskill-academy, jetbrains-academy, streams, student-project
- Language: Java
- Homepage:
- Size: 218 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.