"Dama with AI" is a modern take on the classic board game Dama, integrated with AI to provide challenging gameplay against the computer. This project utilizes HTML, CSS, and JavaScript to create an interactive and engaging experience.
- Play against an AI opponent.
- Track your score and level.
- Modern and responsive design.
- Easy-to-use controls.
- Clone the repository:
git clone https://github.com/JohnDev19/dama-with-ai.git
- Navigate to the project directory:
cd dama-with-ai
- Open
index.html
in your preferred web browser.
- Open the game in your web browser.
- Click the "Start Game" button to begin.
- The AI opponent will make moves automatically.
- Track your score and level in the info panel.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
This project is licensed under the MIT License.