This repo contains a code for Snake and ladders game. It contains three files in addition to README.md
- Snake_ladder.cpp
- CLASSES.h
- FUNCTIONS.h
To compile the code and creat an executable, keep all of them in same directory and type this in the terminal
g++ Snake_ladder.cpp -o Snake_ladder.exe
To run it and play the game, type
.\Snake_ladder.exe