diff options
author | Can | 2025-02-03 22:11:01 +0100 |
---|---|---|
committer | Can | 2025-02-03 22:11:01 +0100 |
commit | 114c376af7556af7f1b2158d5b4185a5f1e369dc (patch) | |
tree | 1883c5d07ade17c0c82b0c9f5f492632f78b02ab /README.md | |
parent | 13e41e69f7a10b819f77c2db0b9e5364ea51de2e (diff) |
feat: some tests
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -49,6 +49,15 @@ effekt src/main.effekt --backend js-web --includes . This will then produce a `main.html` and `main.js` file in the `out` directory. You can open the `main.html` file in your browser to run the emulator. Chip-8 ROMs can be found online and loaded into the emulator by clicking the "Load ROM" button in the GUI. +If you want to enable audio, you can do so by clicking the "Enable Audio" button in the GUI. + +## Keyboard Layout + +| 1 (1) | 2 (2) | 3 (3) | 4 (C) | +| ----- | ----- | ----- | ----- | +| Q (4) | W (5) | E (6) | R (D) | +| A (7) | S (8) | D (9) | F (E) | +| Z (A) | X (0) | C (B) | V (F) | ## Resources |