Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/data/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,18 @@ export const projects: Project[] = [
tag: "PWA",
category: "web apps",
},
{
name: "Gurpil",
emoji: "🛞",
desc: {
en: "Endless side-scroller for Flipper Zero: switch your wheel shape on the fly to match the terrain and roll as far as you can.",
es: "Endless para Flipper Zero: cambia la forma de la rueda al vuelo para adaptarte al terreno y llega lo más lejos posible.",
},
url: "https://github.com/Endika/flipper-gurpil",
type: "repo",
tag: "Flipper",
category: "flipper zero",
},
{
name: "Tutu",
emoji: "🚗",
Expand Down
Loading