Skip to content

This is a simple project of mine using Tasks and threads to make 2D game using WindowsForm

License

Notifications You must be signed in to change notification settings

Mustfa-IT/Game-Temeplate-WindowsForm

Repository files navigation

Pool Game

A simple pool game implemented in C# using Windows Forms.

Table of Contents

Introduction

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.

Features

  • Simple pool game mechanics
  • Basic collision detection and resolution
  • Smooth movement of game objects
  • Drag and release functionality for the main ball

Installation

  1. Clone this repository to your local machine using git clone https://github.com/your_username/pool-game.git
  2. Open the project in Visual Studio or any C# IDE of your choice.
  3. Build and run the project.

Usage

  • 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.

Controls

  • Left Mouse Button: Click and drag the main ball to adjust its velocity and direction.

License

This project is licensed under the MIT License.

About

This is a simple project of mine using Tasks and threads to make 2D game using WindowsForm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages