A simple pool game implemented in C# using Windows Forms.
This project is a basic implementation of a pool game using C# and Windows Forms. It allows players to control a main ball and interact with other balls on the screen. The game includes basic collision detection and resolution mechanics.
- Simple pool game mechanics
- Basic collision detection and resolution
- Smooth movement of game objects
- Drag and release functionality for the main ball
- Clone this repository to your local machine using
git clone https://github.com/your_username/pool-game.git - Open the project in Visual Studio or any C# IDE of your choice.
- Build and run the project.
- Launch the game after installation.
- Click and drag the main ball (White Ball) to adjust its velocity and direction.
- Avoid collisions with other balls and the boundaries of the playing area.
- Left Mouse Button: Click and drag the main ball to adjust its velocity and direction.
This project is licensed under the MIT License.