Skip to content

Sahilsbk/Game_Scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game_Scripts

🎮 Game_Scripts

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. 🕹️✨


🌟 About the Project

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.


🚀 Getting Started

🪜 Step-by-step guide

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 👾

About

This repository contains beginner-friendly mini games built using multiple programming languages. Perfect for learning logic, loops, and conditionals while contributing to open source!.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 55.9%
  • Java 29.0%
  • JavaScript 7.2%
  • CSS 4.7%
  • HTML 3.2%