Skip to content

Create a fun snakes and ladders game using WPF and C# only. We get to explore some of the other components we need to use and how to creatively solve some of the problems with this game.

License

Notifications You must be signed in to change notification settings

mooict/WPF-Snakes-and-Ladders-Game

Repository files navigation

WPF C# Tutorial – Create a Snakes and Ladders Game in Visual Studio

Hello and welcome to this tutorial. This this tutorial we will make a snakes and ladders game in visual studio using WPF and C#. In this game you will click on the board to move the player and after the player makes a move the CPU will make its move too. You will move between 1 and 6 steps. The player and CPU will move to the numbered location on the board and If you land on bottom of the ladder you move up to where the ladder ends and if you land on the mouth of the snake then you will go down to where the tail ends.

You will win by making it to the top of the board before the CPU. One important rule of the game is that if you are on the top you will need the exact number of steps before you can make it to the end. Lets say you are on 97 in that case you will need to roll a 3 or below to move forward, if you roll anything bigger than that you will pass your round to the CPU and the same rules apply to the CPU.

Video Tutorial -

Written Tutorial and Images -

https://www.mooict.com/wpf-c-tutorial-create-a-snakes-and-ladders-game-in-visual-studio/

About

Create a fun snakes and ladders game using WPF and C# only. We get to explore some of the other components we need to use and how to creatively solve some of the problems with this game.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages