ktosox / GWJ58

Repo for the June 2023 Godot Wild Jam
1 stars 1 forks source link

Research and design autonomous pet mechanic #2

Open ktosox opened 1 year ago

ktosox commented 1 year ago

A "tamagotchi" like pet creature which can be interacted with but the player does not directly control.

Possible stuff to do related to a pet: feeding, petting, playing with, sleeping, washing, poop removing, healing, attracting attention

A pet would need to have stats like hunger or boredom.

It would operate on a finite state machine.

It would also need a way to "talk" to the player - preferably through "thought clouds".

ktosox commented 1 year ago

Idea: make the pet be "attracted" to player input, so that whenever the player clicks on something the pet approaches the place of the click if it's not occupied with something else. This could be a way of telling the pet to "come here" or make the pet a bit annoying by walking where it's not supposed to.