上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 61 下一页
我这篇写的应该比脑袋好。 Read More
posted @ 2010-03-15 19:17 包建强 Views(1609) Comments(5) Diggs(0) Edit
Now it is time to resolve the issue left in chapter 8, when there are no obstructions between the distinction and original place, the sprite still use A* algorithm to find path, rather than moving bet... Read More
posted @ 2010-03-01 16:06 包建强 Views(3578) Comments(6) Diggs(0) Edit
I introduced how to create map in the game in the previous chapters. The difficulty is the implementation inside the map, such as obstructions. Let me introduce another method to implement obstruction... Read More
posted @ 2010-03-01 11:00 包建强 Views(2091) Comments(0) Diggs(1) Edit
I introduce map presentation in the previous chapters. In general, it is enough to simple games; but we need to spend more energy on the map to simulate real world and achieve more realistic effect. T... Read More
posted @ 2010-02-28 00:15 包建强 Views(2109) Comments(0) Diggs(0) Edit
Now it is time to introduce how to integrate A* Algorithm into the sprite’s 2D animation. If you follow my tutorial from the beginning, you will find it is easy. First, I must introduce a new co... Read More
posted @ 2010-02-27 18:18 包建强 Views(1937) Comments(0) Diggs(0) Edit
In the last chapter, I introduce A* algorithm, so the object can find the shortest path itself, I print the path array on the canvas. This chapter I will animate the object to pass through the path ar... Read More
posted @ 2010-02-27 16:09 包建强 Views(2009) Comments(0) Diggs(0) Edit
From this chapter, I will introduce map engine, it refer to 2 aspects, as follows: 1) Implementation the map. Including map’s splitting, composing and rendering style. 2) Implementation the obje... Read More
posted @ 2010-02-26 22:56 包建强 Views(2388) Comments(2) Diggs(1) Edit
In the last 6 chapters, we cover many techniques, including the object moving from one place to another one, and the sprite’s own animation. This chapter I will merge both of them, to implement ... Read More
posted @ 2010-02-26 17:36 包建强 Views(2303) Comments(0) Diggs(0) Edit
The story occurs in AD 3000. Bill Gates left Microsoft and IT forever,which brings chaos to the whole world. You must gather 7witches from the largest 7 IT companies,when all these 7witches castspell ... Read More
posted @ 2010-02-26 02:30 包建强 Views(1247) Comments(0) Diggs(0) Edit
In Chapter 5, We study how to use Image’s Clip and RenderTransform to create animation for sprite. Now, I will introduce a new method base on WriteableBitmap to cut the image. You can use it as follows:BitmapImage bitmap = newBitmapImage(newUri(@"/Images/Role/sprite.png", UriKind.Relative)); Imagei Read More
posted @ 2010-02-26 00:48 包建强 Views(2263) Comments(0) Diggs(0) Edit
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 61 下一页