A mini-game based on ingress and IITC.
Ingress is an augmented-reality game for Android and iOS.
Ingress Intel Total Conversion is a fan-made replacement for the standard Ingress online map.
Landgrab is a mini-game built using IITC.
Ingress tracks which portals you have captured. Landgrab gives you a score for each portal based on how many nearby portals you have captured. You get a more points for capturing all of the portals in an area than you would for capturing the same number of portals spread out more widely.
Landgrab does the same thing for portals you have visited; it will keep track of scores for visits and scores for captures separately.
Landgrab draws the Voronoi Diagram of the portal network - basically it divides the map up into regions around each portal. Each portal you have captured gets a score equal to the smallest number of regions you have to cross to reach a portal that you haven't captured. Each regions is coloured according to your score for that region.
Scores are shown in the portal detail view.
You need a userscript manager to use IITC. Go to the Releases page and click on landgrab.user.js to install the plugin.
- I don't know javascript. I r clueless noob.
- It will only update the Voronoi diagram and teh scores when portal data has completely finished loading.
- The does not seem to be a way to get a full list of portals you've visited/captured, so you need to scroll around the map for it to load portal data and find them. Landgrab will store history in your browser once it has seen it, so you should only need to do this once for each area...
- If landgrab has seen a portal you have captured/visited but doesn't know where that portal's nearest neighbour is (typically at the edge of an area that was loaded, or in remote areas), you may see regions extending away to infinity... try scrolling around to find a nearby portal...
IITC was originally written by Stefan Breunig and IITC "Community Edition" (IITC-CE) is now maintained by modos189 and others.
Landgrab was originally based on the Uniques plugin by 3ch01c.
Landgrab uses d3-delunay to compute the Voronoi diagram.