How To Program Your Own Breakout Game using Visual C#

How To Program Your Own Breakout Game using Visual C#

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 2 Hours | 372 MB

Hone Your C# Skills by Building a Breakout Game Clone Using Winforms and Visual Studio

LEARN HOW TO QUICKLY BUILD A BREAKOUT GAME CLONE ON WINDOWS USING VISUAL C# and WinForms

If you want to learn and experience what it takes to build a game on Windows using Visual C# and Winforms then I hope you will find this course as exciting as it is informational.

WHAT YOU ARE GOING TO LEARN:

  • The techniques you need to build a complete Breakout game clone with Visual C# on Windows
  • Understand how to use WinForms and how to create desktop applications using C#
  • How to draw graphics inside Winforms
  • How to use timers to mimic game loops
  • How to play sounds
  • How to embed images and sounds as resources inside your application
  • How to handle mouse and keyboard events
  • How to load images and display images using WinForms
Table of Contents

1 Course Overview
2 About Your Instructor
3 Download Game Assets REQUIRED.html
4 Download The Source Files OPTIONAL.html
5 Creating the C Project in Visual Studio
6 Adding Background Image
7 Adding the Game Paddle
8 Moving the Game Paddle
9 Adding the Game Ball
10 Animating the Game Ball
11 Detecting collision with game paddle
12 Adding the Game Blocks
13 Drawing Blocks Using Graphics
14 Detecting Ball Collision With Blocks – Part One
15 Detecting Ball Collision With Blocks – Part Two
16 Adding the Game Menu – Part One
17 Adding the Game Menu – Part Two
18 Implementing Menu Commands
19 Adding Game Score
20 Finishing Touches – Part One
21 Finishing Touches – Part Two
22 Adding Sounds to our game
23 Congratulations