YeahImRose / Kazoo-

A recreation of the original Kazoo Quest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kazoo-

##Building To compile:

g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"main.d" -MT"main.d" -o "main.o" "./main.cpp"

then

g++  -o "KazooQuestPP"  ./main.o   -lncurses -lmenu

About

A recreation of the original Kazoo Quest


Languages

Language:C++ 86.3%Language:Objective-C 10.7%Language:C 1.3%Language:Makefile 1.1%Language:Shell 0.6%