The Lost Pathfinder Game
The Lost Pathfinder is a new online game which requires players to connect a path from one side of map to the other.
At the beginning of each round of The Lost Pathfinder you are presented with an isometric grid on which all the road tiles have been mixed up. All you have to do is to rearrange the road tiles in order to complete a path from one side of the map to the other. To help you restore the correct path you can rotate individual roads by clicking on the individual tiles on the map.
In truth The Lost Pathfinder isn't the most exciting game in the world. However for me it is the first step in creating an isometric game engine for the Leaflet.js mapping library. Isometric tiles are widely used in computer games to create a pseudo-3D effect while maintaining the simplicity of 2D graphics. By creating an interactive isometric grid map in Leaflet I hope to be able to go on to create more complicated games - for example simulation games like Theme Park, Sim City, or Transport Manager.
To create this new isometric game engine for Leaflet I have devised two initial maps: the Isometric Tile Creator and the Isometric Level Editor.
The Isometric Tile Creator allows me to draw and create the graphics for a game in the form of individual isometric tiles. The tile creator consists of a 10x10 grid of empty isometric tiles. Users can color each of these tiles individually to create their own isometric map tiles. When completed the map tile can then be downloaded as a PNG image and used in an isometric game.
Комментарии