sauvikatinnofied / Cocos2DTutorials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cocos2DTutorials

##This tiutorial deals with the following ---

  1. Player object derived from CCSprite.
  2. Basic Particle Systems.
  3. Grid action like CCPageTurn3D.
  4. Loading Screen.
  5. Background Layer in totally new CCLayer.
  6. Woking with TiledMaps -(Basic Area).

This line is to be rendered as Header 1

This line is to be rendered as Header 2

This line is to be rendered as Header 3

This line is to be rendered as Header 6

Making Text Bold

Adding two underscore before and after line makes a line bold
Adding two astric before and after line also makes a line bold

Making Text Italic

Adding one underscore before and after line makes a line Italic
Adding one astric before and after line also makes a line Italic

Working with ORDERED LIST

  1. Sample 1
    • Sample 1a
    • Samnple 1b
  2. Sample 2
    • Sample 2a
    • Samnple 2b
  3. Sample 3

Inserting a link in the this README.md file

Link to Google Search Page

Adding a code snippet

- (instancetype)init{
	if(self = [super init]){
		// Initializartion code goes here
	}
	return self;
}

Adding somde Quotes

I said

Never become worried about the Future. Good peple always get 'good' in return. Second line of the Quote.:stuck_out_tongue_closed_eyes:s

:bowtie:Adding embeded images:bowtie:

Image of Yakto Cat

About


Languages

Language:Objective-C 87.6%Language:C 12.2%Language:Objective-C++ 0.2%Language:CMake 0.0%