Welcome to Game_Scripts — an open-source collection of mini games written in multiple programming languages!
This repository is perfect for Hacktoberfest 2025 contributors, beginners, and anyone who loves learning to code through play. 🕹️✨
Game_Scripts is a community-driven project by @devmalik7.
The goal is simple — learn, create, and share fun little games built using core programming concepts like loops, conditionals, randomization, and functions.
Each game lives inside its own folder with a small README, making it easy to explore and learn from.
1️⃣ Fork this repository
2️⃣ Clone your fork
git clone https://github.com//Game_Scripts.git cd Game_Scripts
3️⃣ Create a new branch git checkout -b add-rock-paper-scissors
4️⃣ Add your game
Add your code in the appropriate folder (/java, /python, /javascript, /cpp) Include a short README.md inside your folder explaining: What your game does How to run it Example I/O
5️⃣ Update INDEX.md Add your game under the correct section.
6️⃣ Commit and push git add . git commit -m "Added Rock Paper Scissors game in Java" git push origin add-rock-paper-scissors
7️⃣ Open a Pull Request Use the provided PR template Link the relevant issue if any Label your PR with hacktoberfest
💬 Communication
If you’d like to discuss ideas, ask questions, or suggest collaborations, feel free to: Open a Game Idea issue Join discussions in the Issues tab Maintainer: @devmalik7
📜 License This project is licensed under the MIT License — see LICENSE
🌟 Acknowledgements Huge thanks to: All open-source contributors ❤️ Hacktoberfest community for encouraging collaboration Everyone learning through games and code 👾