aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 380282e..271c4d8 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,7 @@ The examples are distributed like this:
just showing a sprite, but we make it move and perform an action like shooting
bullets.
- [scroll](./scroll/README.md): different scrolling tactics.
+- [sound](./sound/README.md): making the NES/Famicom beep-beep and stuff.
- [fx](./fx/README.md): simple graphical effects that can be pulled off.
- [rand](./rand/README.md): different strategies for producing random numbers.