Advertisement
Guest User

Untitled

a guest
May 20th, 2018
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. From Easiest To hardest: What to do first if you want to learn how to code.
  2.  
  3. Visual Basic (Coding Language name)
  4. 1) Install Visual Studio Community https://www.visualstudio.com/vs/community/ and install the .NET Package
  5. 2) When installed; open visual studio and create a new project with the project type: Visual Basic Console Application.
  6. ( This https://i.imgur.com/caAawDN.png )
  7. 3) ( https://drive.google.com/open?id=1lIZDWsi_taCH6rvFYqIRigm9iT0byRQd ) Follow the instructions in this booklet. It takes you from code that simply says "hello world" to a simple Rpg / Turn based console game.
  8.  
  9. JavaScript (Harder)
  10. 1) To write code in javascript I recommend ( https://www.openprocessing.org ) It's very easy to use and has all the functions you need to make some pretty cool stuff.
  11. 2) Starting off with Javascript: ( https://www.youtube.com/watch?v=8j0UDiN7my4&list=PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA ) Watch this playlist and repeat every step as a new project in openprocessing.
  12. 3) After that if you want more challenge then watch some of this youtube channel's challenges and attempt to recreate them or add your own twist to them.
  13.  
  14. Some links to nice youtubers and such
  15. https://www.youtube.com/user/shiffman :Coding Train. A little bit of an oddball but he makes some very interesting tutorials and videos on javascript coding.
  16.  
  17. https://www.youtube.com/channel/UCQALLeQPoZdZC4JNUboVEUg :Jabrils. This guy makes machine learning code and hopes to become a game developer some day. He makes high quality videos and has taught himself everything he knows. Never taking a computer science course himself.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement