Skip to content

ootbingo/bingo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

439891c · Mar 24, 2025
Mar 3, 2024
Dec 15, 2024
Feb 26, 2024
Feb 26, 2024
Mar 24, 2025
Mar 24, 2025
Dec 4, 2024
Mar 24, 2025
Feb 26, 2024
Feb 26, 2025
Feb 26, 2024
Mar 3, 2024
Dec 27, 2018
Mar 18, 2024
Feb 27, 2024
Feb 27, 2024
Mar 19, 2024
Feb 26, 2024
Feb 26, 2024
Jul 29, 2023
Mar 18, 2024

Repository files navigation

Bingo

Serving the current and older OoT Bingo versions through GitHub Pages

Development

Browsers have restricted local development, so opening local HTML files no longer works properly. For easy development, there is a server that will staticly host your files. You will need to install Node to run it

cd server
npm install
npm start

Then navigate to http://localhost:3000/bingo/

Localization

Bingo is currently only completely supported in English. There is a full translation of goals in Japanese, but the UI is still English.

If you want to help translate into your language, download the English strings file and replace its values with your translations. If you remove strings, they will default to English. For an example of what the file should look like, see the Japanese strings file.

Once you are finished, share that file in the Discord or make a Pull Request here.