update README.md
This commit is contained in:
parent
99aadcfc60
commit
652b11cd04
1 changed files with 9 additions and 0 deletions
|
@ -56,6 +56,15 @@ The project is written in Rust and it's organized in the following modules:
|
||||||
│ └── stack.rs # A stack implementation.
|
│ └── 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)
|
Made with ❤️ by [NucuLabs.dev](https://blog.nuculabs.dev)
|
||||||
|
|
Loading…
Reference in a new issue