Live data from Hacker News

Show HN: Multiplayer Wikipedia Racer

wiki-race.vercel.app

1–8 of 8 posts

Re: Show HN: Multiplayer Wikipedia Racer

#5

This is a neat idea, I tried getting from "Soup" to "Superman" but got stuck down a rabbit hole in Academy Awards. Have You made a solver for this game? I wonder if Cloudfare would take exception to such a thing?

Thanks! Difficult to leave the Academy Awards once you entered them.. Solver in regards to what? :) Wikipedia pages are loaded on the front-end and I haven't encountered a rate-limit so far.

reply

Re: Show HN: Multiplayer Wikipedia Racer

#6

This is a neat idea, I tried getting from "Soup" to "Superman" but got stuck down a rabbit hole in Academy Awards. Have You made a solver for this game? I wonder if Cloudfare would take exception to such a thing?

Thanks! Difficult to leave the Academy Awards once you entered them.. Solver in regards to what? :) Wikipedia pages are loaded on the front-end and I haven't encountered a rate-limit so far. reply

I was thinking a solver that found the most efficient, least number of hops to reach target word from seed word. Maybe it is an NP Hard problem? This also reminds me of 7 degrees of Kevin Bacon.

I could see this going over well for an Online "socially distanced" game night, or possibly a classroom activity to encourage efficient research techniques.

Re: Show HN: Multiplayer Wikipedia Racer

#8

Earlier quoted context omitted.

Thanks! Difficult to leave the Academy Awards once you entered them.. Solver in regards to what? :) Wikipedia pages are loaded on the front-end and I haven't encountered a rate-limit so far. reply

I was thinking a solver that found the most efficient, least number of hops to reach target word from seed word. Maybe it is an NP Hard problem? This also reminds me of 7 degrees of Kevin Bacon. I could see this going over well for an Online "socially distanced" game night, or possibly a classroom activity to encourage efficient research techniques.

There is a solver at https://github.com/jwngr/sdow, fittingly called Six Degrees of Wikipedia :)