https://github.com/devmalik7/game_scripts
This repository contains beginner-friendly mini games built using multiple programming languages. Perfect for learning logic, loops, and conditionals while contributing to open source!.
https://github.com/devmalik7/game_scripts
app application hacktoberfest hacktoberfest-accepted java javascript python
Last synced: 4 months ago
JSON representation
This repository contains beginner-friendly mini games built using multiple programming languages. Perfect for learning logic, loops, and conditionals while contributing to open source!.
- Host: GitHub
- URL: https://github.com/devmalik7/game_scripts
- Owner: devmalik7
- License: mit
- Created: 2025-10-06T22:59:34.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-11-07T04:26:37.000Z (8 months ago)
- Last Synced: 2025-11-07T06:12:30.124Z (8 months ago)
- Topics: app, application, hacktoberfest, hacktoberfest-accepted, java, javascript, python
- Language: Python
- Homepage:
- Size: 487 KB
- Stars: 6
- Watchers: 0
- Forks: 21
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 🎮 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](https://github.com/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.
We also maintain an **INDEX** that auto-updates to include all games in the project.
---
## 🚀 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 👾