📢 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
-
🌟 Star this repository.
-
Fork this repo, read how to fork repo
-
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
- Create branch, ex:
pythongame
. Never use themaster
branch to create PR.
git checkout -b <branch-name>
# <branch-name> : ex pythongame
-
Add your game file (ex:
snake.py
) on the followingPython/
directory in that branch. -
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>
-
Create Pull-Request to
master
branch in this repository, read how creating PR -
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 :)
Thanks goes to these wonderful people (emoji key):
Kawtar CHOUBARI 📖 👀 🖋 💻 |
Pelvis-Fresley 💻 |
Azrood 💻 |
kmmelcher 💻 🖋 🤔 |
walidAITLHAJ 💻 |
Samuel Loza 💻 |
Francisco Gallardo 💻 |
musquitinh0 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!