that was very cool and awesome! keep up the good work man!
@outtabubblegum7034 Жыл бұрын
How long you REALLY took to code all that?
@joelmontgomery18342 жыл бұрын
Love the vids, keep it up 😁
@gitashreenayak707511 ай бұрын
Nice project. Can we add a congratulation sound on winning the game and on each entry of x or o a click sound?
@CoderSpaceChannel11 ай бұрын
Yes, sure. Just look at the examples on how to load and play sounds in Pygame (pygame.mixer module)
@alejrandom6592 Жыл бұрын
this is the first video I see from this channel and I haven´t noticed that it's an AI voice
@inferno38 Жыл бұрын
Thank you, very helpful ! 😁
@youarethesaltofearth Жыл бұрын
what graphic programe are you using
@vitinhogames320711 ай бұрын
Python ;-;
@КристиянАлександров-н9й2 жыл бұрын
Which pycharm theme are u using?
@CoderSpaceChannel2 жыл бұрын
Monokai
@CodingRide Жыл бұрын
Which software you use to create images❓
@CoderSpaceChannel Жыл бұрын
paint.net
@agentzero3209 Жыл бұрын
AWESOME!
@alejrandom6592 Жыл бұрын
#here is a solution to the flashy caption def print_caption(self): if self.winner: pg.display.set_caption(f'Player "{self.winner}" wins! Press Space to Restart') elif self.game_steps == 9: pg.display.set_caption(f'Draw! Press Space to Restart') else: pg.display.set_caption(f'Player "{"OX"[self.player]}" turn!') #this way, this part of the code only executes when the other 2 don't
@TuanNguyen-go6hu2 жыл бұрын
i want it to 5x5, can u help me?
@anghoang85832 жыл бұрын
Thank bro
@alifeleparanj36882 жыл бұрын
Perfect
@pedrophillipe2 жыл бұрын
Tão simples e tão complicado hehe, preciso treinar mais.
@alejrandom6592 Жыл бұрын
I hate when someone states something obvious as obvious like to look smarter or smth