01219245/cocos2d/Maze

จาก Theory Wiki
รุ่นแก้ไขเมื่อ 22:47, 18 กุมภาพันธ์ 2557 โดย Jittat (คุย | มีส่วนร่วม) (หน้าที่ถูกสร้างด้วย ': ''This is part of 01219245.'' In previous tutorials, we developed games with objects moving freely in the screen. In this tutor...')
(ต่าง) ←รุ่นแก้ไขก่อนหน้า | รุ่นแก้ไขล่าสุด (ต่าง) | รุ่นแก้ไขถัดไป→ (ต่าง)
ไปยังการนำทาง ไปยังการค้นหา
This is part of 01219245.

In previous tutorials, we developed games with objects moving freely in the screen. In this tutorial, we will create a game where objects moves in the scene defined by game data. We will re-create a simpler version of Pac-Man.

Steps

Maze & maze data

Moving the pac-man (blocky movement)

Eating dots

Showing scores

Adding challenges

Improvements