Welcome to the Amazing Slot Machine Game! Spin the reels and try your luck to win big! This simple C# program simulates a slot machine game with the ability to check for wins in both horizontal and vertical lines. Below, you'll find instructions and information on how to run and understand the game.
Match three symbols in any direction to win money! The game checks for wins in both horizontal and vertical lines.
- Play all three horizontal lines with $2, if the top line wins a combination, you earn $20, if middle line or base line wins, you earn $5.
- Play horizontal center line with $2 and win $30.
- Play all vertical lines with $2, if first line wins a combination, you earn $20, if second line or third line win, you earn $5.
- Play vertical center line with $2 and win $30.
- Play diagonals with $2, if any of it has a winning combination, you win $20.
- Make sure you have .NET Core installed on your computer.
- Clone or download this repository to your local machine.
- Open a terminal or command prompt and navigate to the directory where the
Program.cs
file is located. - Run the program with the following command: