A turn-based console board game inspired by the classic Snakes and Ladders. This offline game features a 10 x 10 grid-based board with tiles numbered 1 to 100, designed for 2 to 5 players. The objective is simple: race from the starting tile (1) to the finish (100), navigating the board while overcoming or benefiting from the game's unique mechanics.
Unlike traditional Snakes and Ladders, DLSU introduces an exciting mix of elements—doggos, ladders, slides, and U-turns—that randomly appear throughout the board. These elements can help or hinder players' progress, adding an unpredictable and fun twist to the game. The first player to reach tile 100 wins, but the path to victory is full of surprises!
- Ensure that you have a C compiler installed on your machine.
- Clone the repository or download the Zip file.
git clone https://github.com/axvolkzki/CCPROG1-MP.git
- Manually run the program on your local machine by navigating to the Project directory where the
main.c
is located.cd CCPROG1-MP
- Compile the program.
gcc Implementation/funcDisplay.c Implementation/funcGamePlay.c Implementation/funcHelper.c Implementation/funcInitialize.c mainDLSU.c -o main.exe
- Run the executable file.
./main.exe
December 29, 2024