Skip to content

A simple Dodge The Ball type game created with python

License

Notifications You must be signed in to change notification settings

billwk254/Dodge_The_Ball

Repository files navigation


Logo

DODGE THE BALL

Dodge the ball is a simple 2D game meant for everyone.The purpose of the game is to try and dodge the incoming balls while chasing a target on the screen for as long as possible
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Logo

The project is a simple 2D game intended to be a fun pastime for people of all ages.

(back to top)

Built With

(back to top)

Getting Started

This is how to get the project running on a local machine.

Prerequisites

These are the prerequisites required to get the game up and running.

  • Python

Installation

  1. Download python https://python.org
  2. Clone the repo
    git clone https://github.com/billwk/Dodge_The_Ball.git
  3. Install the Pygame module.
    python -m pip install pygame
  4. Run the main.py file
    python main.py

(back to top)

Usage

For more examples, please refer to the HOW TO PLAY

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Twitter- @nbaanony

Project Link: https://github.com/billwk254/Dodge_The_Ball

(back to top)

Acknowledgments

(back to top)