MMORPG programming in Silverlight Tutorial (0) Foreword

    WOW, Silverlight can also be used in OOMRPG programming, isn’t it?

    What a surprise! But it is true. As you know, game is base on a series of coherent pictures, and Silverlight is just good at animation design, especially in Vector Animations. Sometimes I think that Microsoft introduce Silverlight only to occupy the market in web game’s domain.

    Now, I must introduce another product, is old enough in web game(10+ years). Yes, you got it, it is Flash, whose latest version is 10 now. Since Flash is so famous that everybody knows it, why Microsoft still support it with so large resources? From a developer’s point of view, I think Silverlight is an assembly language, different from Flash ActionScript, which is an interpreted language. As we know, assembly language is fast than interpreted language. And also, in Flash, we must define function in different layers to implement new features, the development efficiency is very low. But in Silverlight, because it is an assembly language, so we can use Visual Studio to organize all the code, and use OO during our development, the efficiency is highly improved. Third, Silverlight support Daily Build, Unit Test and other traditional software development process, it give us more tools to control our unpredictable process.

    But Silverlight is not perfect, especially its performance. Up to now, the current version of Silverlight is 3, we expected Microsoft can improve the speed in the next release version. And also, some feature in Silverlight is not well supported in different browsers, such as Firefox, but Flash has no difference among all these browsers.

    As a .NET developer, I prefer Silverlight, because I can use all my 6 years’ experiences in the Silverlight development. It’s exciting. I can animate my sprite in C#, such as running and attacking, Do you recall the world-famous game Diablo II, War Craft and Baldur's Gate II.

image

Picture-1  Baldur's Gate II

 

    Follow me, everybody. I will introduce you to a new world full of sword and magic. You will find the powerful of the Silverlight.

    Go Go Go, Here we go!

posted @ 2010-02-21 19:02  包建强  Views(2312)  Comments(1Edit  收藏  举报