Skip to content

Domiko7/quakele

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quakele

A daily puzzle game about real earthquakes. Every day a new M7+ earthquake is selected and you have to identify it - first by guessing the nearest major city, then the year it struck.

How it works

  • A new earthquake is featured each day (same one for all players, resets at midnight UTC)
  • You get 5 guesses per round — city first, then year
  • To make it easier, cities from the dropdown menu are displayed on the map

All earthquake data comes from the USGS FDSN API. No backend - the daily selection is seeded from the UTC date so it's deterministic in the browser.

Running locally

bun install # installs the required dependencies
bun dev # starts an http server
bun run build   # production build
bun preview     # serve the production build

About

A daily puzzle game about real earthquakes. Every day a new M7+ earthquake is selected and you have to identify it - first by guessing the nearest major city, then the year it struck.

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors