An open API service indexing awesome lists of open source software.

https://github.com/jamesgeorge007/catch-it

The traditional Egg Catching game clone with a much better user experience. :video_game:
https://github.com/jamesgeorge007/catch-it

game-2d game-development pygame-application python3

Last synced: about 1 year ago
JSON representation

The traditional Egg Catching game clone with a much better user experience. :video_game:

Awesome Lists containing this project

README

          

[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/) [![GitHub issues](https://img.shields.io/github/issues/jamesgeorge007/Catch-It.svg)](https://github.com/jamesgeorge007/Catch-It/issues) [![GitHub forks](https://img.shields.io/github/forks/jamesgeorge007/Catch-It.svg)](https://github.com/jamesgeorge007/Catch-It/network) [![GitHub stars](https://img.shields.io/github/stars/jamesgeorge007/Catch-It.svg)](https://github.com/jamesgeorge007/Catch-It/stargazers) [![GitHub license](https://img.shields.io/github/license/jamesgeorge007/Catch-It.svg)

Catch-It

## Basic Info

This is the traditional egg catching game made in Python.
The user can make the basket move both sides using the arrow keys to collect as many eggs as he/she can which is the scoring factor but, he should avoid minions and bombs.
There is also a provision to check out the highest score which is implemented using the files system.

> Made for the Windows platform.

## Instructions

* Ensure that you have Python (I prefer version 3.5+) installed on your system and the path is properly configured.
* Install the Git client.
* Clone this repository to your local machine. ` ` ` git clone https://github.com/jamesgeorge007/Catch-It ` ` `
* Install pygame via the pip package manager. ` ` ` pip install pygame ` ` `
* You can find the main source file within the src directory. Run the code and you have the game
* Contributions are always welcomed.

## License

> **The MIT License**

## Demo

![Main Menu](https://raw.githubusercontent.com/gahan9/Catch-It/master/res/Images/demo/start.gif)

![Instructions](https://raw.githubusercontent.com/gahan9/Catch-It/master/res/Images/demo/instructions.gif)

![High Score](https://raw.githubusercontent.com/gahan9/Catch-It/master/res/Images/demo/best_scores.gif)

![High Score](https://raw.githubusercontent.com/gahan9/Catch-It/master/res/Images/demo/gameplay.gif)

## Screenshots

![Crashed](https://github.com/jamesgeorge007/Catch-It-Egg-Catching-Game-in-Python/blob/master/res/Screenshots/crashed.JPG)

![Game Over](https://github.com/jamesgeorge007/Catch-It-Egg-Catching-Game-in-Python/blob/master/res/Screenshots/game_over.JPG)

![Credits](https://github.com/jamesgeorge007/Catch-It-Egg-Catching-Game-in-Python/blob/master/res/Screenshots/credits.JPG)

## Stargazers over time

[![Stargazers over time](https://starcharts.herokuapp.com/jamesgeorge007/Catch-It.svg)](https://starcharts.herokuapp.com/jamesgeorge007/Catch-It)