A collaborative playground to build, share, and explore mini web games! Contribute your own HTML, CSS, and JavaScript games and learn while having fun.
Game-Lab is an open-source hub for aspiring developers. You can add mini web games like puzzles, arcade games, quizzes, or creative experiments using HTML, CSS, and JavaScript.
The goal is to learn by building, collaborate with others, and enjoy coding in a fun way.
- Star this repository to your GitHub account.
- Follow this account for connecting and more open source contribution in future.
- Fork this repository to your GitHub account.
- Clone your fork to your local machine:
git clone https://github.com/your-username/Game-Lab.git - Go inside the project folder:
cd Game-Lab - Create a new folder with your game’s name inside
Games/. Add your files (index.html,style.css,script.js, etc.). - Include a README.md in your game folder with a short description & optional screenshots.
- Create a new branch:
git checkout -b my-new-game - Stage & commit your changes:
git add . git commit -m "Added my awesome mini game 🚀" - Push your branch:
git push origin my-new-game - Open a Pull Request and submit your contribution 🎉
You can add any small web game! Some examples:
- Tic Tac Toe
- Rock Paper Scissors
- Memory Card Game
- Reaction Timer
- Number Guessing Game
- Quiz / Trivia Games
- Or your own creative idea!
Once your pull request is merged, your game becomes part of the repository. 🎊 Congrats! You’ve contributed to open-source and helped build a fun learning community!
This project proudly participates in Hacktoberfest and other community-driven open-source initiatives. It’s all about learning, sharing, and growing together 💡
Build. Share. Play. Contribute.
Let's make Game-Lab a fun hub for everyone to explore, code, and collaborate! 🚀