View Single Post
  #10 (permalink)  
Old 08-13-2009, 06:06 PM
ExcludeReality's Avatar
ExcludeReality ExcludeReality is offline
Senior Member
 
Join Date: Nov 2008
Location: Greenville, South Carolina
Posts: 166
Default

I learned JavaScript under the impression that it is a small scripting language, used to deal with cookies for example.
You can of course make a game, but it is not the right language.

Flash is much more similar to C++ and Java, and provides better functionality

Quote:
Originally Posted by Mr_Gee View Post
it just depends on what you are trying to do, for a browserbased "guess the number" game JS is perfect
I agree with you. For a "guess the number" JavaScript is a bit more lucis than it would be to write a pseudo random number code
__________________
Codito, ergo sum
"I code, therefore I am"

Last edited by ExcludeReality : 08-13-2009 at 06:25 PM.
Reply With Quote