Welcome to Memory Block Game! 🎉 We’re thrilled to have you contribute to this fun and interactive project. Whether you’re a beginner or an experienced developer, your contributions make a difference!
- Ensure your contributions align with the project’s goals.
- Star and Fork this repository.
- Maintain the folder structure and file integrity.
-
Add or Improve Features:
- Enhance the game mechanics.
- Add new levels or blocks with creative logic.
- Include comments in your code for clarity.
-
Fix Bugs:
- Identify and fix bugs in
index.html,styles.css, orscript.js. - Improve responsiveness or cross-browser compatibility.
- Identify and fix bugs in
-
Enhance Visuals:
- Update the design in
styles.cssfor a better user experience. - Add animations or hover effects.
- Update the design in
-
Add New Functionality:
- Include features like a timer or scoring system.
- Implement levels of difficulty or additional gameplay modes.
-
Optimize Performance:
- Refactor existing code for efficiency.
- Ensure the game runs smoothly on all modern browsers.
Click the ⭐ button to show your support!
Create your fork of the project.
Clone the repository to your local machine:
git clone https://github.com/FOSSCLUB-LBSITW/Memory-block-game.git
cd Memory-block-game-main/codeCreate a new branch for your changes:
git checkout -b <your_branch_name>- Add or edit files inside the
/codedirectory:index.html: For structural changes.styles.css: For styling.script.js: For logic.images/: Add images for the blocks.
Stage all changes and commit with a meaningful message:
git add -A
git commit -m "Add feature: Short description of changes"Push your branch to your forked repository:
git push -u origin <your_branch_name>Go to the original repository and open a Pull Request.
- Provide a clear description of your changes.
- Attach screenshots or videos, if applicable.
- Folder Structure: Keep all files in the
codefolder.Memory-block-game-main/ └── code/ ├── index.html ├── styles.css ├── script.js ├── images/ │ ├── img1.jpg │ ├── img2.jpg └── README.md - Code Quality: Follow clean and consistent formatting.
- Commit Messages: Write clear, concise commit messages.
Congratulations! 🎉 You’re now a contributor to Memory Block Game!