iwu78 / csp-blog

Personal blog documenting journey through computer science with work and projects.
MIT License
0 stars 0 forks source link

CityGuesser | Ian’s CSP Blog #4

Open utterances-bot opened 9 months ago

utterances-bot commented 9 months ago

CityGuesser | Ian’s CSP Blog

This JavaScript program displays a satellite image of a random city with a population of 30,000 people or larger, and the goal of the game is to guess the city from this image. Each city correctly guessed adds one point, a wrong guess resets the score to zero. Currently, there are only cities from south and central California.

https://iwu78.github.io/csp-blog/2023/09/07/JavaScript-Images.html

trevorhuang1 commented 9 months ago

This is a really cool game and I can tell you put a lot of effort into it. I don't know much about geography, so it would be nice if you could combine your jquery hack with this for a "key" which give me options to choose from rather than blindly guessing.

liangkyle08 commented 9 months ago

Cool idea! I'm curious about how you got all this data. Did you just copy and paste, or did you do some type of web-scraping? Might be cool if you can add a hint system, or add some trivia.