Skip to content

Commit b3dbbfc

Browse files
committed
Updating basics and intermediate to use README conventions.
1 parent 141076f commit b3dbbfc

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

basics/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#Cocos2D Python Basics
2+
----------------------
3+
4+
Here is the order which the tutorial follows:
5+
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)

basics/basics.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

intermediate/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#Cocos2D Python Intermediate Topics
2+
----------------------------------
3+
4+
Here is the order which the tutorial follows:
5+
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)

intermediate/intermediate.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)