SFML community forums
General => SFML projects => Topic started by: paulhaggo on February 24, 2015, 04:31:06 pm
-
This is some bad code i did
but it may help a beginner like me
It is a simple project which has 3 windows / forms
a splash screen, which swapps to menu, then fake game screen
enjoy
-
This is some bad code i did
If you already admit up-front that it's bad code then please do not post it - make it good code instead and then post that.
-
This is some bad code i did
but it may help a beginner like me
It is a simple project which has 3 windows / forms
a splash screen, which swapps to menu, then fake game screen
enjoy
I don't quite understand. Do you want feedback on this code? I'd recommend just using objects instead of calling isolated functions. That way you could make the 'screens' more dynamic and use them in a loop if you wanted.