Friday, May 22, 2009

The Game is Done!

Well, this will be our final posting (we think) for our game, Day 3. We have now successfully completed it and published it on the Greenfoot Gallery. You can see it here: http://greenfootgallery.org/scenarios/728
Have fun playing and be sure to comment!
And have a happy summer!

Monday, May 18, 2009

Finishing Touches

We are now in the process of wrapping up the game. We have a main character, a bad guy, and one of our brilliant programmers made it so that evil things popped up randomly (cheeseburgers that look like bombs). But, for some reason, random half eaten burgers start popping up and slow down the game majorly. We're debating on how to work this into the game ^^;;
Unfortunately, we have all of two classes left to finish the game, so that doesn't leave us much time, but we may get to working on the game some more over summer. We still have yet to add our art, too.
So, many things remain yet to be done, but hopefully we will be able to make ends meet.

Wednesday, May 6, 2009

Game Music

We have now sucessfully created some game music, and have incorporated it into our game! Our game developer and our artist/programmer sat down together and took some time to perfected a sound track for our game. We are currently taking a short break from making the game, but we will resume programming as of next week, so look forward to it!

Tuesday, March 31, 2009

Mouse Clicking Now Works

We've have now been able to make it so that whenever we click the mouse, the game keeps running on its merry way. So, yes, clicking the mouse does nothing, but that's better than the something it was doing before (hanging the game). We have also made it so that the character can jump off of the mouse's image to get to a hamburger. We only really did this because we were bored, and felt like making the mouse contribute to the game somehow. But, still. The mouse has a value in the game now.

Success with Jumping

Well, we've finally done it! Thanks to all the hard work our team has been dedicating to it, we have finally suceeded in getting our main character to jump. At first, our character was jumping like Superman (Up, up, up, and away!). He would jump up until he reached the ceiling, then he would stop. But only because we told him NOT to go through the ceiling. Fortunately, our wonderful computer teacher was able to help us fix the code. Now, the character will only jump off the ground, and only to a fixed height. Then he will fall back to the ground and wait for you to press the jump key again.
Now, we are working on making the character animated. And are being minorly irritated by stupid errors. One of several being, we forgot to initiate the images.
...
Now, one of our programmers has found out that there's some code that we need that we don't know how to get and haven't the foggiest of what to write. Problems, problems. We'll let you readers know when we've worked through this little pickle.

Thursday, March 12, 2009

Success with the Mouse

We are now able to have our game detect the mouse. As the mouse is moved along on the screen, a little image will follow it. Unfortunately, whenever the mouse is clicked, the game hangs. It probably has something to do with the click image not exsisting, but we'll sort that out after making the character jump.

Troubles Along the Way

Well, in our programming, we've run into a few problems and challenges. We are trying to make our player character jump and fall. So far, we've made the character move up, and move down. Not exactly what we were looking to do. So, we're watching some tutorial videos on how to make characters jump and fall. No progress on that, yet, but our artist is learning how to be a capable programmer in this process.