Ever since the original Classic Map was taken away from us, I have wanted to put Kamchatka back on the map. I have therefore set myself a challenge to create a micro-map that shall be the antithesis of SuperSize.. a map of the world that pits within a mere 300 400px wide that will make it easier for people to play conquer club whilst on devices such as PDAs and mobile phones.
So, here it is, 34 territories across 7 continents. In order to limit the luck of the drop, each continent has 4 or more territories with the exception of Antarctica. Each territory within the Antarctic will have a -1 decay, but other than that everything is completely standard. The twist on classic gameplay comes from the fact that there is no wraparound (ie Kamchatka and Alaska do not border)

While the small image will be a paltry 300px wide (although this could be increased to 320px if required), the large image will weigh in at a whopping 600px wide



MrBenn wrote:Here's where I got to however long ago...
Small Map:
Large Map:
XML:Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<map>
<!-- Small World - Map and XML by MrBenn -->
<continent>
<name>North America</name>
<bonus>3</bonus>
<components>
<territory>Greenland</territory>
<territory>Canada</territory>
<territory>Alaska</territory>
<territory>USA</territory>
<territory>Mexico</territory>
</components>
</continent>
<continent>
<name>South America</name>
<bonus>2</bonus>
<components>
<territory>Colombia</territory>
<territory>Peru</territory>
<territory>Argentina</territory>
<territory>Brazil</territory>
</components>
</continent>
<continent>
<name>Europe</name>
<bonus>4</bonus>
<components>
<territory>Scandinavia</territory>
<territory>UK</territory>
<territory>Iberia</territory>
<territory>Central Europe</territory>
<territory>European Russia</territory>
</components>
</continent>
<continent>
<name>Africa</name>
<bonus>4</bonus>
<components>
<territory>Northern Africa</territory>
<territory>Western Africa</territory>
<territory>Eastern Africa</territory>
<territory>Central Africa</territory>
<territory>Southern Africa</territory>
<territory>Madagascar</territory>
</components>
</continent>
<continent>
<name>Asia</name>
<bonus>5</bonus>
<components>
<territory>Middle East</territory>
<territory>Central Asia</territory>
<territory>Siberia</territory>
<territory>Sakha</territory>
<territory>Japan</territory>
<territory>China</territory>
<territory>India</territory>
<territory>Thailand</territory>
</components>
</continent>
<continent>
<name>Oceania</name>
<bonus>2</bonus>
<components>
<territory>Indonesia</territory>
<territory>Philippines</territory>
<territory>New Guinea</territory>
<territory>Australia</territory>
<territory>New Zealand</territory>
</components>
</continent>
<continent>
<name>Antarctica</name>
<bonus>2</bonus>
<components>
<territory>Getz</territory>
<territory>Enderby</territory>
<territory>Wilkes</territory>
</components>
</continent>
<territory>
<name>Alaska</name>
<borders>
<border>Canada</border>
</borders>
<coordinates>
<smallx>10</smallx>
<smally>48</smally>
<largex>17</largex>
<largey>61</largey>
</coordinates>
</territory>
<territory>
<name>Canada</name>
<borders>
<border>Alaska</border>
<border>Greenland</border>
<border>USA</border>
</borders>
<coordinates>
<smallx>62</smallx>
<smally>52</smally>
<largex>95</largex>
<largey>67</largey>
</coordinates>
</territory>
<territory>
<name>Greenland</name>
<borders>
<border>Canada</border>
</borders>
<coordinates>
<smallx>134</smallx>
<smally>39</smally>
<largex>203</largex>
<largey>48</largey>
</coordinates>
</territory>
<territory>
<name>USA</name>
<borders>
<border>Canada</border>
<border>Mexico</border>
<border>Iberia</border>
</borders>
<coordinates>
<smallx>63</smallx>
<smally>90</smally>
<largex>97</largex>
<largey>124</largey>
</coordinates>
</territory>
<territory>
<name>Mexico</name>
<borders>
<border>USA</border>
<border>Colombia</border>
</borders>
<coordinates>
<smallx>42</smallx>
<smally>113</smally>
<largex>65</largex>
<largey>159</largey>
</coordinates>
</territory>
<territory>
<name>Colombia</name>
<borders>
<border>Mexico</border>
<border>Peru</border>
<border>Brazil</border>
<border>Northern Africa</border>
</borders>
<coordinates>
<smallx>83</smallx>
<smally>134</smally>
<largex>127</largex>
<largey>190</largey>
</coordinates>
</territory>
<territory>
<name>Peru</name>
<borders>
<border>Colombia</border>
<border>Brazil</border>
<border>Argentina</border>
</borders>
<coordinates>
<smallx>76</smallx>
<smally>172</smally>
<largex>116</largex>
<largey>247</largey>
</coordinates>
</territory>
<territory>
<name>Brazil</name>
<borders>
<border>Colombia</border>
<border>Peru</border>
<border>Argentina</border>
</borders>
<coordinates>
<smallx>115</smallx>
<smally>160</smally>
<largex>175</largex>
<largey>229</largey>
</coordinates>
</territory>
<territory>
<name>Argentina</name>
<borders>
<border>Peru</border>
<border>Brazil</border>
<border>Enderby</border>
</borders>
<coordinates>
<smallx>86</smallx>
<smally>197</smally>
<largex>131</largex>
<largey>285</largey>
</coordinates>
</territory>
<territory>
<name>Getz</name>
<borders>
<border>Enderby</border>
</borders>
<coordinates>
<smallx>103</smallx>
<smally>253</smally>
<largex>157</largex>
<largey>369</largey>
</coordinates>
</territory>
<territory>
<name>Enderby</name>
<borders>
<border>Getz</border>
<border>Wilkes</border>
<border>Argentina</border>
<border>Southern Africa</border>
<border>Australia</border>
</borders>
<coordinates>
<smallx>227</smallx>
<smally>249</smally>
<largex>343</largex>
<largey>363</largey>
</coordinates>
</territory>
<territory>
<name>Wilkes</name>
<borders>
<border>Enderby</border>
</borders>
<coordinates>
<smallx>312</smallx>
<smally>247</smally>
<largex>470</largex>
<largey>360</largey>
</coordinates>
</territory>
<territory>
<name>UK</name>
<borders>
<border>Iberia</border>
<border>Central Europe</border>
<border>Scandinavia</border>
</borders>
<coordinates>
<smallx>161</smallx>
<smally>65</smally>
<largex>244</largex>
<largey>87</largey>
</coordinates>
</territory>
<territory>
<name>Iberia</name>
<borders>
<border>USA</border>
<border>Northern Africa</border>
<border>UK</border>
<border>Central Europe</border>
</borders>
<coordinates>
<smallx>159</smallx>
<smally>82</smally>
<largex>241</largex>
<largey>112</largey>
</coordinates>
</territory>
<territory>
<name>Central Europe</name>
<borders>
<border>Middle East</border>
<border>Northern Africa</border>
<border>Iberia</border>
<border>UK</border>
<border>Scandinavia</border>
<border>European Russia</border>
</borders>
<coordinates>
<smallx>198</smallx>
<smally>71</smally>
<largex>299</largex>
<largey>96</largey>
</coordinates>
</territory>
<territory>
<name>European Russia</name>
<borders>
<border>Central Europe</border>
<border>Scandinavia</border>
<border>Siberia</border>
<border>Central Asia</border>
<border>Middle East</border>
</borders>
<coordinates>
<smallx>225</smallx>
<smally>62</smally>
<largex>340</largex>
<largey>82</largey>
</coordinates>
</territory>
<territory>
<name>Scandinavia</name>
<borders>
<border>UK</border>
<border>Central Europe</border>
<border>European Russia</border>
</borders>
<coordinates>
<smallx>184</smallx>
<smally>50</smally>
<largex>278</largex>
<largey>64</largey>
</coordinates>
</territory>
<territory>
<name>Northern Africa</name>
<borders>
<border>Iberia</border>
<border>Central Europe</border>
<border>Middle East</border>
<border>Eastern Africa</border>
<border>Central Africa</border>
<border>Western Africa</border>
<border>Colombia</border>
</borders>
<coordinates>
<smallx>192</smallx>
<smally>100</smally>
<largex>290</largex>
<largey>139</largey>
</coordinates>
</territory>
<territory>
<name>Western Africa</name>
<borders>
<border>Northern Africa</border>
<border>Central Africa</border>
</borders>
<coordinates>
<smallx>168</smallx>
<smally>134</smally>
<largex>254</largex>
<largey>190</largey>
</coordinates>
</territory>
<territory>
<name>Central Africa</name>
<borders>
<border>Western Africa</border>
<border>Northern Africa</border>
<border>Eastern Africa</border>
<border>Southern Africa</border>
</borders>
<coordinates>
<smallx>199</smallx>
<smally>145</smally>
<largex>301</largex>
<largey>207</largey>
</coordinates>
</territory>
<territory>
<name>Eastern Africa</name>
<borders>
<border>Northern Africa</border>
<border>Central Africa</border>
<border>Middle East</border>
</borders>
<coordinates>
<smallx>228</smallx>
<smally>133</smally>
<largex>344</largex>
<largey>189</largey>
</coordinates>
</territory>
<territory>
<name>Southern Africa</name>
<borders>
<border>Central Africa</border>
<border>Madagascar</border>
<border>Enderby</border>
</borders>
<coordinates>
<smallx>204</smallx>
<smally>183</smally>
<largex>308</largex>
<largey>264</largey>
</coordinates>
</territory>
<territory>
<name>Madagascar</name>
<borders>
<border>Southern Africa</border>
</borders>
<coordinates>
<smallx>247</smallx>
<smally>177</smally>
<largex>373</largex>
<largey>255</largey>
</coordinates>
</territory>
<territory>
<name>Middle East</name>
<borders>
<border>Eastern Africa</border>
<border>Northern Africa</border>
<border>Central Europe</border>
<border>European Russia</border>
<border>Central Asia</border>
<border>India</border>
</borders>
<coordinates>
<smallx>229</smallx>
<smally>94</smally>
<largex>346</largex>
<largey>130</largey>
</coordinates>
</territory>
<territory>
<name>Central Asia</name>
<borders>
<border>India</border>
<border>Middle East</border>
<border>European Russia</border>
<border>Siberia</border>
<border>China</border>
</borders>
<coordinates>
<smallx>257</smallx>
<smally>84</smally>
<largex>388</largex>
<largey>115</largey>
</coordinates>
</territory>
<territory>
<name>Siberia</name>
<borders>
<border>European Russia</border>
<border>Central Asia</border>
<border>China</border>
<border>Sakha</border>
</borders>
<coordinates>
<smallx>269</smallx>
<smally>55</smally>
<largex>406</largex>
<largey>72</largey>
</coordinates>
</territory>
<territory>
<name>Sakha</name>
<borders>
<border>Siberia</border>
<border>China</border>
<border>Japan</border>
</borders>
<coordinates>
<smallx>349</smallx>
<smally>49</smally>
<largex>526</largex>
<largey>63</largey>
</coordinates>
</territory>
<territory>
<name>Japan</name>
<borders>
<border>Sakha</border>
<border>China</border>
</borders>
<coordinates>
<smallx>363</smallx>
<smally>88</smally>
<largex>547</largex>
<largey>121</largey>
</coordinates>
</territory>
<territory>
<name>China</name>
<borders>
<border>Central Asia</border>
<border>Siberia</border>
<border>Sakha</border>
<border>Japan</border>
<border>Thailand</border>
<border>India</border>
</borders>
<coordinates>
<smallx>307</smallx>
<smally>90</smally>
<largex>463</largex>
<largey>124</largey>
</coordinates>
</territory>
<territory>
<name>India</name>
<borders>
<border>Middle East</border>
<border>Central Asia</border>
<border>China</border>
<border>Thailand</border>
</borders>
<coordinates>
<smallx>275</smallx>
<smally>111</smally>
<largex>415</largex>
<largey>156</largey>
</coordinates>
</territory>
<territory>
<name>Thailand</name>
<borders>
<border>India</border>
<border>China</border>
<border>Indonesia</border>
</borders>
<coordinates>
<smallx>309</smallx>
<smally>121</smally>
<largex>466</largex>
<largey>171</largey>
</coordinates>
</territory>
<territory>
<name>Indonesia</name>
<borders>
<border>Thailand</border>
<border>Philippines</border>
<border>New Guinea</border>
<border>Australia</border>
</borders>
<coordinates>
<smallx>321</smallx>
<smally>151</smally>
<largex>484</largex>
<largey>216</largey>
</coordinates>
</territory>
<territory>
<name>Philippines</name>
<borders>
<border>Indonesia</border>
</borders>
<coordinates>
<smallx>358</smallx>
<smally>129</smally>
<largex>539</largex>
<largey>183</largey>
</coordinates>
</territory>
<territory>
<name>New Guinea</name>
<borders>
<border>Indonesia</border>
<border>Australia</border>
</borders>
<coordinates>
<smallx>379</smallx>
<smally>140</smally>
<largex>571</largex>
<largey>199</largey>
</coordinates>
</territory>
<territory>
<name>Australia</name>
<borders>
<border>Indonesia</border>
<border>New Guinea</border>
<border>New Zealand</border>
<border>Enderby</border>
</borders>
<coordinates>
<smallx>338</smallx>
<smally>176</smally>
<largex>509</largex>
<largey>253</largey>
</coordinates>
</territory>
<territory>
<name>New Zealand</name>
<borders>
<border>Australia</border>
</borders>
<coordinates>
<smallx>379</smallx>
<smally>216</smally>
<largex>571</largex>
<largey>313</largey>
</coordinates>
</territory>
</map>
[spoiler=Update - 9th November 2013]>A double-route looked a bit odd, so after much fiddling about, I opted for an Iberia/USA link and a North Africa/Colombia link.
>I added in an Alaska/USA link which felt like it should be there and makes N America less linear.
>I'm still undecided what to do at the top of the map. I've toyed with a Greenland/Siberia path (which looks OK), a Greenland/Euro-Russia path (which looks strange).
>In this latest version I've squeezed in an extra territory (Svalbard) into Europe and linked it to Greenland and Scandinavia, although I'm not happy with the way it looks - especially on the small map.
>The small map is shown here with 888 digits just to show that they'll fit.

[/spoiler][spoiler=Update - 3rd November 2013]> I've relabelled Northern Africa.
> Komi is now E.E.Russia / EER / East European Russia
> Kamchatka is now Sakha (the English name of the region I think you were referring to?)
> Kazakhstan is now Central Asia
> Siam is now Thailand
In terms of Gameplay, the following image shows a slightly different layout - the path between W Africa and Brazil has been removed, and replaced with a link from Iberia to Colombia. This makes Africa less of a thoroughfare, and provides more starting options. I've adjusted the N America bonus to 2 as in this version it has the same configuration as Oceania.
[/spoiler][spoiler=Update - 1st November 2013]Updated images with the following fixes:> Corrected spelling of Philippines and Colombia
> Renamed African territories
> Adjusted Antarctica decay text on the small map
> Nudged some text around
Large

Small
[/spoiler]







MrBenn! I respect your efforts at creating a mobile device-friendly map, but... I don't much care for this idea. Aside from the incessant "It's A Small World After All" tune ringing in my ears, it just seems like an attempt to repackage old news. I mean, I'm all for a mobile map - why not support CC's mobile users if we can? But I think you can come up with an original map concept and still have the uniqueness of the mobile device-friendly aspect. You can simply use the smallness of the map as its selling point.






