Skip to content

secondYearProjects/CellGame

Repository files navigation

CellGame

100% not a cell game

Used libraries info

Here

How to run

  1. Download latest built binary of CellGame
  2. unpackage archive and run next command to install dependencies (if you are running it first time)
./download-deps.sh
  1. to run game use next command from directory where you have unpacked archive
./CellGame

How to develop CellGame

  1. download and install cocos2d-x Follow the guide here for linux
  2. clone CellGame repository
git clone https://github.com/secondYearProjects/CellGame
  1. extract cocos2d archive in CellGame directory
sudo apt-get install p7zip
sudo apt-get install p7zip-full
7z e cocos2d.7z
  1. 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.