I am new to godot, I was trying to make a kind of card game, but I wanted information on the cards to be from a website, I wanted to know if it is possible to do that, for example with DnD monsters, Would there be a way to use a DnD website to get the information to put on my cards or do I need to add the info manually (the dnd stuff is just an example of what i mean). And if it is possible how would i even go about adding it? Apologies if it is a silly question, but I am still learning and while i understand how to do most of the other stuff i need for my game, this has left me stuck. Thank you ahead of time.
I have not done this but I think you could send http request to some kind of `api. (your game would need internet connection then to work). You could also probably download some kind of database/csv that contain the info.
1 Like
that would need a server that holds the information and godot would have to talk to it.
which is more of a web development thing than a godot thing.
I know on a web version of a game you have access to javascript, but I’m not familiar with networking in godot.
I’d be wary about doing this - a small change to the website and your game will crash.
There are lots of good free art resources available - I’d start there and get coding.