Hello,
I recently coded a small game in lua. (This is my first game - I recently tried to catch this language online as I only some basic knowledge of c++ done in school)
I was surfing around too see how to create buttons and all , and I got an eye on storyboard.
I read about what story board is and all. Now I am really confused whether I should now implement storyboard to my code or not? I only have 1 main.lua and scores.lua file in game(scores.lua manages saving and displaying score and all).
Now I was thinking to get a main screen and game over screen. So I some how managed to get the 2 screens in main.lua (with transitions ofc).
So should I flip to storyboards?
Does storyboard affects the internal processing of game (like game speed/memory leaks and all?)
On contrary, I was thinking to keep this game without storyboards (ofc if it does not affect processing of game), and come up with storyboards in future builds onwards.
If storyboard is necessary, is there any sample app that shows working of storyboard?
These storyboards seem really confusing to me. And I have learnt the entire lua language watching and reading tutorials online.
Please guide me. I’m really confused.