Thursday, November 30, 2023

London, Paris & Berlin Metro Memory Games

I think I've started a new mapping trend. At the beginning of October I released my TubeQuiz map. Since then I have spotted three other new map games which also require players to name all the stations on the London Underground network. 

The latest incarnation of a London Underground station memory game is I Know The Tube. I Know The Tube follows the now well known format of a map memory game, in that players simply have to remember the names of tube stations on the London Underground map. Type in a correct station name and its label will be added to the map and you will earn one point.

The unique selling point of I Know the Tube, and where it differs from the other London Tube station naming games, is that it actually uses Harry Beck's schematic map style for the underground map. This fact alone would make this my favorite incarnation of all the London tube map memory games. Except the game doesn't use localStorage to keep a record of your scores. 

The absence of localStorage means that if you close the browser you will have to start on 0 points when you return to the game at a later date. This is quite a set-back because the I Know the Tube game actually includes all 11 main tube lines, the London Overground, DLR, Emirates Air Line, Tramlink and TFL Rail lines. It therefore has 454 individual stations for players to name. That is quite a lot for one sitting! 

Kailan Banks cloned the Glitch page of my original TubeQuiz to create his own version of the game. TubeGuessr made a couple of very neat improvements to my original game. It added localStorage, (which allows a player's guesses and score to persist between sessions) and also added support for a number of spelling variations and typos. The localStorage idea was so good that I went back and added that to my own version of the game.

There is also a fourth London Underground station naming game which you can play. The London Tube Memory Game isn't a direct copy of my original game (in fact it appears to be have been coded from scratch) but the object of the game remains the same, in that you are required to name all the stations on the London Underground.

The London Tube Memory Game has also made a number of useful improvements on my original game. The best of these improvements is that the London Tube Memory Game lists all the stations already named in the map sidebar. The London Tube Memory Game scoring system also shows you how many stations on each individual tube line you have named so far and how many more stations on that line you still have to name. I think both of these improvements make the game a lot easier and more fun to play.

For the last two weeks I've been thinking of creating similar games for the New York and San Francisco transit networks but haven't had the time to start those yet. If you want to create those games yourself then you can clone my TubeQuiz game on Glitch. Once you've cloned the game all you then really need to do is change the data in the places.js file to show the names and locations of stations on the transport network you wish to use for your game.

Of course nothing is really new in map games. I can't really claim to have started this trend. My TubeQuiz game was itself inspired by Chris Arvin's SF-Street-Names game. So if anyone should be credited with starting a new mapping trend it really should be Chris Arvin.

Update - The developer of the London Tube Memory Game has been very busy and has actually created a whole Metro Memory website, which features similar games for Paris, New York, Berlin and a number of other major global cities.

No comments: