Some things you should do to write code is to plan it out, plan what you want to do, I'm working on AI and I just planed it out and it helped a lot. S...
I know how to blit I would do somthing like this
image = pygame.image.load('image.png')
imagerect = image.get_rect()
Screen.blit(image, imagerect)
and...
I really don't understand how file reading works like,
r = read? I want to know how to read 1 line of a file I'm assuming it's somthing like FileName[...
Wanna make a team because Im bored. and like make a game or something. Also I can only use python because I am sad boi but like just say if you wanna...
I really dont know how to use text wrap, I just wanna print some ascii text that I made and I want to print it so I went on google and it said text wr...
So im using a function to display the text if that helps Im Trying to figure out why its blinking white on the second screen (Press enter to goto next...
how do I use append I mean I know how but when I append this happens
list.append("boberto")
print(list)
and it will say
boberto\n
how do I remove the...
ok so basically I made tic tac toe using a numpy matrix. I really just did this for learning. but I wanted to share anyways. You play by inputting a n...