A simple digital implementation of a word search game where anyone can post their interesting word search grid, and others can search and solve it! [Still Work Under Progress]
- Create Word Search Grids: Users can design and share their custom word search puzzles.
- Solve Puzzles: Browse and solve word search grids created by others.
- Interactive UI: Simple and clean interface for a smooth experience.
Check out the live game at: Demo Link
- Clone the Repository:
git clone https://github.com/The-Wee-Lad/WordSearch-Game.git
- Navigate to the Project Directory:
cd WordSearch-Game
- Install Dependencies:
npm install
- Start the Development Server:
The application will be accessible at
npm run dev
http://localhost:5173
.
-
Frontend:
- React – JavaScript library for building user interfaces.
- Tailwind CSS – Utility-first CSS framework for styling.
-
Build Tool:
- Vite – Next-generation frontend tooling.
- Open the application in your browser.
- Create and share word search puzzles.
- Browse and solve puzzles made by other users.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m 'Add new feature'
- Push to the branch:
git push origin feature-name
- Open a pull request detailing your changes.