gitextract_1zp2od4h/ ├── .github/ │ └── workflows/ │ └── static.yml ├── .gitignore ├── CODE_OF_CONDUCT.md ├── Game.html ├── Game.js ├── Images/ │ ├── Sora b.jfif │ ├── Tazuna.jfif │ ├── YoshinoNara.jfif │ ├── download.jfif │ └── tsuande.jfif ├── LICENSE ├── README.md ├── about.html ├── audio.js ├── contact.html ├── contact.js ├── contributors.js ├── css/ │ ├── Game.css │ ├── contact.css │ ├── index.css │ ├── style.css │ └── translate.css ├── index.html ├── index.md ├── js/ │ ├── aboutdarkmode.js │ ├── indexdarkmode.js │ ├── lazyload.js │ ├── scrollEffect.js │ ├── scrolltotop.js │ ├── searchbar.js │ ├── smooth-scroll.js │ ├── sound.js │ ├── switch-toggle.js │ └── translate.js └── manifest.json