Skip to content

andrewlee1089/JetLagHideAndSeek

 
 

Repository files navigation

Jet Lag The Game: Hide and Seek Map Generator

A 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 taibeled#9 for more):

  • Radius
    • All
  • Thermometer
    • All
  • Matching
    • Same occupance of custom zone
    • Same nearest of custom points
    • Same zone (i.e., same region or prefecture)
    • Same first letter of zone
    • Same nearest commercial airport
    • Same train line
    • Same nearest major city
    • Same length of station's name
    • Same first letter of train station name
    • Same nearest park
    • Same nearest amusement park
    • Same nearest zoo
    • Same nearest aquarium
    • Same nearest golf course
    • Same nearest museum
    • Same nearest movie theater
    • Same nearest hospital
    • Same nearest library
    • Same nearest foreign consulate
  • Measuring
    • Distance to custom points/line/polygon
    • Distance to coastline
    • Distance to commercial airport
    • Distance to major city
    • Distance to high-speed rail
    • Distance to rail station
    • Distance to 7-Eleven
    • Distance to McDonald's
    • Distance to park
    • Distance to amusement park
    • Distance to zoo
    • Distance to aquarium
    • Distance to golf course
    • Distance to museum
    • Distance to movie theater
    • Distance to hospital
    • Distance to library
    • Distance to foreign consulate
  • Tentacles
    • Custom locations
    • Zoo
    • Aquarium
    • Amusement Park
    • Museum
    • Hospital
    • Movie theater
    • Library

Contributing

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.

Developer Workflow

To develop this website, you need to have git 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.

Contributors

A great deal of appreciation goes out to these individuals who have helped to create this tool:

taibeled
taibeled

🐛 💻 🎨 📖
vdumestre
vdumestre

🤔
Jani Andsten
Jani Andsten

💻
ʙʀᴀᴅʟᴇʏ ʀᴏsᴇɴғᴇʟᴅ
ʙʀᴀᴅʟᴇʏ ʀᴏsᴇɴғᴇʟᴅ

💻 🐛
Abraham Guo
Abraham Guo

💻
Tobias Messner
Tobias Messner

💻
Eris
Eris

💻
khiral
khiral

💻
hanneshier
hanneshier

🤔
blahajjessie
blahajjessie

🤔
Bla0
Bla0

🤔
Leo
Leo

🤔
Acclamator
Acclamator

🤔
selacey42
selacey42

🤔 🐛
asemaca
asemaca

🤔 🐛
Akiva Cohen
Akiva Cohen

🤔 🐛
Christopher Robert Hartman
Christopher Robert Hartman

🤔
Leonardo Taglialegne
Leonardo Taglialegne

🤔
JackSouster
JackSouster

🐛
fkloft
fkloft

🤔 🔣
InvestigateXM
InvestigateXM

🤔
Hawkguye
Hawkguye

🔣
jlewis1778
jlewis1778

💻 🐛
Bert-Moors
Bert-Moors

💻 🐛
azyrite
azyrite

💻
Giles Antonio Radford
Giles Antonio Radford

🤔
madjayem
madjayem

🤔

About

Automatic map generation for Jet Lag The Game's Hide and Seek.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.8%
  • Astro 1.3%
  • Other 1.9%