Skip to content

Commit 967cc7c

Browse files
authored
Merge pull request liamrahav#7 from mightypanders/master
Renaming instruction files
2 parents 141076f + 30d6e0c commit 967cc7c

File tree

4 files changed

+24
-26
lines changed

4 files changed

+24
-26
lines changed

basics/README.md

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

basics/basics.md

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

intermediate/README.md

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

intermediate/intermediate.md

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

0 commit comments

Comments
 (0)