Skip to content

Commit c9a94db

Browse files
chore: Add some emoji in README.md
em
1 parent 1a60533 commit c9a94db

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ The emulator is compiled to WebAssembly using Emscripten, allowing it to run dir
88

99
This project was developed as a way to gain hands-on experience with Zig, WebAssembly, Emscripten, and emulator development.
1010

11-
## Screenshots
11+
## 📸 Screenshots
1212

1313
| ![Pong](docs/img/pong.png) | ![Blinky](docs/img/blinky.png) |
1414
| :--------------------------------------------: | :------------------------------------: |
1515
| ![Space Invaders](docs/img/space_invaders.png) | ![Breakout](docs/img/breakout.png) |
1616

17-
## Building zc8
17+
## 🔨 Building zc8
1818

1919
### Setting Up Dependencies
2020

@@ -44,7 +44,7 @@ zig build -Dtarget=wasm32-emscripten -Doptimize=Debug --sysroot "$(em-config CAC
4444
zig build test --summary all
4545
```
4646

47-
## Resources
47+
## 📚 Resources
4848
- [Guide To Making A CHIP-8 Emulator](https://tobiasvl.github.io/blog/write-a-chip-8-emulator/)
4949
- [Revisiting Chip 8](https://faizilham.github.io/revisiting-chip8)
5050
- [CHIP-8 Research Facility](https://chip-8.github.io/)
@@ -66,13 +66,13 @@ zig build test --summary all
6666
- [Poolsuite.net](https://poolsuite.net/)
6767
- [WinZip-1997](https://webflow.com/made-in-webflow/website/winzip-1997)
6868

69-
## Contributing
69+
## 📥 Contributing
7070

7171
Pull requests are welcome. For major changes, please open an issue first
7272
to discuss what you would like to change.
7373

7474
Please make sure to update tests as appropriate.
7575

76-
## License
76+
## 📜 License
7777

7878
[MIT](https://choosealicense.com/licenses/mit/)

0 commit comments

Comments
 (0)