Welcome, Guest. Please login or register.

Author Topic: I make game for you!!  (Read 2332 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline GreggBzTopic starter

  • Sr. Member
  • ****
  • Join Date: Apr 2002
  • Posts: 302
    • Show all replies
    • http://www.outerspacecrew.net
I make game for you!!
« on: November 14, 2006, 03:04:49 PM »
Fellow Amigans,
I am working on a Windows game called Outerspace. (It's like Starcontrol or Starflight)

There is a new technology build. I need some people to test it out and report back to me.

Here

I will give you a cookie!

Thanks!





 

Offline GreggBzTopic starter

  • Sr. Member
  • ****
  • Join Date: Apr 2002
  • Posts: 302
    • Show all replies
    • http://www.outerspacecrew.net
Re: I make game for you!!
« Reply #1 on: November 14, 2006, 03:35:45 PM »
Correct! VB.NET and it's getting ginourmous.
It's funny cause I'm a Unix admin and I of course, own three Amigas. I feel dirty.

Honestly though, .NET is pretty awsome stuff. And DirectX has a good API and lots of features. If starting over, I would do it still in .NET but perhaps C#

Anyway, I do know a bit of BlitzBasic. I might port the fractal planet generator (a simpler version) to the Amiga.

 

Offline GreggBzTopic starter

  • Sr. Member
  • ****
  • Join Date: Apr 2002
  • Posts: 302
    • Show all replies
    • http://www.outerspacecrew.net
Re: I make game for you!!
« Reply #2 on: November 14, 2006, 04:28:42 PM »
Yes, VB and C# compile to the same CLR (Common Language Runtime) so the binaries would be almost identicle.

VB and C# code is very similar structurally. So, basically it's just syntax. VB .NET is a little more wordy.

This is interesting:
http://www.carlosag.net/Tools/CodeTranslator/Default.aspx


There may be some problems with the DirectX stuff, I don't know if that translates dirrectly.