Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn To Program Tic-Tac-Toe with C# and Visual Studio
Rating: 4.4 out of 5(69 ratings)
1,746 students

Learn To Program Tic-Tac-Toe with C# and Visual Studio

Build a complete desktop game in Winforms using Visual studio and C#.NET on Windows!
Created byMohammad El-Haj
Last updated 4/2017
English

What you'll learn

  • Learn the basics of building a WinForms Application on Windows using C#
  • Build a fully functional Tic Tac To Game as a Windows Application in C#
  • Learn how to build game logic and develop simple games

Course content

1 section16 lectures1h 10m total length
  • Course Overview1:53

    In this lesson, I will walk you through the application we are going to build in this short course.

  • About Your Instructor1:20

    My name is Mohammad and I will be your instructor.

  • Download The Source Files0:50
  • Downloading Visual Studio 20150:33
  • Downloading Visual Studio 2015 (NEW)3:14

    After VS 2017 is released, you can still download 2015 using the steps in this video.

  • Installing Visual Studio 20155:45
  • Creating the C# Project in Visual Studio3:59

    In this lecture, we will create our game project in Visual Studio as a C# winforms applicaiton

  • Creating the game board7:42

    In this lecture, we will begin to create and build our game board using controls from the toolbox in Visual Studio

  • Adding Game Title, Labels and 'New Game' Button8:25
  • Adding and Displaying Images5:52
  • Adding Player Turns5:40
  • Starting a New Game4:40

    In this lecture we will implement the 'New Game' button code and learn how to restart a new game in our code

  • Checking for Winner8:23

    In this lecture, we will learn how to check for a winner and how to handle the case when someone wins in code.

  • Checking for a Draw (No winners)5:50

    In this lecture, we will add the code to handle no winner situation and finish up the logic for determining a winner

  • Final Touches - Message Boxes and Prompts5:27
  • Congratulations and Thank you!1:05

Requirements

  • Installation of Visual Studio (Recommended: Free Community Edition 2015 or 2017 or any other version)
  • Understanding of Windows environment and applications
  • MUST HAVE Basic knowledge of C# language like writing functions, if conditions and loops
  • MUST HAVE Basic Familiarity with .NET Framework and Winforms

Description

LEARN HOW TO QUICKLY BUILD A TIC-TAC-TOE GAME ON WINDOWS USING VISUAL C# and WinForms

Are you curious to learn what it takes to build a game with Visual C# on Windows?

If you say yes then I am hoping 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 Tic Tac Toe game with Visual C# on Windows
  • Understand how to use WinForms and how to create desktop applications using C#
  • How to prompt the user for messages and how to use MessageBox API
  • How to load images and display images using WinForms

You have 30-day money back guarantee from Udemy, so there is nothing to lose! I made my best efforts to provide high quality content and to make this both useful and fun to watch.

Let’s get started today! Enroll now!

WHAT'S IN THE COURSE?

  • Over 10 lectures of video content
  • Complete Tic-Tac-Toe Project in C# on Windows
  • Understand how to write efficient C# code 
  • Learn how Windows applications work

WHAT'S NOT IN THE COURSE?

This course DOES NOT teach AI and it is only a basic game for two players. You won't learn how to make the computer as one of the players as part of this course.

COURSE REQUIREMENTS:

  • Basic knowledge of C# (or any similar language like C/C++, Java....etc) 
  • Basic understanding of loops, functions, variables and if conditions...
  • Windows 7 or newer
  • Visual Studio installation – Visual Studio 2015 Community Edition (Recommended) or Newer

ENROLL TODAY TO LEARN HOW TO BUILD YOUR OWN TIC-TAC-TOE!

Who this course is for:

  • This course is an easy step by step instructions to build a simple Windows application in C#
  • Anyone with some basic knowledge on Programming