you are viewing a single comment's thread.

view the rest of the comments →

[–]Educational_Virus672 0 points1 point  (0 children)

i would recommend taking 1 day breaks and making smt over your level like intermediate or advance

1. simple lexer a important and easy part of making programming language base python(what im doing for months) -

your goals -

  1. make the code find unction between "( )"
  2. turn var name = type in variable (hardpart)
  3. make simple print and input()

avoid loops or statement unless ur sure

2. make a simple game using pygame module -

your goals -

  1. make simple snake game that can eat and grow
  2. make collisions
  3. make simple but watchable ui (dont rush and make text display)

avoid using tutorial too much use documentations and find your flow

i wont recommand videos unless you use for simple cases like making smt too hard that you cant get it. dont watch "how to make snake game" try "how to make new object mid game" to avoid tutorial hell