View Single Post
Default   #2   Coda Coda is offline
Developer
Javascript will take you a long way these days. In addition to being available in web browsers with tons of tools available for it, it's one of the languages supported by Unity, which is a popular game engine. And given your experience with ActionScript and NWNscript, you should find it familiar.

If you like Python, Unity supports a dialect of that.

C# is a possible choice; it's the best choice for large-scale Unity work, but its portability outside of Unity on non-Windows computers is limited.

C++ is my personal favorite language, and it can interface with a LOT of stuff, but it's also more work -- it's NOT a rapid-prototyping language like Python, and it doesn't have an all-in-one solution like Unity. But on the other hand, it's also the fastest option available to you once you DO get something working, and it lets you work with things like Unreal Engine.
Games by Coda (updated 4/8/2025 - New game: Marianas Miner)
Art by Coda (updated 8/25/2022 - beatBitten and All-Nighter Simulator)

Mega Man: The Light of Will (Mega Man / Green Lantern crossover: In the lead-up to the events of Mega Man 2, Dr. Wily has discovered emotional light technology. How will his creations change how humankind thinks about artificial intelligence? Sadly abandoned. Sufficient Velocity x-post)
Old Posted 03-31-2016, 09:41 PM Reply With Quote