Skip to content

Commit 71395f9

Browse files
committed
feat(projects): add elevator-sim to experiments
1 parent cd510bb commit 71395f9

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/data/projects.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,19 @@ export const projects: Project[] = [
331331
tag: "tool",
332332
category: "experiments",
333333
},
334+
{
335+
name: "elevator-sim",
336+
emoji: "🛗",
337+
icon: "https://endika.github.io/elevator-sim/favicon.svg",
338+
desc: {
339+
en: "Describe any building and find out which lift dispatch algorithm suits it — and whether the choice even matters. Discrete-event simulation with real lift physics, validated against the classical up-peak calculation.",
340+
es: "Describe cualquier edificio y descubre qué algoritmo de ascensor le conviene — y si la elección importa siquiera. Simulación de eventos discretos con física real, validada contra el cálculo clásico de punta de subida.",
341+
},
342+
url: "https://endika.github.io/elevator-sim/",
343+
type: "live",
344+
tag: "tool",
345+
category: "experiments",
346+
},
334347
{
335348
name: "Loud Noise Detector",
336349
emoji: "🔊",

0 commit comments

Comments
 (0)