im tryna pick up html
Oh how Iāve grownā¦
As of right now, I know a lot of JavaScript, HTML, and CSS, a tad of TypeScript, and a decent amount of the functionalities of Java. Planning on learning C++ and Python soon, but C++ is a priority considering I intend on being a game developer. As an add-on, if you count it as a language, I know quite a lot of JavaScript Canvas, along with the teeniest bit of p5.js (incredibly similar to Java, but Iām more fond of my buddy Canvas). I also have the most microscopic understanding of PHP. Like, literally donāt ask me what it is. So small.
If you didnāt know, Iām looking back at a lot of my first posts lol
im still as dumb as ever, any tips on starting out?
Ok, so first, ur not dumb
Second, I recommend starting with HTML and CSS! From there you should learn JS (JavaScript) and once you learn THAT⦠itās a free road. You can learn whatever u want based on your preference! Thatās just imo
Start with python, itās pretty simple. Then go to something a little more advanced like Java or C .
Since youāre all so good at Blocks, you should give JavaScript or Python a try within MakeCode Arcade.
- Create a simple game with Blocks. Keep it super simple. Use one of the tutorial games as a starting point if you want.
- Seriously. Keep it really simple. Chase the Pizza is a great place to start.
- Switch to JavaScript or Python mode and look over the code.
- Try it yourself by starting with an empty JavaScript/Python project. Use the toolbox! It works just like it does in Blocks, except you are dragging code snippets into your workspace instead of blocks.
- If you get stuck while youāre trying to recreate the game in your ātyping languageā (i.e., in JavaScript or in Python), then go back to your other project and switch back-and-forth between Blocks and the typing language. Look for the section of code where youāre stuck. Try not to copy and paste. Force yourself to either type the code or use the toolbox. The goal is to build muscle memory.
- Once youāve created a simple game, keep trying with more complex projects.
Once you start to get the hang of your favorite typing language, then pick up a book to learn about your language in more detail. Happy to recommend some if any of you are interested.
thanks for all the helpful tips!
@Luke if you need help Iām always here!