Skip to content

Commit 19b72df

Browse files
authored
Merge pull request #7 from artfuldev/patch-1
Added Recall
2 parents 4fc9732 + f628fb4 commit 19b72df

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

data/images/recall.png

24.8 KB
Loading

data/projects.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
// When you add a new project, please add it to the top of the array!
22

33
export default [
4+
{
5+
name: 'Recall',
6+
description: 'A memory game built with Cycle.js',
7+
repository: 'https://github.com/artfuldev/recall-cycle/',
8+
homepage: 'https://artfuldev.github.io/recall-cycle/',
9+
image: 'data/images/recall.png'
10+
},
411
{
512
name: 'Equalizer',
613
description: 'Web audio player with equalizer',

0 commit comments

Comments
 (0)