Finally new video we are waiting at list a video per day!!!!!
@simoneoliveri95603 жыл бұрын
def infinite_love(): while True: print('i love coding') infinite_love()
@AlagadniSimplelife33 жыл бұрын
New subscriber here😁
@RobinPiff3 жыл бұрын
Thanks, now I understand functions. Just a question (I have asked this but before), but can you please share the code and assets for the 3D shooting game, I really wanna code it.
@zippycode96393 жыл бұрын
Yes, I can put the code online. Unfortunately without the 3d models (soldier and weapon) because of licence issues, but I can recommend some websites to get free 3d object models. And I will make a tutorial on how to create 3d animations :) But most of the code will work anyway, even without these models
@RobinPiff3 жыл бұрын
Ok, thanks
@theblindprogrammer3 жыл бұрын
If you are interested in game dev, why not create snake game in python? the game is really simple.
@franzs74113 жыл бұрын
eyo Kollege ich weiß das du deutsch bist also bitte antworten :D Wäre es möglich mit pyautogui für eine bestimmte Zeit eine Taste gedrückt zu halten? Und das dann in einen Loop zu bringen? Also Beispielsweise soll er durchgehend e drücken und während er das macht 10 sek a und nach den 10 Sekunden a drücken 30 Sekunden b oder so drücken? Hoffe du verstehst was ich meine also so eine Art Makro Kannst du mir da helfen? Btw Feier deinen Content Ultra weiter so!
@zippycode96393 жыл бұрын
Hey, danke! Ja, also man könnte versuchen die keyDown() Methode zu nutzen, aber es funktioniert wohl nicht ganz so gut. Eine andere Möglichkeit wäre vielleicht die press() Methode wiederholt zu drücken (in einer Schleife, die 10 Sekunden geht), aber dann müsstest du schauen, ob es das tut was du brauchst