🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Frogger Challenge - Update #4

posted in kseh's blog for project One Day
Published November 20, 2018
Advertisement

A bit late with this week's update. Last week was spent looking at trying to do some kind of scoring and also working on some changes to the way I have scrolling.

For scoring, I went with using a data field in the tiles to set how many points you get for landing on any given tile. Currently, road tiles are 25 points, tiles close to water are 1 point, and everything else is 0. This week, I think I need to work out some kind of high-score thing as well as level progression, lives, and a game over screen. Maybe some kind of improvement to the main menu I have. A few more levels would be a good idea too. I did want to add in another enemy and maybe some logs but I'm a bit concerned about time at this point.

I've had complaints in other projects about the way I had scrolling so I've been spending time looking at that. I had it such that you had to approach closer to the edge of the screen before you could see what's on ahead. Which may be fine for the project that it originated in but is rather annoying in anything with an arcade kind of feel to it. I've got a much nicer smoother scroll now. While looking at this improvement, I found that the code doesn't quite do what I was expecting in general so this is an area that I'll be needing to revisit at some point in other projects.

It's good to see the submissions that are coming in from everybody so far. I know there's still quite a few days left but I have to admit I'm starting to wonder if I'm further behind than I realize. 

 

1669639421_2018-11-20Frog.png.9322613f170a1557deb71c8641807288.png

4 likes 0 comments

Comments

Rutin

Don't worry! Nobody is further behind than me! haha :D 

November 20, 2018 07:09 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement