Files
krazy-kats/README.md

12 lines
290 B
Markdown

# 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/SsXR6H8.gif)
## Build
```bash
g++ main.cpp -lWinmm
```