This project is a board game implemented in Python. The game involves a 9x9 grid where players can find and form words from a given set of letters. The goal is to find as many valid words as possible.
- 9x9 grid with scrambled letters
- Word validation against a predefined list
- Scoring system based on word length
- User-friendly interface
To get started with the board game project, follow these steps:
- Clone the repository:
git clone https://github.com/Diago10/board-game.git
- Navigate to the project directory:
cd board-game
To run the project locally:
- Start the game:
python main.py
- Follow the on-screen instructions to play the game.
Here's an example of a 9x9 grid with scrambled letters: EFJAJCOWSS SDGKSRFDFF ASRJDUSKLK HEANDNDJWA ANSDNCNEOP PMSNFHHEJE JEPQLYNXDL
We welcome contributions! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m "Description of changes" - Push to the branch:
git push origin feature-name
- Create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or suggestions, please contact me at diago.menndonca.10@gmail.com.