ผลต่างระหว่างรุ่นของ "Programming fun"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) (หน้าที่ถูกสร้างด้วย 'หน้านี้รวบรวม') |
Jittat (คุย | มีส่วนร่วม) |
||
แถว 1: | แถว 1: | ||
หน้านี้รวบรวม | หน้านี้รวบรวม | ||
+ | |||
+ | == Cocos2d-x JS (html5) == | ||
+ | * Getting Started with JavaScript | ||
+ | ** [[01219245/javascript1/tutorial1|Tutorial 1: Number guessing game]] | ||
+ | ** [[01219245/javascript1/tutorial2|Tutorial 2: Event-driven programming]] | ||
+ | ** [[01219245/javascript1/tutorial3|Tutorial 3: 21 Game]] | ||
+ | ** [[01219245/javascript1/tutorial4|Tutorial 4: Hangman]] | ||
+ | * Cocos2d-x | ||
+ | ** ''Notes:'' If you want to work with cocos2d-x, you'll need to use firefox if you want to run your game from URL <tt>file://</tt>. If you want to use Chrome, follow these [[01219245/cocos2d chrome setup|instructions]]. Don't forget to disable JavaScript cache. | ||
+ | ** [[01219245/cocos2d/Sprites|Tutorial 100: Sprites]] | ||
+ | ** (optional) [[01219245/cocos2d/Gozilla Shoot Game|Tutorial 100.5: Gozilla Shoot Game]] | ||
+ | *** No tutorial text right now, but you can study it from the commit logs and changes from its Git repo at [https://bitbucket.org/jittat/cocos-cannon bitbucket.org]. | ||
+ | ** [[01219245/cocos2d/Sprites2|Tutorial 101: Sprites 2 - Flappy Dot]] | ||
+ | ** [[01219245/cocos2d/Actions|Small Tutorial 102: Actions, spritesheets, sound effects]] | ||
+ | ** [[01219245/cocos2d/Maze|Tutorial 103: PacMan]] | ||
+ | ** [[01219245/cocos2d/Platform1|Guide 200: Platform game without physics engine]] |
รุ่นแก้ไขเมื่อ 03:36, 21 เมษายน 2557
หน้านี้รวบรวม
Cocos2d-x JS (html5)
- Getting Started with JavaScript
- Cocos2d-x
- Notes: If you want to work with cocos2d-x, you'll need to use firefox if you want to run your game from URL file://. If you want to use Chrome, follow these instructions. Don't forget to disable JavaScript cache.
- Tutorial 100: Sprites
- (optional) Tutorial 100.5: Gozilla Shoot Game
- No tutorial text right now, but you can study it from the commit logs and changes from its Git repo at bitbucket.org.
- Tutorial 101: Sprites 2 - Flappy Dot
- Small Tutorial 102: Actions, spritesheets, sound effects
- Tutorial 103: PacMan
- Guide 200: Platform game without physics engine