Skip to content

Commit

Permalink
add crappy bird
Browse files Browse the repository at this point in the history
  • Loading branch information
Inglan committed Jan 5, 2025
1 parent 6fb8976 commit 8c38823
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/gmaes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ const gmaes = [
name: 'Cookie Clicker',
description: 'Waste your life clicking a cookie.',
url: '/_app/tools/cookieclicker/index.html'
},
{
name: 'Crappy Bird',
description: 'A crappy version of Flappy Bird.',
url: '/_app/tools/crappybird/index.html'
}
];

Expand Down

0 comments on commit 8c38823

Please sign in to comment.