CellGame100% not a cell gameUsed libraries info Here How to run Download latest built binary of CellGameunpackage 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 CellGamedownload and install cocos2d-x Follow the guide here for linuxclone CellGame repositorygit clone https://github.com/secondYearProjects/CellGame extract cocos2d archive in CellGame directorysudo 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.