GameDev Challenge - Frogger - Part 2

posted in Znippy for project Frogger
Published November 02, 2018
Advertisement

Hello everyone! ?

Just a small update about my progress of the last week. Even though I had two additional free days I did not get as much done as I would have liked. ?

Even though I have reached all my goals I made for this week I still feel like I could have progressed faster if certain problems did not occur. I wasted way too much time on stupid bugs and other problems I had because of bad code.

Gameplay Balance

First big part of my focus for this week was on balancing the gameplay. Thanks to one of my friends I was able to get some feedback on the current alpha version of the project. I realized fast that the game was way too hard now. Cars were spawning way to fast and combined with the other enemies it was way too hard to reach the goal line. I spent a lot of time tweaking spawn rates and changing how the spawn system works to make the gameplay not only easier but also more fun. During this problem I realized how hard it can be to balance gameplay. A different perspective on my game helped to improve a lot of little things.

Sprites & Visual Stuff

Another important point was adding some more sprites to make the game look a little bit more interesting. As I said in my first post I am really bad at creating sprites and similar stuff. Because of this I mainly added some recolored versions of my car sprite and a new truck sprite.

Car.png.a2a26977a31b2f2d2c60afe1ede89b9d.pngCar_2.png.ea93a7b1dc2e822ecb50e420fb74406d.pngCar_3.png.82db3d4d7e9f0306693d9295aa9a6c83.pngCar_4.png.ab519c8c4989eb716698efcbd53477f2.pngTruck.png.a1acec4c0f687d5a32812c21e572c242.png

These new sprites alone already made the game look a little bit more interesting. Additionally, I tried to create some small particle effects and a screen shake that appear when getting hit or when destroying enemies.

dieeffect.gif.a9cd3ab99130b67ab2d767d0ec54ea59.gifdestroyeffect.gif.1cde7d93f2f5d99f733ba6faa23e4e81.gif

As you can see in the second animation I have also created a little score-pop-up that indicates how much points the player receives for destroying each enemy.

(Note: I recorded only a section of the screen for the animations. Should be obvious but who knows ?)

All effects have also been rounded up with more sound effects.

Furthermore, I have also implemented the third and maybe last item:

PU-SlowDown.png.d9c8e46123b892a6bae248232ff7f8a2.png The slow down item decreases the movement of objects, except the player, by 80%. This helps the player to reach the goal line even if the road gets really crowded.

Menus & Other Stuff

I have also worked a lot on menu navigation and cleaning up already existing menus. Except from the options menu the game can be played completely without a mouse. Sadly, it is not possible yet to open the menu from during a round (which is a requirement for the challenge).

Additionally, at the end of the round your score will be compared to your high score and it will be tracked if you manage to beat it!

Screen_04.png.fa9e4934c1b1ec4c16613442b7b1a596.png

Next Goals

My main goals for the next week will be:

  1. Finally adding a music track
  2. Adding a pause menu
  3. Maybe some more sprites and effects

After this I should have completed all necessary tasks for the challenge and still have some time for polishing, bug fixing and adding details! At this point I am very confident that I will finish this project in time.

Thanks for reading and until next week!!

- Znippy

Last Part: 

5 likes 0 comments

Comments

Rutin

It looks like you'll be the first one to complete this! :) Nice job!

November 02, 2018 09:43 PM
supermikhail

Yeah, incredibly productive, if you ask me. I also have to say that I have been using your posts for inspiration. For example, to actually think about different types of pick ups.

November 04, 2018 06:17 AM
Awoken

In my opinion balancing a game is key.  I think it's easy for programmers to get lost in their own creations with the serenade of features and functional this-thats.  Good on you to actually focus on game play.  Looking forward to trying it.

November 05, 2018 04:07 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement