This repository contains a Snake and Ladder game developed using Pygame. The game includes the following features:
- Custom Move Engine: The move engine is written from scratch to handle the game's logic.
- Custom Animation Engine: The animation engine provides smooth and engaging animations for the game.
- Interactive Confirmation Boxes: Confirmation boxes for reset and quit actions.
- Rolling Mechanics: Roll the dice by clicking the roll button or pressing the space button.
- Dynamic Background Colors: The background color changes based on the game's state, such as which player is ahead, if both are on the same square, or if someone has won.
- Clone the repository:
git clone https://github.com/csivitu/snakes-and-ladders.git
- Install pygame using pip
pip install pygame
- Using terminal , cd into the cloned directory and run main.py