UGH! Fudging biology...test today - and it's putting everything off. I should be programming! Well, I am now, but again, I'm behind schedule!
That's the downside of having a student teacher who has almost no idea what she's teaching cause she cannot answer extra questions that well; and testing on things that go into way toooo much detail! How on earth am I supposed to memorize the a chart that has a bunch of random words.
This is why I like computer science, the more you use something, you just memorize it. You do not have to try to memorize something!
Anyways, back to computer science. I'm current programming the room of requirement that goes inside of the mouseClicked method; cause I have to finish taking off all the points from the user and displaying how much they have by today. And then probably doing the same for the computer for tomorrow.
So I've started programming the north button pressing. This will take off money from both computer and user bank account:
|
So this is obviously, what happens when you click on the property. I'm going to have to find a way to make sure that the user can't buy a property that they aren't on, so that's another thing that I have to do. |
|
Here, I'm clicking the button. |
|
This is what prints on the screen telling the user that we have given then 200 galleons. |
|
This will show up on every screen - which tells the user how much money each person has. |
|
This is an example of pressing the Room of Requirement button. |
|
You will not always get this option, it is on a random number generator; that has up to 8 options for now. Time permitting, there may be more, but there are 8 for now. |
|
As said before, this screen is always going to pop up after buying or picking up a card. |
|
Another round of room of requirement if you land on it a second time. |
|
This is another possible outcome, there are 6 more :) |
|
As said before, this will display whenever a button is pressed! |
No comments:
Post a Comment