• 3D
  • How to create a cooking game

umm hello, I'm new at godot (and games develovement) and i'd like to create a cooking game, more specifically a pizza game (it would be a 3D game). I haven't seen any tutorials related to cooking games in godot so I was wondering if someone can help me by giving me some links to resources that can help me with this

I hope I have explained myself well because my English is not that good hahaha

also, any advice from people that have been working with godot for many years it's welcome:)

Thanks!

I have not made one. I don't know if any resources. But, I do believe if your going to making a cooking game, you should know how to cook. If you know how to cook, this would be a good start. It's specific to pizza. I think finding pizza recipes would be some resources that can be gathered. All the way down to the souce it self.

Programming shouldn't be the difficult part in here. For a game like that I'd say the graphical assets¹ will be the bigger issue. But with that said, you should probably still start by going through some programming 101 type thing if you've never written code before.

¹You'll need a textured model for each step of each receipt followed by the player. Then switch them accordingly.