1 00:00:08,160 --> 00:00:09,180 Hi, welcome back. 2 00:00:10,350 --> 00:00:15,370 In this lecture, we will discuss, uh, Project X, all game classes. 3 00:00:16,440 --> 00:00:17,360 Walk through. 4 00:00:18,900 --> 00:00:28,320 We need to create game board class, which is a first class inside this class, which is gameboard class. 5 00:00:28,500 --> 00:00:34,710 We create any sense of the game board as a following, as following. 6 00:00:35,340 --> 00:00:45,060 Then we create items as item setters function, create a decorator, add property for the game board, 7 00:00:45,600 --> 00:00:47,610 function with board. 8 00:00:50,170 --> 00:01:00,340 Function with the B capital to add Seabury itself an instance for the gameboard, add another function 9 00:01:00,340 --> 00:01:02,380 called Clip Clear Board. 10 00:01:03,210 --> 00:01:07,270 Add another function called its take. 11 00:01:07,270 --> 00:01:11,320 Bleys had another function called is pooled fall. 12 00:01:12,400 --> 00:01:16,060 Add another function called is game one. 13 00:01:17,120 --> 00:01:27,140 At a function to Brent Gameboard contain gameboard, which is the class contain a statement to control 14 00:01:27,170 --> 00:01:28,950 the game flow in the boot. 15 00:01:30,120 --> 00:01:40,910 B create a second class called game to control the game is told and the game end and ask for player's 16 00:01:40,910 --> 00:01:41,300 name. 17 00:01:42,620 --> 00:01:47,180 So a game class contain four functions that control the game. 18 00:01:47,180 --> 00:01:49,930 Steps first, Dakhla. 19 00:01:50,020 --> 00:01:54,770 First function will be game start. 20 00:01:55,130 --> 00:01:59,550 The second will be the game end and play again. 21 00:02:00,740 --> 00:02:04,010 The third function will be the game. 22 00:02:04,080 --> 00:02:09,560 Third, that is a lost function will be the game manager. 23 00:02:11,690 --> 00:02:17,330 Finally creates the game launcher of the game to launch the game. 24 00:02:18,440 --> 00:02:19,870 Let's build our project.