Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Mine-app:Minesweeper clone  (Read 2257 times)

0 Members and 1 Guest are viewing this topic.

wafonro

  • Newbie
  • *
  • Posts: 0
    • View Profile
    • Email
Mine-app:Minesweeper clone
« on: November 07, 2019, 02:33:25 pm »
Hello folks! Just, made this simple minesweeper clone with my sister last week. It is my second project with SFML and I wanted to share it with the community.
 
github : https://github.com/sinistro25/Mine-app

I'm open for ideas and suggestions!
« Last Edit: November 07, 2019, 02:38:12 pm by wafonro »

pvigier

  • Newbie
  • *
  • Posts: 17
    • View Profile
    • pvigier's blog
Re: Mine-app:Minesweeper clone
« Reply #1 on: November 18, 2019, 12:23:10 pm »
Nice work! Reminds me of the Minesweeper on old Windows I was playing to when I was a kid.

Projects with siblings are the best!

I do not know how you could extend your project. I saw minesweeper clones with more exotic geometry such as hexagons or in 3D with a cube or a sphere but that's a lot of work for little added value in my opinion. Or you could try to add new tiles, or write a story with different levels, or make a level editor, or improve procedural level generation. But in my opinion, it would be more valuable and instructive to start a new project, maybe one with real-time gameplay, such as a snake clone or a breakout clone, to see different techniques.

By the way, I laughed when I saw this function name "setNeighbombs", good pun!

 

anything