File tree Expand file tree Collapse file tree 2 files changed +18
-20
lines changed Expand file tree Collapse file tree 2 files changed +18
-20
lines changed Original file line number Diff line number Diff line change 1
- #Cocos2D Python Basics
2
- ----------------------
1
+ # Cocos2D Python Basics
3
2
4
3
Here is the order which the tutorial follows:
5
4
6
- 1 . Getting Started [ start.py ] ( start.py )
7
- 2 . Adding Actors [ actors.py ] ( actors.py )
8
- 3 . Basic Actions [ actions.py ] ( actions.py )
9
- 4 . Keyboard Input [ keyboard.py ] ( keyboard.py )
10
- 5 . Mouse Input [ mouse.py ] ( mouse.py )
11
- 6 . Applying User Input [ input.py ] ( input.py )
12
- 7 . Audio Playback [ audio.py ] ( audio.py )
13
- 8 . Multiple Scene Games [ scenes.py ] ( scenes.py )
14
- 9 . Transitioning Between Scenes [ transition.py ] ( transitions.py )
15
- 10 . Effects [ effects.py ] ( effects.py )
16
- 11 . Review [ review.py ] ( review.py )
5
+ 1 . [ Getting Started] ( start.py )
6
+ 2 . [ Adding Actors] ( actors.py )
7
+ 3 . [ Basic Actions] ( actions.py )
8
+ 4 . [ Keyboard Input] ( keyboard.py )
9
+ 5 . [ Mouse Inputi ] ( mouse.py )
10
+ 6 . [ Applying User Input] ( input.py )
11
+ 7 . [ Audio Playback] ( audio.py )
12
+ 8 . [ Multiple Scene Games] ( scenes.py )
13
+ 9 . [ Transitioning Between Scenes] ( transitions.py )
14
+ 10 . [ Effects ] ( effects.py )
15
+ 11 . [ Review ] ( review.py )
Original file line number Diff line number Diff line change 1
- #Cocos2D Python Intermediate Topics
2
- ----------------------------------
1
+ # Cocos2D Python Intermediate Topics
3
2
4
3
Here is the order which the tutorial follows:
5
4
6
- 1 . Tiled Maps Schema [ mapmaking.tmx ] ( mapmaking.tmx )
7
- 2 . Applying Maps as Layers [ maps.py ] ( maps.py )
8
- 3 . Adding Layers and Scrolling on Maps [ add.py ] ( add.py )
9
- 4 . Adding Collision Detection to Maps [ collision.py ] ( collision.py )
10
- 5 . Making Menus with Cocos [ menu.py ] ( menu.py )
5
+ 1 . [ Tiled Maps Schema] ( mapmaking.tmx )
6
+ 2 . [ Applying Maps as Layers] ( maps.py )
7
+ 3 . [ Adding Layers and Scrolling on Maps] ( add.py )
8
+ 4 . [ Adding Collision Detection to Maps] ( collision.py )
9
+ 5 . [ Making Menus with Cocos] ( menu.py )
You can’t perform that action at this time.
0 commit comments