2 comments

[ 4.1 ms ] story [ 12.1 ms ] thread
I made this as meme to guess where a random IP address is geolocated just by looking at the numbers. Then I incorporated ASN and hostname information to introduce a significant winning chance in guessing.

This was coded entirely through ChatGPT/Github Copilot, and the entire functionality is based on the front end.

The selection of IP addresses is randomly generated through a simple function. Valid IP (non-bogon) selection and excluding popular ASNs is done through making an API call to IPinfo Lite. Geolocation information is gathered using the free IPinfo API.

There is a number of things that should improved and PRs are welcome: https://github.com/abdullahdevrel/abdullahdevrel.github.io/t...

Cool concept. I really like these style of games, they work really well as a quick daily challenge. I'd suggest making a different daily challenge vs practice mode- although as a meme game it's perfect as-is.

The ASN information makes it a playable game, I enjoyed it.