https://github.com/spectrachrome/eox-minesweeper
A geospatial variation of the classic Minesweeper game, based on satellite imagery provided by ESA
https://github.com/spectrachrome/eox-minesweeper
earth-observation eo game game-development geography geospatial hex hexagon hexagonal-tiles hexgrid minesweeper satellite-imagery
Last synced: 5 months ago
JSON representation
A geospatial variation of the classic Minesweeper game, based on satellite imagery provided by ESA
- Host: GitHub
- URL: https://github.com/spectrachrome/eox-minesweeper
- Owner: spectrachrome
- Created: 2023-10-04T13:18:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T20:00:26.000Z (over 2 years ago)
- Last Synced: 2024-04-17T02:38:56.605Z (about 2 years ago)
- Topics: earth-observation, eo, game, game-development, geography, geospatial, hex, hexagon, hexagonal-tiles, hexgrid, minesweeper, satellite-imagery
- Language: JavaScript
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Introduction
[`eox-minesweeper`](https://github.com/spectrachrome/eox-minesweeper) is a geospatial variation of the classic Minesweeper game, specifically made for Earth Observation (EO) applications. The engine uses GeoTIFF data to place mines based on real-world satellite data, offering insights into geographic and environmental patterns through interactive gameplay.
The game is developed sort of as a plugin for OpenLayers, albeit the map instance is directly being passed into the Minesweeper code for now.
Please consult the [project wiki](https://github.com/spectrachrome/eox-minesweeper/wiki) for any further documentation.