Skip to content

In this tutorial we are making a simple rock paper scissors game which plays against the CPU. You can make 3 choices using buttons and then CPU will make the same choices in the background. We are using click events, timer events and custom functions to make this game work. You can follow along as we make this game step by step and you can also …

License

Notifications You must be signed in to change notification settings

mooict/Rock-paper-scissors-game-in-windows-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C# Rock paper scissors tutorial in visual studio with windows form

In this tutorial we are making a simple rock paper scissors game which plays against the CPU. You can make 3 choices using buttons and then CPU will make the same choices in the background. We are using click events, timer events and custom functions to make this game work. You can follow along as we make this game step by step and you can also use your own images or theories to make the game. In the background of the programming we are using If statements, Switch Statements, Boolean, string, integers and Arrays to conduct the logic of the game. Every part of the code is explained in this video and if you have any questions about this at all leave it in the comments here or on the MOOICT website. Either way I will check it and get back to you.

Video Tutorial -

Written Tutorial - https://www.mooict.com/c-tutorial-create-a-rock-paper-and-scissors-game/

About

In this tutorial we are making a simple rock paper scissors game which plays against the CPU. You can make 3 choices using buttons and then CPU will make the same choices in the background. We are using click events, timer events and custom functions to make this game work. You can follow along as we make this game step by step and you can also …

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages