Thank you for your interest in contributing to Game_Scripts!
We welcome everyone — from beginners to experienced developers — to contribute small, fun games.
-
Fork this repo
-
Clone your fork
git clone https://github.com/<your-username>/Game_Scripts.git cd Game_Scripts
-
Create a branch
git checkout -b add-your-game
-
Add your game inside the correct folder (e.g. /java, /python, /javascript, /cpp).
-
Include a small README.md file
-
Update INDEX.md with your game’s entry
-
Commit and push
git add . git commit -m "Added new game: Rock Paper Scissors in Java" git push origin add-your-game
-
Open a Pull Request on GitHub.
✅ Contribution Rules
Each PR should add only one game or fix one issue.
The game must be original, not plagiarized.
Add meaningful commit messages.
💡 Suggesting New Games
To suggest a new game idea:
* Open a GitHub Issue using the “Game Idea” template.
* Include details about the game and language.