Coder Social home page Coder Social logo

brendaninnis / satle Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 1.0 260 KB

Satle is a Wordle-like daily geography game where you guess cities based on satellite images.

Home Page: https://satle.brendaninnis.ca

HTML 38.26% JavaScript 55.62% CSS 6.12%
game geography-game javascript-game trivia-game wordle-clone wordle-game wordle-like

satle's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

sleiphir

satle's Issues

Reduce API costs

Hi! Love your game. I saw the "Google Maps API is expensive ๐Ÿ˜Ÿ" message and thought I might be able to help. I know the API is pricey, especially when loading it live for every viewer. However, since every user gets the same location each day, and they're chosen from a set list, you can avoid using the API client-side at all. You could preload the 6 zoom levels for each of the 301 cities; 1806 images in total. Or, if you'd rather not store ~1.8GB of images (though I think many cloud providers will host that for you at minimal cost, and it fits within a Nanode), you could just preload each day's images in advance serverside, or on demand...

These changes could turn it from a client-side-only bundle of JS into something with a serverside component, which I understand might not be something you'd want to do. But I just thought I'd mention it, in case the API costs are significant!

thanks for making satle โค๏ธ

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.