Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
AalyTokombaev committed Jan 12, 2025
1 parent 4eddaed commit 7db5dfc
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,31 @@
Play this geographical wordle here: [www.bergle.no](https://www.bergle.no)

# Based on

* Original idea: [Wordle](https://www.nytimes.com/games/wordle/index.html)
* Geographical idea: [Worldle](https://worldle.teuteuf.fr/)
* Similar game and translations: [Kommundle](https://kommundle.no/)

## Resources used:
- Areas based on https://commons.wikimedia.org/wiki/File:Boligomr%C3%A5der_Bergen.png
## Resources used

* Areas based on <https://commons.wikimedia.org/wiki/File:Boligomr%C3%A5der_Bergen.png>

## Things to do

* Lag en favicon
* Fiks kartet: bedre zoom, bedre synlighet, kanskje annet framework, hvorfor er det så treigt? tilfeldige feilmeldinger i console
* kanskje finne ut om jeg kan endre del-outputen med hensyn på om kart ble brukt
* SEO

## Run code locally
* Install packages: `npm install` (may fail because of shit)
* Run: `npm start`

* Install [Bun](https://bun.sh/:)
* Install packages: `bun i`
* Run: `bun start`
* Access via [http://localhost:3000/](http://localhost:3000/), this should open automatically

## Contribute

* If you feel very excited to contribute in the world's most important geography guessing game, feel free to **fork** your own version of Bergle
* You can then make a PullRequest on the **dev** branch
* You can then make a PullRequest on the **dev** branch

0 comments on commit 7db5dfc

Please sign in to comment.