CellGame 100% not a cell game Used libraries info Here How to run Download latest built binary of CellGame unpackage archive and run next command to install dependencies (if you are running it first time) ./download-deps.sh to run game use next command from directory where you have unpacked archive ./CellGame How to develop CellGame download and install cocos2d-x Follow the guide here for linux clone CellGame repository git clone https://github.com/secondYearProjects/CellGame extract cocos2d archive in CellGame directory sudo apt-get install p7zip sudo apt-get install p7zip-full 7z e cocos2d.7z use any IDE compatible with CMake or just use cocos2d-x console command: cocos build -p linux -debug Feel free to post issues, fork, etc.