JohnBoyJohn / Game_Engine

0 stars 0 forks source link

Ressource gathering #2

Open DidiCatman opened 7 years ago

DidiCatman commented 7 years ago
JohnBoyJohn commented 7 years ago

Let me think about it... should the player or the monsters collect the ressources?

After a while i'll come to the solution that the player collect and harvest all the ressources, to implement extra events like fights, hidden chests, etc...

The item code provide a function to be displayed in the biome map to be gathered. Skills for the player like building, farming, foresting, mining and fishing could bring more variety to the game.

The Player must have items like an axe for foresting etc. to use his skill. Mouse input would be funny (and is already provided), but it is not neccessary at this point. So i think we shoult go the keyManager way?

An animation is not required, but a sound effect for collecting items should be given.