-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a682cf
commit 6f121a1
Showing
1 changed file
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
Backgammon Game | ||
# Backgammon Game | ||
|
||
A modern, fully interactive backgammon game optimized for mobile and desktop browsers. | ||
|
||
Features | ||
3D animated board and dice | ||
Dynamic player guidance | ||
Customizable themes and player names | ||
Save and load game states with local storage | ||
Sound effects for in-game actions | ||
How to Play | ||
Clone or download the repository. | ||
Open index.html in your browser. | ||
Roll the dice, move the pieces, and enjoy the game! | ||
Contributing | ||
## Features | ||
- 3D animated board and dice | ||
- Dynamic player guidance | ||
- Customizable themes and player names | ||
- Save and load game states with local storage | ||
- Sound effects for in-game actions | ||
|
||
## How to Play | ||
1. Clone or download the repository. | ||
2. Open `index.html` in your browser. | ||
3. Roll the dice, move the pieces, and enjoy the game! | ||
|
||
## Contributing | ||
Feel free to fork the project and make pull requests with improvements! |