1 00:00:00,870 --> 00:00:02,470 Hi, welcome back. 2 00:00:03,180 --> 00:00:07,980 In this video, we will work through hangmen game project in Python. 3 00:00:08,700 --> 00:00:12,890 So your game should be like this at the end of the project. 4 00:00:14,560 --> 00:00:25,150 And if you guess the right letters before you consume your sex drives or tries, you will win or you 5 00:00:25,150 --> 00:00:29,690 will use and the final shape of the game is as the following. 6 00:00:30,100 --> 00:00:37,090 If I ran the game, I will get the game name as you see hangmen. 7 00:00:37,090 --> 00:00:45,970 Then if I ran the second part of the code of the project that were written, guess a letter, you will 8 00:00:45,970 --> 00:00:55,240 get a letter like for example, D, which is a right letter and the word chosen by computer. 9 00:00:55,390 --> 00:00:58,420 And this is a right letter also. 10 00:00:58,420 --> 00:01:05,300 But you will not write letters so you lose the try and keep going until the end of the game and you 11 00:01:05,320 --> 00:01:08,770 end the game all consuming your six tries. 12 00:01:08,770 --> 00:01:11,920 So the game is over and you lose the game. 13 00:01:12,310 --> 00:01:19,330 You will find that two modules are needed for the game, which are hangmen guessing and hanging mean 14 00:01:19,330 --> 00:01:27,700 live in the resources section of this lecture, the hangmen guessing Dobi contains the guest list of 15 00:01:27,700 --> 00:01:31,390 the words that will be used in the game. 16 00:01:31,570 --> 00:01:34,510 These words are almost banana. 17 00:01:34,750 --> 00:01:36,370 Blois, Brazil. 18 00:01:37,120 --> 00:01:37,720 Carrot. 19 00:01:37,900 --> 00:01:38,710 Cassava. 20 00:01:39,280 --> 00:01:39,940 Cashew. 21 00:01:40,330 --> 00:01:40,990 Celery. 22 00:01:41,680 --> 00:01:42,220 Cherry. 23 00:01:42,400 --> 00:01:45,310 Chives, shochu cetron. 24 00:01:46,170 --> 00:01:49,440 Citrus could not cooker's. 25 00:01:50,350 --> 00:01:59,980 Dyken and so on until the end of the list of the guessing world and for the hangmen life goodbye, it 26 00:01:59,980 --> 00:02:07,180 contains the shapes that are showing after every drawing of the players, the first shape will be so 27 00:02:07,360 --> 00:02:14,710 after running the full code of the game, which is the shape of the hand tool, then the shape that's 28 00:02:14,710 --> 00:02:23,710 showing when the players lose their first try and so on until the shape of the game if. 29 00:02:24,730 --> 00:02:28,930 The players consume their sex rise and lose the game. 30 00:02:30,800 --> 00:02:33,110 Which is the last Chaib. 31 00:02:34,550 --> 00:02:43,460 And the first ship in our list and then the game name logo, which will be showing after the first part 32 00:02:43,460 --> 00:02:53,990 of the good run, this game name is Hank Hangmen, you will also find that you are aware of the website 33 00:02:53,990 --> 00:03:03,620 to play the game and get the whole picture about the game and the main idea of the game delay, which 34 00:03:03,620 --> 00:03:12,160 will help you and the coding process as it will make you discover that conceptional logic of the Hank 35 00:03:12,200 --> 00:03:12,920 main game. 36 00:03:13,550 --> 00:03:22,850 So I will play the game twice to show you how the game is running and also you will observe the gameplay 37 00:03:22,880 --> 00:03:29,870 and the game flow to get your ideas how to start coding the hangmen game. 38 00:03:29,900 --> 00:03:33,500 I played the game twice the first time I played the game. 39 00:03:33,500 --> 00:03:40,820 I lose the game and the second time I attempt to win the game to show you the gameplay and the game 40 00:03:40,820 --> 00:03:44,210 flow and how the game running to get. 41 00:03:45,120 --> 00:03:54,620 All your ideas have to start coding Zanga main game correctly at this point, which the end of this 42 00:03:54,630 --> 00:03:55,140 lecture. 43 00:03:55,470 --> 00:03:58,190 Hope you enjoyed this lecture and you get all of that. 44 00:03:58,200 --> 00:03:59,550 Thanks for being here. 45 00:03:59,580 --> 00:04:01,280 See you next video.