|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
chess game
I would like to make a chess game. Which programming language do you think is the best suited to do this?
Have knowledge of c/c++,java and some vb.net? Suggesting any other language, thanks. |
|
#2
|
|||
|
|||
|
i think that the best language would be the one you feel most competent in and that fills your needs the best. here i think along the lines of platforms and the like. fx java is crossplatform, while c++ is platform-dependent.
but you can do basically the same in any language, and i don't think any language holds an advantage over the others in this particular example.
__________________
Benjamin Horsleben horsleben.com/benjamin Don't blame malice for what stupidity can explain |
|
#3
|
||||
|
||||
|
c++ is not platform dependant, the code can be compiled on windows, mac, and *nix (unix, linux, etc) as long as there is a compiler. the only limit with c++ would be the method of outputting your results are different with windows than with linux, if you arent outputting to the console.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > Programming Tools > chess game |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|