1
General Anim8or Forum / Re: i wanna make a game
« on: April 10, 2013, 10:20:34 am »
For general game design I like PHP. It's easy to program and has a really powerful dictionary data type that makes game graph design easy. Since the syntax is basically C, the programs can be ported if necessary, although that's some work because the data class doesn't exist in C. Still, I have done it, written a game in PHP and moved it to C++.