Skip to content

Commit f08c8b2

Browse files
feat: ✨ add sound effects option to the game
1 parent c8007e4 commit f08c8b2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+150
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ tsconfig.tsbuildinfo
2020
.cdk.staging
2121
cdk.out
2222
cdk.context.json
23+
24+
._*
12.2 KB
Binary file not shown.

public/sound/futuristic/Check.mp3

15.3 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Check.mp3
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../sfx/GenericNotify.mp3

public/sound/futuristic/Draw.mp3

81.5 KB
Binary file not shown.

public/sound/futuristic/Error.mp3

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../standard/Error.mp3

public/sound/futuristic/Move.mp3

8.99 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../standard/OutOfBound.mp3

public/sound/lisp/Capture.mp3

6.53 KB
Binary file not shown.

0 commit comments

Comments
 (0)