DavidWigley / RPGGame

Very basic game that was made for fun in high school.
0 stars 0 forks source link

Implementation of Main Menu #2

Closed DavidWigley closed 10 years ago

DavidWigley commented 10 years ago

A main menu should be added that way options can be added better and it looks cleaner. Also allows the use of different sound tracks. @thecodnub you are helping me do this.

DavidWigley commented 10 years ago

Hey I don't think I'm going to have enough time to actually code this until next week at the earliest unless I can get on during a robotics competition. I believe the best way to do this is have a variable called state. State starts at 0. While state is 0 we draw a main menu. Clicking a button (new game, options,exit,etc) changes the state. Within paint we should check the state so we know what to draw. Also the main method that handles everything SHOULD NOT run unless you are in a play state. @thecodnub this is how I would do it. We should get this done ASAP. I can help if you need it but wont be home most of this week too much.

DavidWigley commented 10 years ago

done