C++ program for creating & simulating a Snake & Ladder Game. Snakes and ladders is a board game for two or more players regarded today as a worldwide classic.
- Gameplay: The players will move their pieces from left to right, starting at 1, following the numbers on the board, then the next row from right to left and repeat.
- 🐍Snakes: When a player lands on a top of a snake, their playing piece will slide down to the bottom of the snake. Ladders: When a player lands at the base of a ladder, it immediately climbs to the top of the ladder.
- 🏆Winning the Game: The first player that reaches the highest space on the board, 100, wins the game. To win the player will need to roll the exact number to get you to the last space. If the player rolls a higher number than needed to land exactly on 100, their piece does not move and remains there until their next turn, when they can roll again.
- C++
- Stimulation of the over the board game .
- Automatic generation of value for rolling of dice.
- Dual Modes - 1v1 and 1vComputer
Need an IDE and a C++ Compiler.
- You can fork or download the repo, Once you have the file "Main.cpp", You just need to compile and run Main.cpp ( It's too easy, isn't it? ☺)
- Feel free to raise issues if you find some errors or want to clear your doubts...