Skip to content

Getting a working copy

erisco edited this page Oct 6, 2012 · 1 revision

Running these commands will set you up with a working copy of Pong.

git clone https://github.com/GIGA-uwindsor/Pong.git
cd Pong
git checkout development
git submodule init
git submodule update
Clone this wiki locally