- 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
- 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