How do I learn Flash Game Development?

后端 未结 8 1750
礼貌的吻别
礼貌的吻别 2021-01-30 18:50

I\'m currently a PHP programmer and one of my childhood dreams is to create a game.

The problem is I don\'t know Flash. I\'m not great at drawing stuff or even artistic.

8条回答
  •  没有蜡笔的小新
    2021-01-30 19:34

    There's a similar question, What technology should I use to write my game?.

    My suggestion there, was to consider the Unity 3d Game Engine. In addition to being a fairly powerful development tool, it has several cross-platform deployment options. You can build both a stand-alone executable (for Windows and Mac, not yet Linux), and a web-browser version.

    It also uses both Javascript and C# (and Boo, a variant of Python) for scripting languages. These are based on Mono, the Open-Source version of .NET, so it's not just a gaming platform, but has access to all of .NET's abilities (well, those implemented in Mono anyway).

    See the Licensing page for a long list of Unity's features (the Basic version is free). And check out the list of Unity-based games, of which the first is Tiger Woods PGA Tour Online, by Electronic Arts.

提交回复
热议问题