|
|
|
|
|
by jcromartie
6682 days ago
|
|
I would say that JavaScript is not exactly the best language to learn for creating games. Aside from the Canvas tag there is no good way to do graphics with JavaScript (at least no simple way that isn't a bunch of arcane HTML tricks which wouldn't make any sense to a beginner). And, if you're using the Canvas tag you're excluding IE users. If you're only going to reach a limited audience anyway, why not use Flash and reach a much bigger limited audience? On the other hand, I guess Canvas teaches you about drawing to buffers, while Flash teaches you about more abstract things. |
|