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

Author Topic: Isometric Minesweeper  (Read 5273 times)

0 Members and 2 Guests are viewing this topic.

CynicRus

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Isometric Minesweeper
« on: November 05, 2018, 04:38:51 pm »
Hello everyone! I'm learning C++ and using SFML both, and for educational purposes i'm developed the implementation of the Minesweeper game with isometric view.



Sources: https://github.com/CynicRus/Isometric-Minesweeper

Binaries: https://github.com/CynicRus/Isometric-Minesweeper/releases/download/0.2/Release.zip

Criticism of code are welcome :)
« Last Edit: January 12, 2019, 02:37:02 pm by CynicRus »

foo

  • Newbie
  • *
  • Posts: 20
    • View Profile
Re: Isometric Minesweeper
« Reply #1 on: November 06, 2018, 05:15:44 pm »
Cool! Will there be any twists to the minesweeper rules?

CynicRus

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Re: Isometric Minesweeper
« Reply #2 on: November 06, 2018, 06:19:28 pm »
This is classic minesweeper, just a 16 mines on an enlarged field 15x15.

CJ

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Isometric Minesweeper
« Reply #3 on: November 21, 2018, 11:25:52 pm »

Shouldn't this 1 be a 2?

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Re: Isometric Minesweeper
« Reply #4 on: January 02, 2019, 09:24:02 pm »
Cool idea to have it isometric! :)

Maybe the flag's bottom could be centered in a tile, to give it a more "2.5D" feel. Or would it make it confusing to see which field is marked?
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

CynicRus

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Re: Isometric Minesweeper
« Reply #5 on: January 12, 2019, 02:42:00 pm »
Cool idea to have it isometric! :)

Maybe the flag's bottom could be centered in a tile, to give it a more "2.5D" feel. Or would it make it confusing to see which field is marked?

The tails overlap a bit. Maybe I did something wrong with the isometric tiles:)

 

anything