Endless version of Gamepigeon's wordhunt! I initially made this just to practice getting better at wordhunt on my own.
Contributions are welcome! If you have an idea for a new feature or have found a bug, please feel free to contribute or open an issue to leave a suggestion.
- Fork the repository.
- Create a new branch for your feature or bug fix (
git checkout -b feature/your-feature-name). - Make your changes.
- Commit your changes (
git commit -m 'amazing feature'). - Push to the branch (
git push origin feature/your-feature-name). - Open a Pull Request.