diff --git a/README.md b/README.md index beb044d..6d75390 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Chip8 Emulator +![logo](./chip8-project.png) + A Chip8 emulator written in [Rust](https://www.rust-lang.org/) (1.83.0) for learning and educational purposes. In turns inside your Terminal and the code can be easily modified to run in other envionments. diff --git a/chip8-project.png b/chip8-project.png new file mode 100644 index 0000000..89aac17 Binary files /dev/null and b/chip8-project.png differ