Skip to content

Commit d64e47b

Browse files
committed
feat(projects): add Gurpil to the project list
1 parent 1cf938c commit d64e47b

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
@@ -3,6 +3,19 @@ import type { Project } from "../lib/projects";
33
export const categoryOrder = ["web apps", "flipper zero", "experiments"];
44

55
export const projects: Project[] = [
6+
{
7+
name: "Gurpil",
8+
emoji: "🛞",
9+
icon: "https://endika.github.io/gurpil/icon-192.png",
10+
desc: {
11+
en: "Offline arcade racer with a twist: draw your wheel's shape mid-race and let real physics decide. Themed biomes, a 15-level campaign and an endless mode.",
12+
es: "Juego de carreras offline con truco: dibuja la forma de la rueda a mitad de carrera y deja que la física real decida. Biomas temáticos, campaña de 15 niveles y modo sin fin.",
13+
},
14+
url: "https://endika.github.io/gurpil/",
15+
type: "live",
16+
tag: "PWA",
17+
category: "web apps",
18+
},
619
{
720
name: "Doinu",
821
emoji: "🎹",

0 commit comments

Comments
 (0)