This is a simple implementation of the classic Snake and Ladder game using C++. The game is played on the command line interface (CLI). Have fun reliving your childhood memories with this digital version of the game!
-
Clone the repository to your local machine using the following command: git clone https://github.com/danish1804/Snake_Ladder_game_My_first_game.git
-
Navigate to the project directory: cd Snake_Ladder_game_My_first_game
-
Compile the code using a C++ compiler. For example, using g++: g++ main.cpp -o Snake_Ladder_game_My_first_game
-
Run the executable: ./Snake_Ladder_game_My_first_game