Automatic map generation for Jet Lag The Game's Hide and Seek.
See the codeA tool to trivially generate interactive maps for viewing hiding possibilities in Jet Lag The Game's Hide and Seek. So far, the following questions have been implemented (see https://github.com/taibeled/JetLagHideAndSeek/issues/9 for more):
This project has evolved significantly, encompassing over 10,000 lines of code. Many intricate features have been developed, so therefore contributions are very much welcome. If you find a bug, please either file an issue or create a pull request. Furthermore, enhancements/feature requests are necessary to keep developing this project, so developments of those would also be appreciated. Here is a list of some suggestions for those wanting to help develop this tool:
Even if you're not a programmer, you can still help by further documenting the unknown questions.
To develop this website, you need to have git, Node.js (version 24 or earlier), and pnpm installed. You should then start by cloning this repository and entering the directory:
git clone https://github.com/taibeled/JetLagHideAndSeek.git
cd JetLagHideAndSeek
Next, use pnpm to install the dependencies:
pnpm install
You can now host the website as you make modifications:
pnpm dev
After making any modifications, please run pnpm lint to have your code automatically formatted and errors spotted.
A great deal of appreciation goes out to these individuals who have helped to create this tool:
TypeScript
97.1%
Astro
1.2%
Automatic map generation for Jet Lag The Game's Hide and Seek.
See the codeA tool to trivially generate interactive maps for viewing hiding possibilities in Jet Lag The Game's Hide and Seek. So far, the following questions have been implemented (see https://github.com/taibeled/JetLagHideAndSeek/issues/9 for more):
This project has evolved significantly, encompassing over 10,000 lines of code. Many intricate features have been developed, so therefore contributions are very much welcome. If you find a bug, please either file an issue or create a pull request. Furthermore, enhancements/feature requests are necessary to keep developing this project, so developments of those would also be appreciated. Here is a list of some suggestions for those wanting to help develop this tool:
Even if you're not a programmer, you can still help by further documenting the unknown questions.
To develop this website, you need to have git, Node.js (version 24 or earlier), and pnpm installed. You should then start by cloning this repository and entering the directory:
git clone https://github.com/taibeled/JetLagHideAndSeek.git
cd JetLagHideAndSeek
Next, use pnpm to install the dependencies:
pnpm install
You can now host the website as you make modifications:
pnpm dev
After making any modifications, please run pnpm lint to have your code automatically formatted and errors spotted.
A great deal of appreciation goes out to these individuals who have helped to create this tool:
TypeScript
97.1%
Astro
1.2%