choubari / Commandline-Games-hacktoberfest

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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

License:MIT License


Languages

Language:Python 69.1%Language:C++ 11.3%Language:C 7.6%Language:Java 3.6%Language:JavaScript 2.7%Language:C# 2.1%Language:Rust 1.5%Language:Go 1.3%Language:Shell 0.7%