This is a beginner friendly open source project where developers build, play, or even learn various games and tools built with Python!
Follow steps down below to install and run the project
🍙 Clone the repo
git clone git@github.com:AseanK/beginner-python-tools-and-games.git
🍙 Head to the game folder you want to play
cd "Name_of_the_folder"
🍙 Run the file using python command
python name_of_the_game/tool.py
Follow steps down below to contribute to the project
🍙 Clone the repo
git clone git@github.com:AseanK/beginner-python-tools-and-games.git
🍙 Create your own Branch
git checkout -b Name_of_your_game
🍙 Make changes and commit your Changes
git commit -m 'Comments'
🍙 Push to the Branch
git push origin Name_of_your_game
🍙 Open a Pull Request
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Please create a simple README.md file using provided template!
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!