ผลต่างระหว่างรุ่นของ "01219245/cocos2d/Maze"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
(หน้าที่ถูกสร้างด้วย ': ''This is part of 01219245.'' In previous tutorials, we developed games with objects moving freely in the screen. In this tutor...')
 
แถว 1: แถว 1:
 
: ''This is part of [[01219245]].''
 
: ''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 [http://en.wikipedia.org/wiki/Pac-Man Pac-Man].
+
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 [http://en.wikipedia.org/wiki/Pac-Man Pac-Man]. The game screen is shown below.
 +
 
 +
[[Image:pacman-maze.png]]
  
 
== Steps ==
 
== Steps ==

รุ่นแก้ไขเมื่อ 22:56, 18 กุมภาพันธ์ 2557

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. The game screen is shown below.

Pacman-maze.png

Steps

Maze & maze data

Moving the pac-man (blocky movement)

Eating dots

Showing scores

Adding challenges

Improvements