2014-02-05
|
Hello world, Today I have fixed what I intented to yesterday. I created an entirely new file where I included SFML and chose the right settings for the main function. At first I had some struggles with making the files for the SFML library work, but by looking at the old project were SFML were included and by using what I learned yesterday I finally managed to make it function. Then I made my start-state (StartMenuState) output a question in the console-debugger-thingy of what I wanted to do next, asking me to input a number from 1 to 3 and depending on which one I chose I either entered the GameState, the HowToPlayState or the OptionsState. Thereafter I could either output a number in order to go back to the StartMenuState or I could exit the debugger.
|