So... the OSM file format doesn't provide too much. With some fiddling you can parse out roads, building outlines, coastlines, etc...
You'd have to infer bodies of water, or overlay it over some satellite imagery.
dropbox.com/scl/fi/mmxnxbiinnwbk65lly8i0/osm_loader.capx
You can even use ajax to query some websites to get an osm file from any lat/lon. However, what the games you referenced probably do is utilize something like this to get map/satellite imagery on the fly:
developers.google.com/maps/documentation/maps-static/overview
You do have to pay a subscription for such a thing.
If you're happy with offline methods you could use something like this to get the satellite imagery, as well as the height or any 3d buildings directly from google earth. Although I will say the pipeline for using this is pretty poor and incomplete.
github.com/retroplasma/earth-reverse-engineering/tree/master
For example I took some satellite imagery and converted it to a textured heightmap to use with mesh distort.
dropbox.com/scl/fi/7k4acehi6zp9yx45lxal8/island_orbit.c3p