Hi everyone
I am an c++ novice and especially a beginner with sfml (more specifically I started 3 days ago) and I want to create a replica of minesweeper game. All well and good, after working these days, I did the game but now I realy need help on how to create a Text field area in game where the player can enter a "custom" game (width, height and minenumber) as the original game. I need to place three for each (int) size on game windows. i really need some help
How should i display these TextEntered on the window and after that put them in (int) variables?
Exemple: The player write '16' on width text field. That '16' is drawn on screen but also put in my width variable. The same for the height and minenumber variables.
Can someone help me ? You can do this?