From 28a475711a5ddc55d9c5f14ec1de536426a23516 Mon Sep 17 00:00:00 2001 From: Giovani Date: Fri, 16 Jul 2021 14:09:56 -0400 Subject: [PATCH] chore: add readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ddb7562 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# KrAzY KAts! - Windows Command Prompt Game + +This game was built for my introduction to C++ back in fall of 2015 at Miami Dade College. It is a text based game that works on Windows command prompt. + +## Demo +![gif](https://i.imgur.com/wdHfMNn.gif) + +## (Under Construction) + +## Build +```bash +g++ main.cpp -lWinmm +``` \ No newline at end of file