Skip to content

This is a Egg catcher Game. I designed and developed it. I do represent it with name "Eggy-Bowl". It is a 3-D graphical game using Multiple python libraries.

License

Notifications You must be signed in to change notification settings

rituvermaCS/Eggy-Bowl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eggy-bowl

Welcome to Eggy-Bowl!! 🥚🥣

GitHub code size in bytes GitHub top language GitHub issues GitHub pull requests GitHub forks GitHub contributors

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 !

Game Controls🎮🕹️👾

This Game can be played using arrow keys

  • Left arrow key : to move catcher left ⬅️
  • Right arrow key : to move catcher right ➡️

Tech Stack 📚

  • Python
  • Tkinter
  • Itertools
  • Random

Sounds interesting? ✨

Head over to this python notebook and explore the code

Open Source Association

DWoC

Requirements 💻🔧

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.

Contributing Guidelines ✍️

Before moving to further steps, make sure you read our Contributing Guidelines.

Getting Started 💃🕺✨

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 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!!



    Contributors 🌟

Thanks goes to these wonderful people ✨✨:


RITU VERMA

👑 👀 💬 Author

HIMANSHU

💻

NITYA

💻

Muthu Annamalai.V

💻

Dhriti Roy

💻

vismitap

💻

AKSHU

💻

Happy Coding🤝!!

Eggy-bowl

About

This is a Egg catcher Game. I designed and developed it. I do represent it with name "Eggy-Bowl". It is a 3-D graphical game using Multiple python libraries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published