• 1 Post
  • 13 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle








  • Disagree on this one, even though I can see where you are coming from. I first learnt programming in Java, and it gave me massive problems to understand the structure and typings. Obviously Java isn’t the most beautiful language anyways, but once I picked up python it started to click for me on how to solve problems, because I didn’t have to think about that many things. I could just go for it. Yes, my code was messy in the beginning, but I wasn’t working on any important projects. It was just for fun.

    So I think learning how to solve problems is as important as writing clean code. And python really helped me with that.


  • I am nowhere near playing on tournaments so take my advice with a grain of salt.

    Pick a main character (for now), does not matter if it is the best in the game but it should be at least B+ in the Tier list . It’s more important that you feel comfortable with the character and have fun playing it than if its S Tier. Then go on YouTube and find out the basic and advanced combos for this character and practice them in practice mode until you can execute the almost without thinking

    Disclaimer, some characters do not really have a combo game while others just go bonkers in combos. For example Lucina is a good character without a crazy combo game. If you have a character like this the next step is even more important.

    Learn the spacing of you character, how to approach and how to keep control of center stage. Those are usually rather vague concept, but if you go into matches just thinking about one of them you will progress there.

    Lastly, watching more YouTube. Thereby you learn a lot of match ups, characters and their usual habits without playing yourself on hours in crappy wifi. I can recommend poppt1 as one of my favorite, who also has a series where he picks up different characters to learn them for tournaments.

    Good luck, have fun






  • As much as I like the idea of pointing newcomers into the right direction, post says basically nothing at all. All 5 points can be used for literally everything not specific to coding really.

    Coding and CS in general has become so huge that finding a place to start can be very overwhelming, so just linking some resources won’t do the trick.

    A beginner should ask himself “what do I like to do” which then would point into a direction of what programming language to use. E.g. “I want to automate my daily tasks” would point towards python. Whereas "I want to make own game’ would point towards the unity world and C#. “I want to make my own website” to javascript. And obviously “I want to write almost unreadable loads of boilerplate code” would be java.

    From then on your resources could make sense to explore.

    Also “talk to people” is easier said then done. Most people not in a programmer bubble don’t even have the access, so linking to programming communities would be nice.

    Hope my 2 cents help to make it a bit more concrete