Path of Titans Map
The Path of Titans Map is a simple map application that can be used to locate resources in the game and mark which resources have been taken. There is also an editor section where new markers on the map can be added or edited. The markers can be filtered to show only certain types.
The map is created in vanilla JavaScript, so no plugins, libraries, or anything like that. It features a tile-based map made from screenshots of the game map. The coordinate system is based on a percentage of the map size so I can change the resolution without messing up the coordinates. The API was originally PHP, as this was the only technology supported by my original hosting provider, but it is now written in C#.