Want to convert a VB6 code project into some other code

agibby5

Senior member
Jun 23, 2004
990
0
76
I have a partially designed Othello game in VB6. I want to use my logic and convert it to another, newer language for the sole purpose of learning a new language. I was thinking of using C++. I have DevC++ IDE and have a friend who has Visual Studio 2005, so those are my two options. I've primairily designed programs (never any games though) using Java and use PowerBuilder at work. I want to expand my credentials and enjoy the development process of developing something fun/useful. Any suggestions as to what language would be best to design this game in? Thanks.
 

NGC_604

Senior member
Apr 9, 2003
707
1
76
Considering you already know Java, you'd be best to port this game in C#. It wouldn't be very difficult, and knowledge of C# can only help you.
 

agibby5

Senior member
Jun 23, 2004
990
0
76
Originally posted by: energydan
Considering you already know Java, you'd be best to port this game in C#. It wouldn't be very difficult, and knowledge of C# can only help you.

That's the type of answer I was looking for. I've been looking into C# since I started this thread and I came across XNA... worthwhile?
 

postmortemIA

Diamond Member
Jul 11, 2006
7,721
40
91
Originally posted by: agibby5
Originally posted by: energydan
Considering you already know Java, you'd be best to port this game in C#. It wouldn't be very difficult, and knowledge of C# can only help you.

That's the type of answer I was looking for. I've been looking into C# since I started this thread and I came across XNA... worthwhile?

How about you first learn how to use GDI+ 2D via C#?