Create small projects or games in Python, JavaScript, others for this hacktober2022
This is so you can learn and get started with Open-source. Easy, Simple and Intuitive Repo for all Coders out there π€©!!
Create games in any language you prefer.
π» Project Examples: π»
- Library Management System π
- Quiz Application π
- Chatbot π§
- Movie Recommender π½οΈ
π» Game Examples: π»
- Tic Tac Toe β
- βSnake π
- Shooter π«
- Flappy bird π¦
Create a file in the folder of your prefered language. note: If its folder doesn't exist, Let me know in the discussion tab ---or--- Fork and clone it and send a PR.
π£ Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt.
π’ Register here for Hacktoberfest and make four pull requests (PRs) between October 1st-31st to grab free SWAGS π₯.
- π Star this repository
- Fork this Repository using the button at the top
- Clone your forked repository to your pc ( git clone "url from clone option.)
- Create a new branch for your modifications (ie.
git branch new-user
and check it outgit checkout new-user
andgit checkout -b new-user
) - Add your code in the specific language folder in the repo.
- Add your files (
git add -A
), commit (git commit -m "added myself"
) and push (git push origin new-user
) - Create a pull request
Replace <YOUR-USERNAME>
with your GitHub username in this guide.
'''
To get approval of the pull request much quick
'''