PDA

View Full Version : sieg


anubis
05-06-2004, 01:06 PM
i won the connect-4 contest. pretty straight even. a real blitzkrieg if i may say so :) the point of this post though is that i want to release the code here on devmaster now... i'm thinking about porting it to c++ instead of giving out the (rather ugly) java code. i don't even know if there is any interest for the code... your inputs ?

bladder
05-06-2004, 07:10 PM
release it in java too so that i can submit it to one of my java classes.

Dia Kharrat
05-06-2004, 09:28 PM
congratulations on winning. Send me the files, and I'll put it up on here.

Mihail121
05-07-2004, 01:15 AM
Bah... release it in Java so i can see some practical code for the language. Other than that, i can port it to C++ myself :)

anubis
05-07-2004, 04:46 AM
actually i have come to like java more than i used to throughout the last year (well, i had to use it all the time). it's not that bad for teachnig oop principles because it is rather strict about them. type conversions are also much more strict than in most other languages. the vm also helps at avoiding mistakes early...