Complete beginner. I want to make a website that provides 2D maps of an online game, in the form of interactive diagrams.
Something that looks like this : https://i.stack.imgur.com/zIgvl.png
Thanks to a secure authentication system, clicking on a location on the website would trigger a certain action in the game client.
What do I need to learn to :
- Draw diagrams with nodes and lines connecting the nodes
- Make nodes interactive betweeen the website and the game client
I have started looking at https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML, I don't know where to go from here.