Thursday, July 30, 2009

Is it possible to make a game using PERL and C++?

Me and my friends are working on a game and we need to know if we can use PERL and C++ together.

Is it possible to make a game using PERL and C++?
You can add a Perl parser into a C++ program. Many games do something similar to this; writing the game engine in C++ and scripting the AI using Perl.
Reply:It depends on what type of games you wanna make; board games for example could be made by any language supporting minimal graphics, but if u r concerning making simple 3d games directx 9 with c# will be the best choice, but in case of performance critical games I suggest using pure c/c++ 6.


No comments:

Post a Comment