This repo will contain a collection of brainrot games. For now, it only contains Word Tuah. A brain rot version of Wordle.
- React
- TypeScript
- Vite
- Motion for animations
- Clone the repository:
git clone https://github.com/The-CodingSloth/brainrot-games.git
cd brainrot-games- Install dependencies:
npm installTo run the game in development mode with hot reloading:
npm run devThis will start the development server at http://localhost:5173 (or another port if 5173 is in use).
To create a production build:
npm run buildTo preview the production build locally:
npm run previewThe game is still in development and definitely has a lot of bugs.
Contributions are welcome! If you'd like to contribute to Word Tuah, please follow these steps:
-
Fork the Repository: Click the "Fork" button at the top right of this repository.
-
Clone Your Fork:
git clone https://github.com/The-CodingSloth/brainrot-games.git
cd brainrot-games- Create a Branch: Create a new branch for your feature or bugfix:
git checkout -b feature/your-feature-nameor
git checkout -b fix/your-bugfix-name-
Make Changes: Implement your changes, following the existing code style.
-
Test Your Changes: Make sure your changes work as expected and don't introduce new bugs (please. I'm too lazy to add tests)
-
Commit Your Changes: Use clear and descriptive commit messages:
git commit -m "Add feature: your feature description"- Push to Your Fork:
git push origin feature/your-feature-name- Create a Pull Request: Go to the original repository and click "New Pull Request". Select your fork and branch, add a description of your changes, and submit.
- Follow the existing code style and naming conventions.
- Write clean, readable, and well-documented code.
- Make sure your changes don't break existing functionality.
- Add tests for new features when possible.
- Update documentation as needed.
Some ideas for future development:
- I'll think about it...
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspiration from the original Wordle game
- Thanks to all contributors and testers
Happy coding and game playing! 🎮