+ 1
Where do I go to write my codes
Once I know how to code, where do I actually go to write the code? Is there a software or webpage i’m supposed to make my games on?
5 Respostas
+ 4
that depends on what language it is. unless its javascript, you will need a compiler to run your code or an ide..these need to be installed on your computer..for instance..java you need the java runtime enviornment and an editor like eclipse etc
+ 5
All the web languages (HTML, JS, CSS etc.) only need a text editor to write and run your code (plus Google Chrome, Firefox, etc.) because the web will compile the code for you instead of an IDE (or compiler) that you will have to download.
Just write your code in a text editor and when you save the file, save it as the file name you want plus .html, .css, .js or the others.
For non-web languages, you will need to download a compiler or IDE like Visual Code like Robert said, or Netbeans (Java). There's a lot out there.
+ 4
I recommend for learning purposes you start by using the tools Sololearn gives you. On my Android version of sololearn I go to my profile, then I navigate to 'codes' section and press the plus sign to add a new code.
When you start a course it will recommend software you can use but Sololearn supports a wide variety of languages.
For learning c# I recommend Visual Studio.
It's also important to note that you can write code in any text editor, but like Jason said you need a compiler or Ide.
0
yes that is correct
0
Correct. Reading back it's apparent I didn't make that clear.