gdquest-demos / godot-3-beginner-2d-platformer

Learn to create a 2d platform game with the Godot game engine. This is a beginner programming tutorial.
MIT License
364 stars 96 forks source link

Consider how coin scoring is done #18

Closed razcore-rad closed 5 years ago

razcore-rad commented 5 years ago

At the moment the coins have a set score value and enemies also have a score on kill.

My proposal would be to make it more Mario-like where the enemies drop coins and instead of a general score board we could use the number of coins collected.

What do you think?

henriiquecampos commented 5 years ago

Sounds cool to me, especially to introduce instancing, randomization and even some game design concepts, like feedback loops and resource management.

NathanLovato commented 5 years ago

Please don't expand the game's scope, this is supposed to be a short series.

razcore-rad commented 5 years ago

Alright then