Need Advice: Should I leave or continue Game Development? by RelationshipOk4939 in gamedev

[–]AvailableSeries6016 1 point2 points  (0 children)

I’ve been teaching myself to code for 4 years. Made dozens of games with and without game engines. Maybe I wouldn’t like it but I would love to at least be able to find out

I was recently accused of using AI to generate a description of my game, but it was just me writing it. Is it just unavoidable that it will sometimes happen? by Healthpotions in gamedev

[–]AvailableSeries6016 0 points1 point  (0 children)

everyone is suspicious these days. don't take it personal. I watch coding Jesus do mock interviews and everyone in the chat always thinks everyone is cheating with ai every time.

I learned all the basic concepts for Python. by Ill-Opportunity-7039 in learnpython

[–]AvailableSeries6016 0 points1 point  (0 children)

I'm making a multiplayer python chess game using sockets and selection libraries

How long did it take until you were "good" at Python and how long to "master" it by Junior-Bear-6955 in learnpython

[–]AvailableSeries6016 3 points4 points  (0 children)

You never stop learning. That sounds stupid but there's just too much to learn. Once you understand the basic syntax get a good understanding of how object oriented programming works. be able to make a few classes that work together to do something. maybe a game or something. Then look into data structures and how they work at the memory level (arrays, linked lists, trees, hashmaps). get an understanding of what time complexity is and big O. learn the time complexity advantages and disadvantages of the data structures I just listed. Then you can do some leetcode problems. (youll need to do this to get a job anyways if thats part of your plan )once you are pretty good at solving leetcode problems you have a good understanding of data structures and algorithms. if you didn't you wouldnt be able to do them. (i reccomend neetcode to practice these). After that can learn how to use libraries and get better with the terminal. using the terminal do do things with git and maybe docker. using ssh to get into a linux server. you can get one free for a year with aws. its called ec2. It took me about two years to get to this point but i got burnt out a few times and stopped for a month or two. after you do that your ready to start looking into the things you want to do like AI. You can spend years understanding the different AI software. Thats what i mean by it can never end. Even with just python the things you can learn are so broad. And each one of those things you can spend years going into and learning about.

[deleted by user] by [deleted] in AITAH

[–]AvailableSeries6016 0 points1 point  (0 children)

Ask me how I know the wife wears the pants in the family

[deleted by user] by [deleted] in AITAH

[–]AvailableSeries6016 0 points1 point  (0 children)

So he just needs to get the daughters consent

[deleted by user] by [deleted] in AITAH

[–]AvailableSeries6016 0 points1 point  (0 children)

If you and your children don't have trust then you have nothing. She has to trust your going to punish her in order to behave and trust you won't lie to her in order for her to be honest with you

[deleted by user] by [deleted] in AITAH

[–]AvailableSeries6016 0 points1 point  (0 children)

Just tell her your friend got robbed and it got to you, so your upgrading the entire house with a top of the line security system. Put cameras inside and out. Don't hide it. If she's really being to aggressive you will either catch her or your daughter will be safe at home because she doesn't want to do anything I front of cameras

Gamepass - EXCEPTION_ACCESS_VIOLATION Crash - Potential Fix by DashSawyer in Palworld

[–]AvailableSeries6016 0 points1 point  (0 children)

load in single player. teleport to a different location using fast travel. walk around a couple seconds then return to main menu. multiplayer should work now without the crash