Skip to content

LK00100100/airplane-boarding-sim

Repository files navigation

Airplane Boarding Simulator

Check out here: link

Simulates passenger boarding algorithms. Passengers cannot move through other passengers.

Development

Install dependencies (when needed):

npm install

To do development work, and have it rebuild on changes:

npm run watch

Or if you don't want to rebuild automatically:

npm run dev

To build the static files:

npm run build

To run tests:

npm run test

In VSCode, I set breakpoints and run tests through the "Javascript Debug Terminal."

notes

Phaser starter template: https://github.com/photonstorm/phaser3-typescript-project-template