Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 796 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 796 Bytes

Snake and Ladder Game

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.

How to Play

  1. Clone the repository:
    git clone https://github.com/TBA5854/SNL.git