Skip to content

italiancpp/yahtzee-cpp

Repository files navigation

Yahtzee

This is the codebase for the workshop on C++11/14.

It's necessary Cocos2d-X can be downloaded here: http://www.cocos2d-x.org/download/version#Cocos2d-x Version 3.2

Prerequisites

* Linux: at least gcc 4.8
* Win32: VS 2013 e python 2.7.5
* OSX: 

How to build it

Build and run new project for OSX

$ cocos run -p mac

Build and run new project for linux

if you never run cocos2d-x on linux, you need to install all dependences by the script in cocos2d/build/install-deps-linux.sh

$ cd cocos2d-x/build
$ ./install-deps-linux.sh

Then

$ cd NEW_PROJECTS_DIR/MyGame
$ cocos run -p linux

Run

$ bin/MyGame

Build and run new project for win32

$ cocos run -p win32

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors