What other games have you implemented in python?? Code (+ empty template) is here: github.com/kying18/minesweeper/ Check out Backlog!! cutt.ly/ehxImv5
@dooostie12574 жыл бұрын
I am currently doing 100 days of coding course. So far I've made a text adventure implementing if/else statements. It was rather nice. So I'm currently implementing my own text adventure to hopefully publish on green light for steam.
@jamesplazgames2333 жыл бұрын
Traceback (most recent call last): File "C:\Users\Chad\Desktop\TICTACTOE\minesweeper.py", line 212, in play() File "C:\Users\Chad\Desktop\TICTACTOE\minesweeper.py", line 188, in play print(board) File "C:\Users\Chad\Desktop\TICTACTOE\minesweeper.py", line 133, in _str_ if(row,col) in self.dug: UnboundLocalError: local variable 'row' referenced before assignment. I looked up some stack overflow post and it mentioned how if you try to use a varible defined in a function outside of it, it wont work, so idk. Its late here so imma try to work on it again tommrow. Will edit when I find solution. If you have any ideas pls leave in comments!
@miguelandrade4439 Жыл бұрын
Just finished my first fist respectable program,; a command line 2048. Really fun to make!
@willbuffie60984 жыл бұрын
Not only do you teach coding in python, but you also teach the necessary mindset for programmer. Thanks for the instructive lesson!
@Blackice9292 жыл бұрын
I love that you pseudocode in your videos, this makes a HUGE difference between you and other KZbinrs - it really helps hone in on the mechanics and mindset a coder needs, plus it make the concepts easier to follow! Brilliant work as usual! 🔥💛
@breaking38372 жыл бұрын
💯💯
@evarosesummerfield93114 жыл бұрын
I love these videos! I have finished a beginner python course and i'm now trying to learn some more. These projects are really interesting... hopefully I can do a tetris code on day haha!
@KylieYYing4 жыл бұрын
My sister plays a lot of Tetris against other people haha so I’ve been thinking about building a Tetris AI
@LoquendoElHistoriador4 жыл бұрын
I adore when positive, optimistic and simple people like you Kylie cross my path, who put their heart in each of their actions ... who give everything for nothing. That caress my soul and enrich my life of knowledge ... Thank you for your videos, (Even if I have to translate them completely, since I do not understand English at all, but even so, it is fidicile to get bored of you)
@sarthakchaturvedi57673 жыл бұрын
17:29 i was not able to understand what piece of code you added their
@nabellass2 жыл бұрын
the way you explain are really well, it cheers me up to do more code. very helpful. keep going!!
@MichelandLadda4 жыл бұрын
I was learning python for 2 weeks but switched to Kotlin now. Learning it for 4 weeks now. Also learning android studio, github, intelliJ. And hope to write software some day. So I can show my boss I changed his boring excel visual basic into a nice looking desktop windows programm with buttons and windows for the lists.
@Jsalo893 ай бұрын
1:43 "think about how minesweeper works" Lady I never understood that game lmao
@prafuljoshi11503 жыл бұрын
Thank you so much. I had to do this project in c++ so I followed your video step by step but just did it in c++. Also got frustrated too many times seeing how easy some things are in Python compared to c++ lol. But I learnt a lot of c++ stuff trying to translate your python code to c++. Thanks a lot.
@modaryaghi3 жыл бұрын
This my first video I watch on this channel. LOVE IT Although sometimes I needed more explanation, the excitement of challenging my skills and understanding is AWESOME. I will keep my eyes on everything has been, or will be, released.
@BKK-ev8yh3 жыл бұрын
Thank you a lot for the help I was coding minesweeper on my own and really stuck on assigning squares a number value based on how many bombs are touching a square and was really stuck this tutorial helped me a lot, thanks
@ashleyreynolds76444 жыл бұрын
This was so helpful, thank you so much! You explain things really well and broke things down perfectly :)))
@mehmethankaya99744 жыл бұрын
I love your videos! Keep going!
@charlie66184 жыл бұрын
upload videos more often please... I really like your videos. Thank you for making them!
@drachel1053 жыл бұрын
Hi Kylie, how do I replace the f{} in this line (string_rep += f'{i} |') with a function that works in python 2?
@zchamdawala4 жыл бұрын
Was eagerly waiting for this. Looking forward to practice this in my machine. Thank you so much ❤️
@serenali39193 жыл бұрын
Hey! This video is so cool! Could you please explain a little bit in the formatting code under the str function? Thank you!
@samuelajayi37482 жыл бұрын
This was very helpful, thank you.
@Corn0nTheCobb3 жыл бұрын
Thanks for this! I'm making a minesweeper game with pygame and the only part I couldn't figure out on my own was recursively uncovering empty squares. I'm no good with recursion at all.
@sankethb.k6424 жыл бұрын
This is exactly what I was looking for. Thank you.
@Ajajqiqjaa3 жыл бұрын
Board() takes no arguments File "C:\Users\Toshiba\Documents\minesweeper.py", line 123, in play board = Board(dim_size, num_bombs) File "C:\Users\Toshiba\Documents\minesweeper.py", line 157, in play() What does this mean?? Please help me? is it because Board is not a function?
@relaxationstation71284 жыл бұрын
Thanks so much Kylie - found your channel through the freeCodeCamp channel. You did an awesome 3 hour tutorial there. I wonder if you can speak to them and re-post them in small segments on this channel? I think people would really appreciate them and it'll benefit you too! Have a great day and thank you for teaching :)
@carlisle68314 жыл бұрын
Perfect project to keep me occupied this December 😁
@lucasn55183 жыл бұрын
Hi! Thank you so much for this helpful video! I was wondering if the way that you checked what the neighbors values were could be considered bfs or dfs? Or maybe neither of those? I'm trying to begin to learn the two and I get confused. Thank you again!!
@KylieYYing3 жыл бұрын
Neither, bds/dis is searching for a path. Here, we’re just simply checking neighbors
@johnlui17193 жыл бұрын
Are you korean you look like my mom ,you give me comfort it's amazing
@0001-exe4 жыл бұрын
Wow THANK YOU SO MUCH FOR THIS! I'm a Computer Science freshman and we have a project where I chose to make a minesweeper game. Is it really bad if I'm already done with my first semester and I still dont get how everything works that well? I wtched lotsof tutorials and I still dont get how things work that well. Still,than’ you so much for this, this is what I needed! I hope I can code amazingly like you do. You just earned a new sub!
@habeebahmed68624 жыл бұрын
Hi sister how r u God bless u sister for giving u r valuable information clear like a water 💧 if u dont mind can u plz make a video on oop thnk u sooo much
@leoalex3314 жыл бұрын
Hai, you're doing great.It's helps me to learn more. Do some more projects.
@felix-ej9in4 жыл бұрын
tysm for this video....cool content.....keep up the good work
@Poptartpug3 жыл бұрын
This was very interesting! I really like the logic and stuff, but I know basically nothing about Python so I was lost most of the time. Ha. I think I might try to figure out Python just to make this. 👍
@emmanuelmosweu72804 жыл бұрын
Can we just talk about her comment game. I mean that's good looking code.
@zackzayco91353 жыл бұрын
COOL Video
@jamesplazgames2333 жыл бұрын
Traceback (most recent call last): File "C:\Users\Chad\Desktop\TICTACTOE\minesweeper.py", line 212, in play() File "C:\Users\Chad\Desktop\TICTACTOE\minesweeper.py", line 188, in play print(board) File "C:\Users\Chad\Desktop\TICTACTOE\minesweeper.py", line 133, in __str__ if(row,col) in self.dug: UnboundLocalError: local variable 'row' referenced before assignment. I looked up some stack overflow post and it mentioned how if you try to use a varible defined in a function outside of it, it wont work, so idk. Its late here so imma try to work on it again tommrow. Will edit when I find solution. If you have any ideas pls leave in comments!
@Ajajqiqjaa3 жыл бұрын
MY PROBLEM AS WELL!!
@AmitChaudhary-qx5mc4 жыл бұрын
Thank you sister.
@philtoa3343 жыл бұрын
So Nice Thank you. : )
@isquicha4 жыл бұрын
6:47 "Bomb has been planted" asudhasidhasld
@mrboyban3 жыл бұрын
Is this a beginner tutorial ?
@JJJ-ee5dc4 жыл бұрын
Subscribed
@MrHide-ty1qk4 жыл бұрын
I like your videos and you 😍♥️❤️😘😊♥️♥️❤️❤️😘♥️♥️
@RaptorYamaan2 жыл бұрын
Really bad for beginners. Don't start here
@DreaminBig3 жыл бұрын
Is there someone that does these videos for you and you kind of just talk over them to seem like they're yours?