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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - CynicRus

Pages: [1]
1
SFML projects / Re: Isometric Minesweeper
« 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:)

2
SFML projects / Re: Isometric Minesweeper
« on: November 06, 2018, 06:19:28 pm »
This is classic minesweeper, just a 16 mines on an enlarged field 15x15.

3
SFML projects / 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 :)

Pages: [1]