gitmyhub

Geographical-Adventures

C# ★ 3.7k updated 1y ago

A work in progress Unity geography game, built in C#, where you deliver packages to countries using real world geographic data.

UnityC#setup: hardcomplexity 3/5

Geographical Adventures is a small, work-in-progress geography game built in the Unity game engine using C#. The premise is simple: deliver packages to different countries around the world. A playable version of the game in its current state is available to try on itch.io, and the repository itself is the source code for that game.

What makes the project notable is that it is built around real-world geographic data rather than a fictional or simplified map. The creator has documented the development process in a three part YouTube video series. The first video covers the initial attempt at building a game using real-world geographic data. The second video focuses on improving the game by adding more of that real-world data to make the experience feel more accurate and complete. The third video covers polishing the game and preparing it for release.

Beyond those broad strokes, the README itself does not go into detail about specific game mechanics, exactly which geographic datasets are used, how the world map is generated, or instructions for building the project from source in Unity. There are two screenshot images in the README showing the game's visual style, which appears to be a stylized, low-poly representation of the globe with delivery routes between locations.

Because this is a work-in-progress project shared alongside a development video series, it reads more as an open look into one developer's process of combining a game engine with real geographic data than as a finished, documented product ready for other developers to build on top of. Anyone curious about the technical approach is directed to the linked videos rather than written documentation in the repository.

Where it fits