.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Air Assault Task Force- Save $8.00
Bronze- Save $10.00

   







Go Back   .com.unity Forums > Chronic Reality > Scallywag: In the Lair of the Medusa
Notices


 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #22  
Old February 17th, 2008, 02:43 PM
Ballbarian's Avatar

Ballbarian Ballbarian is offline
Colonel
 
Join Date: May 2005
Location: Kansas, USA
Posts: 1,538
Thanks: 289
Thanked 194 Times in 94 Posts
Ballbarian will become famous soon enough
Default Re: Game Suggestions

Quote:
The shift from Basic to C as the recommended first step to new programmers...
I agree. Age of Kings/Conquerors had a very strong AI scripting community which used a very simple & easy to understand language. Age of Mythology (the sequel) had a very powerful AI scripting language that was so arcane (and C-like) that very few people even attempted to write custom scripts.

"Hello World"

Basic:
Code:

PRINT "Hello World!"



C++:
Code:

#include <iostream.h>
main()
{
cout << "Hello World!" << endl;
return 0;
}



(and just for fun) Java:
Code:

class HelloWorld {
static public void main( String args[] ) {
System.out.println( "Hello World!" );
}
}

__________________
RanDom v2 - Map gen & Semirandomizer.
Province Editor - Custom province creation made easier.
God Editor - Custom pretender creation made easier.
Map Forge - Map editor
Reply With Quote
 

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 03:04 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.