Eggy-Bowl is a 3-D graphical egg catcher game built using the python ecosystem. It is a fun game to play and explore the power of our beloved python 🐍!! Before trying this game, don't forget to star⭐ this repository and support us create more such interesting games. The designer of this game is rituvermaCS but now you can also contribute to this game and make it even more powerful !
This Game can be played using arrow keys
Head over to this python notebook and explore the code
You need to have Python already installed on your computer. If you do not have Python installed already, head over to the official python site and download the latest version.
Before moving to further steps, make sure you read our Contributing Guidelines.
Assuming you have already starred the repository, let's move ahead to get a copy of this repository on your local machine.
Fork the repository 🍴
We will have to fork this Repository first. Refer this image and click on Fork
Clone your forked repository 🎉
Your Forked URL will look like : https://github.com/<your github username>/Eggy-Bowl
.
Open Git Bash and run the following command:
git clone <your forked URL>
For eg:
git clone https://github.com/rituvermaCS/Eggy-Bowl
Make some changes 💻✨
⚠️ Before making changes, you have to comment on existing issues OR create new issue in issues tab of repository AND ask the maintainer to assign you the issue. DO NOT raise Pull Request(PR) without getting assigned!
⚠️ After getting assigned, first create a new branch and checkout that branch. DO NOT raise a PR from the main branch.
To checkout to a new branch, run :
git checkout -b <any suitable branch name>
For eg:
git checkout -b featureBranch
Add your changes ➕
Run the following command:
git add .
Commit your changes ✔️
To commit your changes, run:
git commit -m "<a suitable commit msg referring your changes>"
For eg:
git commit -m "Update readme file"
Push your changes ✔️✔️
To push your changes, run:
git push origin <your branch-name>
For eg:
git push origin featureBranch
Raise a Pull Request(PR) ✨🎉
Go to your forked repository on Github and click on compare changes. If there are no issues, you will be able to raise a PR successfully! After raising a PR, kindly wait patiently for the maintainer to review your PR. Done!!
Thanks goes to these wonderful people ✨✨:
RITU VERMA 👑 👀 💬 Author |
HIMANSHU 💻 |
NITYA 💻 |
Muthu Annamalai.V 💻 |
Dhriti Roy 💻 |
vismitap 💻 |
AKSHU 💻 |