Skip to content

Commit e391c04

Browse files
authored
Update README.md
1 parent 9cf6c3b commit e391c04

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
hello
1+
# Snake and Ladder Game
2+
3+
This repository contains a Snake and Ladder game developed using Pygame. The game includes the following features:
4+
5+
- **Custom Move Engine**: The move engine is written from scratch to handle the game's logic.
6+
- **Custom Animation Engine**: The animation engine provides smooth and engaging animations for the game.
7+
- **Interactive Confirmation Boxes**: Confirmation boxes for reset and quit actions.
8+
- **Rolling Mechanics**: Roll the dice by clicking the roll button or pressing the space button.
9+
- **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.
10+
11+
## How to Play
12+
13+
1. Clone the repository:
14+
```sh
15+
git clone https://github.com/TBA5854/SNL.git

0 commit comments

Comments
 (0)