https://img87.pixhost.to/images/599/359020115_tuto.jpg


Create Games With C# & WinForms (step by step for beginners)
Language: English | Size:3.42 GB
Genre:eLearning

Files Included :

1  Intro To Course.mp4 (35.93 MB)
MP4
1  Hungry Snake Game in Action (Introduction).mp4 (3.98 MB)
MP4
10  Snake Movement - Theory.mp4 (27.42 MB)
MP4
11  Snake Movement - Removing Last Body Piece.mp4 (23.83 MB)
MP4
12  Snake Movement - Getting Updated Coordinates For The Snake.mp4 (27.39 MB)
MP4
13  Snake Movement - Change Direction Of The Head.mp4 (23.08 MB)
MP4
14  Snake Movement - Check Collision With The Walls.mp4 (14.54 MB)
MP4
15  Snake Movement - Check Collision With Snake's Body.mp4 (10.5 MB)
MP4
16  Snake Movement - Check Collision With Bonus Field.mp4 (37.71 MB)
MP4
17  Snake Movement - Draw Snake's Head In Updated Coordinates.mp4 (13.18 MB)
MP4
18  Running And Testing.mp4 (21.2 MB)
MP4
2  Coordinate System.mp4 (9.94 MB)
MP4
3  Setting Up The Form.mp4 (29.99 MB)
MP4
4  Setting Up Variables.mp4 (20.25 MB)
MP4
5  Initializing Variables.mp4 (8.74 MB)
MP4
6  Painting The Walls.mp4 (49.07 MB)
MP4
7  Painting The Snake.mp4 (52.11 MB)
MP4
8  Painting The Bonuses.mp4 (22.94 MB)
MP4
9  Setting Up Snake Directions.mp4 (22.29 MB)
MP4
1  Bubble Breaker Game in Action (Introduction).mp4 (21.92 MB)
MP4
10  Understanding Game Requirements.mp4 (30.25 MB)
MP4
11  MouseDown Event.mp4 (34.1 MB)
MP4
12  Main Game Method.mp4 (40.47 MB)
MP4
13  Removing Bubbles From The Form.mp4 (27.17 MB)
MP4
14  De-Selecting Bubbles.mp4 (13.11 MB)
MP4
15  Checking For Game Over Conditions.mp4 (42.56 MB)
MP4
16  Displaying Label with the Score.mp4 (42.46 MB)
MP4
17  Path Finding - Selecting Bubbles of the Same Color - Theory.mp4 (103.93 MB)
MP4
18  Path Finding - Loop Solution - Setting Up Variables.mp4 (25.52 MB)
MP4
19  Path Finding - Loop Solution - Selecting Bubbles Above.mp4 (21.91 MB)
MP4
2  Setting Up the Game Board.mp4 (10.59 MB)
MP4
20  Path Finding - Loop Solution - Selecting Bubbles Below.mp4 (14.42 MB)
MP4
21  Path Finding - Loop Solution - Selecting Left Bubbles.mp4 (14.95 MB)
MP4
22  Path Finding - Loop Solution - Selecting Right Bubbles.mp4 (16.08 MB)
MP4
23  Path Finding - Loop Solution - Retracing Previous Steps.mp4 (69.72 MB)
MP4
24  Path Finding - Recursive Solution.mp4 (93.45 MB)
MP4
25  Moving Bubbles Down - Theory.mp4 (63.08 MB)
MP4
26  Moving Bubbles Down - Code.mp4 (75.97 MB)
MP4
27  Moving Bubbles Down - Replacing Removed Bubbles With Background.mp4 (58.17 MB)
MP4
28  Moving Bubbles Down - Move Bubbles Right.mp4 (55.73 MB)
MP4
29  Generate More Bubbles.mp4 (61.59 MB)
MP4
3  Setting Up All Variables.mp4 (23.57 MB)
MP4
30  Painting Outline Around Selection - Theory.mp4 (40.02 MB)
MP4
31  Painting Outline Around Selection - Left Outline.mp4 (51.72 MB)
MP4
32  Painting Outline Around Selection - Right Outline.mp4 (22.92 MB)
MP4
33  Painting Outline Around Selection - Top Outline.mp4 (17.63 MB)
MP4
34  Painting Outline Around Selection - Bottom Outline.mp4 (23.5 MB)
MP4
35  Running and Testing the Game Algorithm.mp4 (34.77 MB)
MP4
36  Keeping Scores - Creating Score Class.mp4 (19.07 MB)
MP4
37  Keeping Scores - Reading Scores From Text File.mp4 (35.49 MB)
MP4
38  Keeping Scores - Get Top 3 Scores.mp4 (27.21 MB)
MP4
39  Keeping Scores - Get Player's Position Among All Scores.mp4 (20.07 MB)
MP4
4  Initializing Variables And Game Board.mp4 (29.56 MB)
MP4
40  Keeping Scores - Final Message To Display After Each Game.mp4 (10.86 MB)
MP4
41  Keeping Scores - Writing Score Into Text File.mp4 (44.25 MB)
MP4
42  Keeping Scores - Game Over Messages.mp4 (44.99 MB)
MP4
43  Keeping Scores - Finalizing The Game Board.mp4 (71.38 MB)
MP4
44  Keeping Scores - Entering Player's Name.mp4 (8.15 MB)
MP4
45  Final Tests.mp4 (54.18 MB)
MP4
5  Populating Game Board With Bubbles.mp4 (23.16 MB)
MP4
6  Getting Colors For Each Bubble.mp4 (33.46 MB)
MP4
7  Painting Bubbles.mp4 (72.24 MB)
MP4
8  2D Coordinate System vs 2D Arrays.mp4 (44.57 MB)
MP4
9  Adjusting Bubble Settings.mp4 (27.73 MB)
MP4
1  Pong Game in Action (Introduction).mp4 (6.77 MB)
MP4
10  Theory - Scoring Points.mp4 (9.37 MB)
MP4
11  Timer Tick  Event - Computer Paddle Movement.mp4 (54.37 MB)
MP4
12  Timer Tick Event - Scoring Points.mp4 (33.81 MB)
MP4
13  Timer Tick Event - Bouncing Ball Vertically.mp4 (17 MB)
MP4
14  Timer Tick Event - Bouncing Ball Off the Paddles.mp4 (22.99 MB)
MP4
15  Timer Tick Event - Moving Player Paddle.mp4 (21.59 MB)
MP4
16  Timer Tick Event - Game Over.mp4 (10.07 MB)
MP4
17  Testing and Debugging Our Pong Game.mp4 (21.55 MB)
MP4
18  Game Modification - Ball Class.mp4 (41.13 MB)
MP4
19  Game Modification - Creating Ball Objects.mp4 (32.13 MB)
MP4
2  Creating the Form.mp4 (35.21 MB)
MP4
20  Game Modification - Moving Each Ball On the Form.mp4 (53.48 MB)
MP4
21  Game Modification - Collision With Paddle & Creating New Instance of Ball Object.mp4 (51.07 MB)
MP4
22  Game Modification - Final Testing and Debugging.mp4 (48.77 MB)
MP4
3  Creating Variables.mp4 (12.82 MB)
MP4
4  Initializing Variables.mp4 (16.7 MB)
MP4
5  Positioning Elements on the Form.mp4 (56.5 MB)
MP4
6  KeyPress Events.mp4 (33.81 MB)
MP4
7  Theory - Moving the Ball.mp4 (33.17 MB)
MP4
8  Theory - Moving the Paddle.mp4 (18.46 MB)
MP4
9  Theory - Ball and Paddle Collision.mp4 (15.31 MB)
MP4
1  Brick Breaker in Action (Introduction).mp4 (5.63 MB)
MP4
10  Theory - Creating The Paddle.mp4 (9.17 MB)
MP4
11  Theory - Moving The Paddle.mp4 (7.71 MB)
MP4
12  Theory - Bouncing The Ball Off the Paddle.mp4 (11.67 MB)
MP4
13  Theory - Moving The Ball.mp4 (29.61 MB)
MP4
14  Paddle Class - Creating The Paddle Class.mp4 (16.28 MB)
MP4
15  Paddle Class - Setting Paddle Properties and Position.mp4 (30.46 MB)
MP4
16  Paddle Class - Moving The Paddle.mp4 (18.25 MB)
MP4
17  Paddle Class - Detecting Position Of The Paddle.mp4 (34.85 MB)
MP4
18  Paddle Class - Instantiating Paddle Object.mp4 (11.33 MB)
MP4
19  Ball Class - Creating The Ball Class.mp4 (12.6 MB)
MP4
2  Creating The Form Objects.mp4 (28.42 MB)
MP4
20  Ball Class - Initializing Variables and Properties.mp4 (30.33 MB)
MP4
21  Ball Class - Detecting Game Over Condition.mp4 (25.84 MB)
MP4
22  Ball Class - Hitting The Bricks With The Ball.mp4 (25.61 MB)
MP4
23  Ball Class - Bouncing Ball Off the Paddle.mp4 (34.79 MB)
MP4
24  Ball Class - Correcting Logical Bug For Bouncing The Ball.mp4 (24.83 MB)
MP4
25  Ball Class - Bouncing The Ball Off The Form Edges.mp4 (33.88 MB)
MP4
26  Ball Class - Moving The Ball On The Form.mp4 (34.48 MB)
MP4
27  Tick Event.mp4 (30.44 MB)
MP4
28  Testing and Debugging Our Brick Breaker Game.mp4 (29.09 MB)
MP4
3  Score Class.mp4 (42.35 MB)
MP4
4  Brick Class - Properties and Constructor.mp4 (44.81 MB)
MP4
5  Brick Class - Getting All Bricks On The Form.mp4 (24.17 MB)
MP4
6  Brick Class - Checking For Overlaping Bricks.mp4 (20.42 MB)
MP4
7  Brick Class - Randomly Positioning Bricks On The Form.mp4 (24.52 MB)
MP4
8  Brick Class - Generating Colors For Bricks.mp4 (17.85 MB)
MP4
9  Brick Class - Instantiating Brick Objects.mp4 (21.3 MB)
MP4
1  Where to go from here.mp4 (2.85 MB)
MP4

https://thumbs2.imgbox.com/67/30/OYa4yS9S_t.jpg

https://img88.pixhost.to/images/1104/374886620_1dl.png
Create Games With C# & WinForms (step by step for beginners).z01

Код:
https://1dl.net/5pq5pak9y9qp/Create_Games_With_C%23__WinForms_step_by_step_for_beginners.z01

Create Games With C# & WinForms (step by step for beginners).z02

Код:
https://1dl.net/v4zgubrtrdox/Create_Games_With_C%23__WinForms_step_by_step_for_beginners.z02

Create Games With C# & WinForms (step by step for beginners).z03

Код:
https://1dl.net/3ovr8d68dgzm/Create_Games_With_C%23__WinForms_step_by_step_for_beginners.z03

Create Games With C# & WinForms (step by step for beginners).z04

Код:
https://1dl.net/lzmuo5ura2ro/Create_Games_With_C%23__WinForms_step_by_step_for_beginners.z04

Create Games With C# & WinForms (step by step for beginners).z05

Код:
https://1dl.net/62f5e7hd4u6l/Create_Games_With_C%23__WinForms_step_by_step_for_beginners.z05

Create Games With C# & WinForms (step by step for beginners).z06

Код:
https://1dl.net/lqq8pnmcsd2h/Create_Games_With_C%23__WinForms_step_by_step_for_beginners.z06

Create Games With C# & WinForms (step by step for beginners).z07

Код:
https://1dl.net/fc7vq4g2nh8l/Create_Games_With_C%23__WinForms_step_by_step_for_beginners.z07

Create Games With C# & WinForms (step by step for beginners).zip

Код:
https://1dl.net/5wr7nudjhjtq/Create_Games_With_C%23__WinForms_step_by_step_for_beginners.zip

https://img87.pixhost.to/images/1010/363506399_rg.png
Create Games With C# & WinForms (step by step for beginners).z01

Код:
https://rapidgator.net/file/1cdb3503b2b26def4b8375e8d40f8893/Create_Games_With_C#__WinForms_step_by_step_for_beginners.z01

Create Games With C# & WinForms (step by step for beginners).z02

Код:
https://rapidgator.net/file/e17ee5060aea660a15eba0d00cce89e4/Create_Games_With_C#__WinForms_step_by_step_for_beginners.z02

Create Games With C# & WinForms (step by step for beginners).z03

Код:
https://rapidgator.net/file/953fb820eca24765e22bd150f53757a5/Create_Games_With_C#__WinForms_step_by_step_for_beginners.z03

Create Games With C# & WinForms (step by step for beginners).z04

Код:
https://rapidgator.net/file/ef3387428892387eae9caec28079bf71/Create_Games_With_C#__WinForms_step_by_step_for_beginners.z04

Create Games With C# & WinForms (step by step for beginners).z05

Код:
https://rapidgator.net/file/045bdd5c2fe78504dbefaf5491aab7cf/Create_Games_With_C#__WinForms_step_by_step_for_beginners.z05

Create Games With C# & WinForms (step by step for beginners).z06

Код:
https://rapidgator.net/file/edbb930e204bf0bc424c9493d517344c/Create_Games_With_C#__WinForms_step_by_step_for_beginners.z06

Create Games With C# & WinForms (step by step for beginners).z07

Код:
https://rapidgator.net/file/54fb4966ccddd17fa748cdb094a6714c/Create_Games_With_C#__WinForms_step_by_step_for_beginners.z07

Create Games With C# & WinForms (step by step for beginners).zip

Код:
https://rapidgator.net/file/3bbe5e2385bc630122dddd8d0dc316be/Create_Games_With_C#__WinForms_step_by_step_for_beginners.zip

https://img87.pixhost.to/images/1103/364146951_nitroflare.jpg
Create Games With C# & WinForms (step by step for beginners).z01

Код:
https://nitroflare.com/view/9E51D6B7A89B0DA/Create_Games_With_C%23__WinForms_step_by_step_for_beginners.z01

Create Games With C# & WinForms (step by step for beginners).z02

Код:
https://nitroflare.com/view/E3593EF2CCBC3FD/Create_Games_With_C%23__WinForms_step_by_step_for_beginners.z02

Create Games With C# & WinForms (step by step for beginners).z03

Код:
https://nitroflare.com/view/D2DB851AF0F1019/Create_Games_With_C%23__WinForms_step_by_step_for_beginners.z03

Create Games With C# & WinForms (step by step for beginners).z04

Код:
https://nitroflare.com/view/F87822CA0752A23/Create_Games_With_C%23__WinForms_step_by_step_for_beginners.z04

Create Games With C# & WinForms (step by step for beginners).z05

Код:
https://nitroflare.com/view/3CAC9A2A96384B9/Create_Games_With_C%23__WinForms_step_by_step_for_beginners.z05

Create Games With C# & WinForms (step by step for beginners).z06

Код:
https://nitroflare.com/view/6663714F6A81E43/Create_Games_With_C%23__WinForms_step_by_step_for_beginners.z06

Create Games With C# & WinForms (step by step for beginners).z07

Код:
https://nitroflare.com/view/5802D8414C437E0/Create_Games_With_C%23__WinForms_step_by_step_for_beginners.z07

Create Games With C# & WinForms (step by step for beginners).zip

Код:
https://nitroflare.com/view/D25E6EF31F3F2E7/Create_Games_With_C%23__WinForms_step_by_step_for_beginners.zip