Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 335 Bytes

File metadata and controls

10 lines (8 loc) · 335 Bytes

#Cocos2D Python Intermediate Topics

Here is the order which the tutorial follows:

  1. Tiled Maps Schema (mapmaking.tmx)
  2. Applying Maps as Layers (maps.py)
  3. Adding Layers and Scrolling on Maps (add.py)
  4. Adding Collision Detection to Maps (collision.py)
  5. Making Menus with Cocos (menu.py)