|
|
|
|
|
by andrewmcwatters
3976 days ago
|
|
That's kind of a backwards goal (instead of trying to make a game, and moving towards the technology that enables that) but to entertain your question: there isn't one. The game development community doesn't really buy into the crap that the web development world does. People care more about results than process there, and as a result, care far more about performance and ease of development, too. That means using tested technologies. Large game engines are built in C and C++, and their exposed scripting APIs are provided in Lua, C#, and JavaScript. I don't know anyone that writes games other than Flash ones that don't subscribe to the language ecosystems of the ones above or general game development ecosystem that you can take seriously. Game development is a multidisciplinary field, don't test the waters there for playing around with a new language. You're missing so much more when you make that your goal. |
|