Skip to content

choubari/Commandline-Games-hacktoberfest

Repository files navigation

All Contributors

Hacktober

📢 Register here for Hacktoberfest and make four pull requests (PRs) between October 1st-31st to grab free T-shirt 🔥.

A repository to share command line games and learn about open source code contributions flow.

You can contribute in different languages like C, C++, Python, Java, JS, Ruby, etc. Just put the code in the right directory (or create one if doesn't exist). We prefer well documented code, please read the CONTRIBUTING.md

🔥 How to contribute 🔥

  1. 🌟 Star this repository.

  2. Fork this repo, read how to fork repo

  3. Clone the project to your local machine

git clone https://github.com/this-is-you/Commandline-Games-hacktoberfest.git

#where this-is-you is your GitHub username
  1. Create branch, ex: pythongame. Never use the master branch to create PR.
  git checkout -b <branch-name>
# <branch-name> : ex pythongame
  1. Add your game file (ex:snake.py) on the following Python/ directory in that branch.

  2. Commit changes and push

git add .

#Now commit those changes using the git commit command:
git commit -m "Add Snake game to Python folder"

#push

git push origin <branch-name>
  1. Create Pull-Request to master branch in this repository, read how creating PR

  2. Have fun and welcome to open source world.

Looking forward to your PRs!!!

Please consider contributing to it if you think your code could help the Open Source Community :)

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Kawtar CHOUBARI

📖 👀 🖋 💻

Pelvis-Fresley

💻

Azrood

💻

kmmelcher

💻 🖋 🤔

walidAITLHAJ

💻

Samuel Loza

💻

Francisco Gallardo

💻

musquitinh0

💻

Andre-Fonteles

💻

clem0811

💻

MahmoudFettal

💻

Taha ELGHABI

💻

Taryn McMillan

💻

TimeSauce

💻

Sanchit Sharma

💻

This project follows the all-contributors specification. Contributions of any kind welcome!