Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adam-lynch/back-of-your-hand
How well do you know your area? Test your knowledge by locating streets with this game.
https://github.com/adam-lynch/back-of-your-hand
game geocoding map
Last synced: 3 days ago
JSON representation
How well do you know your area? Test your knowledge by locating streets with this game.
- Host: GitHub
- URL: https://github.com/adam-lynch/back-of-your-hand
- Owner: adam-lynch
- License: mpl-2.0
- Created: 2020-11-20T10:37:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-12T11:17:17.000Z (3 months ago)
- Last Synced: 2024-12-24T02:12:02.537Z (10 days ago)
- Topics: game, geocoding, map
- Language: Svelte
- Homepage: https://backofyourhand.com
- Size: 20.8 MB
- Stars: 83
- Watchers: 5
- Forks: 9
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Back Of Your Hand
How well do you know your area? Test your knowledge by locating streets.
![Screenshots of the game; one narrow / mobile sized, one desktop sized. In one, the user is asked to find a particular street, but they haven't placed a marker / guess on the map yet. The other is an example where the result of a guess is being shown (i.e. the street is revealed and the distance is shown, etc.)](./public/images/combined-screenshots.png)
---
This is a map-based game I made for my dad for Christmas. You're given random street names and have to locate them on the map.
Try it out at [backofyourhand.com](https://backofyourhand.com)
To get more detail on why and how I made it, read [Introducing Back Of Your Hand](https://adamlynch.com/back-of-your-hand).
The game itself also has documentation within; [backofyourhand.com/learn-more](https://backofyourhand.com/learn-more)
The "Show HN" Hacker News post (rank #2 globally): https://news.ycombinator.com/item?id=30733339
## Contributing
You'd like to improve it? Nice! Thanks. See [CONTRIBUTING.md](./CONTRIBUTING.md).