GitHub - fuo/xcode-cpp: ncurses gaming project on Mac OSX

Skip to content

Navigation Menu

Sign in

Appearance settings

xcode-cpp

ncurses gaming project on Mac OSX

###Getting started just in 3 steps:

$ git clone --recursive https://github.com/fuo/xcode-cpp {YOUR-PROJECT-NAME}
$ cd {YOUR-PROJECT-NAME}
$ open -a Xcode framework.xcodeproj 

Later you can run this command to update the latest contents of all related submodules:

$ git submodule update --init --recursive --remote