Community

SCI Programming => Mega Tokyo SCI Archive => Topic started by: Joey on August 27, 2002, 07:50:46 AM

Title: Is SCI hard?
Post by: Joey on August 27, 2002, 07:50:46 AM
this is a stupid question but, is SCI hard? I mean, if you got the hang of it?
Title: Re:Is SCI hard?
Post by: robingravel on August 27, 2002, 09:21:36 AM
It's hard at the first time but if you follow the tutorials you should able to make your own sci game.

After all,I made "another DG game: I want my c64 back".

Robin Gravel
Title: Re:Is SCI hard?
Post by: Te Rangi on August 28, 2002, 12:48:57 AM
SCI seems like a bit of a bitch at first (opening/closing brackets etc.), but once you get the hang of it, it is quite easy. Do the tutorial, it makes things MUCH clearer.
Title: Re:Is SCI hard?
Post by: Brian Provinciano on August 28, 2002, 02:44:00 AM
Like any programmer, a new language can be tricky at first. However, once you're experienced, it is easy. Anything is easy once you know how to do it.

Assembly language (machine code), for example, is the most difficult language to learn, but everyone who is experienced with it, would say it's easy (for them at least). I definitely think so, and I'm sure DF, Nick and Lars would agree. Assembly language is no more difficult for me than anything else, it just is more time consuming ;)

I taught a bud SCI after teaching him Java (his first language), and as a newbee programmer, he thought SCI was easier because of the brackets. There wasn't a need to worry about () and {}. It's as simple as every '(' needs a ')'.