Skip to content

Commit dcfe633

Browse files
authored
feat(projects): add flipper-gurpil to the project list (#37)
1 parent 10ee6dd commit dcfe633

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/data/projects.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,18 @@ export const projects: Project[] = [
171171
tag: "PWA",
172172
category: "web apps",
173173
},
174+
{
175+
name: "Gurpil",
176+
emoji: "🛞",
177+
desc: {
178+
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.",
179+
es: "Endless para Flipper Zero: cambia la forma de la rueda al vuelo para adaptarte al terreno y llega lo más lejos posible.",
180+
},
181+
url: "https://github.com/Endika/flipper-gurpil",
182+
type: "repo",
183+
tag: "Flipper",
184+
category: "flipper zero",
185+
},
174186
{
175187
name: "Tutu",
176188
emoji: "🚗",

0 commit comments

Comments
 (0)