October 26th, 2012, 05:09 AM
-
Best language to code my game
Hi friends..! Need little help here to choose a language to code my 2nd year project assignment. We are given to develop a 'Tank game' which will ultimately play over a network. maximum four players can join the game, there is a server application runnig on a server machine and each player need to connect to that server. Our assignment is to develop the player application. So each of our batch mates have to develop a player applicatioin which is intelligent and should be able to take decisions(e.g- turn, shoot , move) in order to win over other players. So my requirements for the language are
should support AI algorithms
GUI creation
network communication
I have quite a knowladge of Java and C. But I thought it could be easier if I can use a language which design to work with AI programming, but I don't know whether they will meet my other requirements. I'm kind of a quick learner so I can manage to learn a new language and work with it. So if you can suggest me some ideas it will be very helpful. And any ideas on this assignment, or how I should start it etc. are welcome. thank you very much...!!!
P.S - If my description doesn't make sense. please ask me I'll explain ot again, because I really want to win this game.
October 26th, 2012, 08:53 AM
-
nearly any programming language can do this, it will just be easier in some then others for example java is really easy to work with and you can make some awesome stuff with it like Mince-craft while C is harder to work with but gives you absolute control over what's going on in the program
so its your choice
Comments on this post
October 26th, 2012, 08:58 AM
-
I agree, while you can afford to use Java easily, C could be a little bit harder but allows you to control every single aspect.
I preffer C
Comments on this post
October 27th, 2012, 08:34 AM
-
thank you..!! I'll go with java then :-)
October 27th, 2012, 10:47 PM
-
One last question, If I use something like Prolog do you think I'd get any advantage.
October 29th, 2012, 02:04 AM
-
I like java langauge for game devlopment , while you can afford to use Java easily, C could be a little bit harder but allows you to control every single aspect.