Frogger Challenge Entry - Gogger

Started by
9 comments, last by DexterZ101 5 years, 4 months ago

It's ready... ENOUGH!!!

The Menu, sound, and score were added at the very last minute.

The score is based on time, go fast to the goblin cave!! You will get a grade A, B, or C.

Wish I had time for more, but this is what I've managed!

I will be updating the github shortly with the final source. 

 

Gogger.zip

Advertisement

Apparently I stink.... Always Grade C! :D Good job on the entry! :) 

Programmer and 3D Artist

I think I got grade a once because i managed a straight shot.

Just now, JWColeman said:

I think I got grade a once because i managed a straight shot.

Lady luck is on your side! ;) 

Programmer and 3D Artist

It puts me at ease to hear it actually worked and you didn't have any, oh wait, your junk is broke comments.

Just now, JWColeman said:

It puts me at ease to hear it actually worked and you didn't have any, oh wait, your junk is broke comments.

Your game ran fine on my end. :) If you want any tips I have a few suggestions for future.

Programmer and 3D Artist

Absolutely, fire away! I'm going to bed for now. :D

13 minutes ago, JWColeman said:

Absolutely, fire away! I'm going to bed for now. :D

No problem.

1. Not sure if you're using events for moving instead of polling, but movement was a bit clunky.

2. If you want movement to happen left+up for example, don't use if else statements, you use if for each key input and this will allow left+up to effect movement at the same time. :)  Ignore this if you're only intending 4 way with diagonal movement.

3. Look into states, or some form of management for your menus. If you're in the game you can press (2) which would normally quit the game, but if the menu isn't active it will freeze all movement. Input dies at this point, not sure if you have a boolean set for when QUIT happens as you might be unloading resources, ect.... and input doesn't cycle.

4. If you put the sign on a draw layer above the moving island then it will appear behind it. You can also look into alpha channels to avoid the blue square surrounding the island piece.

image.png.01b23e689ef528a2b589d03e61de1af1.png

Same applies here. :) 

image.png.f267f9d791ed4968aee5391ec80cc96d.png

5. I didn't realize it was over at the end:

image.png.dd7aa7562073a066a1c0b5e3ac734b04.png

I pressed ESC and found out by luck. Good idea would be to prompt the player. :) 

Only input I can think of... You did an amazing job!

 

Programmer and 3D Artist

I agree with Rutin! Funny submission! Really like the art style. Fits really well together. That ending animation is brilliant! :D 

Keep thinking!

Awesome "sound" you made it yourself I believed  and smooth scrolling ^_^Y oh nice praising the sun ending : - D

This topic is closed to new replies.

Advertisement