AppleGuessr

Adds Apple Look Around to GeoGuessr

2022-08-13 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

लेखक
Mistystar
रेटिंग
0 0 0
आवृत्ती
1.0
बनवली
2022-08-13
अपडेट केली
2022-08-13
आकार
6.79 KB
License
MIT
यांवर लागू होते:

There is a Germany map made specifically for this script: (huge thanks to both efefury#0519 and Apfeloxid#1368 for the over 50K locations)

CREDITS:

  • skzk#8049 - without https://github.com/sk-zk/lookaround-map this script would not have been possible
  • mattisinthesky#1294 - thanks for helping me host the lookaround-map backend on Heroku
  • Jupaoqq#7742 - I learned a lot from Unity Script's source code
  • efefury#0519 and Apfeloxid#1368 - for the map locations

NOTES:

  • I'm not a UI designer so there is no kill switch to turn the script off via a GUI. Turn it off in Tampermonkey and refresh.
  • Movement isn't supported by sk-zk's lookaround-map project yet. I'll update the script when it does. Play NM for now.
  • The images take a bit of time to load in. Be patient. If they don't seem to be loading in after a while, refresh the page.
  • I'm unsure about the performance of sk-zk's Python server. I had issues with it during development. If the server crashes for some reason, run it locally. First, git clone https://github.com/MattKowalskii/apple-lookaround-heroku, pip3 install -r requirements.txt, flask run, and replace all https://apple-lookaround.herokuapp.coms with http://127.0.0.1:5000 in the script
  • Bugs are to be expected. sk-zk's project isn't complete yet and this is the first version of my very first GeoGuessr script. An improved version is coming in the future.