From 652b11cd04b7d27646a16d4c57569bc388558993 Mon Sep 17 00:00:00 2001 From: Denis Nutiu Date: Mon, 23 Dec 2024 12:09:46 +0200 Subject: [PATCH] update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 355f277..beb044d 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,15 @@ The project is written in Rust and it's organized in the following modules: │   └── stack.rs # A stack implementation. ``` +## Resources + +I've used the following resources to implement the project: + +- https://tobiasvl.github.io/blog/write-a-chip-8-emulator/ +- https://github.com/Timendus/chip8-test-suite + +and got inspired by other people's code when I was confused by an instruction. + --- Made with ❤️ by [NucuLabs.dev](https://blog.nuculabs.dev)