I'm trying to create a game menu, so basically there's a start screen and your click the button to start the game...
how do I have different states of the screen, suppose game menu is a state, play game is another state, and then game over is another state, how do I go about implementing those in my game. Would I use a case statement, if someone could me some guidelines on how to do this then that would be great.
I would like some tips on how to view images in a grid format in Processing? Would I use an ArrayList and store all the images in there or would I just use a for Loop. Please can someone advise me on the best way to approach this solution,