From 6226462e56b34a9d4126244574df137053f7b7cd Mon Sep 17 00:00:00 2001 From: Atreya Bain Date: Sun, 10 Mar 2024 14:30:27 +0530 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 405faf1..c4e4fdc 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,16 @@ # PORCEL-8 -Chip 8 emulator/interpreter +Chip 8 emulator/interpreter. ![pong.gif](assets/pong.gif) +There are no included ROMs as part of this project. Please refer to the [Relevant Resources](#relevant-resources) section. + +```bash +./porcel8 -f your_rom.ch8 +``` + + ### Status