← Back Published on

Minesweeper Game Project

Java

     This project was my first in Java language, it was during my second year of bachelor and i learned a lot about this programming language through this project. The goal was very simple : reproducing the Minesweeper game with all the features from the real game, the only part we couldn't do was the graphic part as we had no knowledge on how to make a graphical interface for the players. The solution was to print the game on the terminal and displaying colors to differentiate the case depending on how many mines there are around it.

     We had no experience in Java language beforehand and we were still learning it when we had to start this project, making it difficult for us. However I think it an effective way to learn the principles, the syntax and the features of a programming language with a small project like this one. 

      In the end and looking back to it, this project was simple compared to the possibilities of Java language and the other projects we did later on. I learned a lot about this programming language and found it very engaging for me.