Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/verzatiledev/u.poolgame
Game follows the Sets of rules of 8 Ball, with two sides whomever achieves popping in all their balls wins!
https://github.com/verzatiledev/u.poolgame
game game-development template-project unity
Last synced: about 1 month ago
JSON representation
Game follows the Sets of rules of 8 Ball, with two sides whomever achieves popping in all their balls wins!
- Host: GitHub
- URL: https://github.com/verzatiledev/u.poolgame
- Owner: VerzatileDev
- License: mit
- Created: 2022-04-13T21:45:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T10:25:50.000Z (11 months ago)
- Last Synced: 2025-01-01T12:37:40.355Z (about 1 month ago)
- Topics: game, game-development, template-project, unity
- Language: C#
- Homepage:
- Size: 4.14 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Table of Contents
* [Introduction](#introduction)
* [Software Information](#software-information)
* [Contribution](#contribution)
* [Installation](#installation)
* [Cloning via Terminal](#cloning-via-terminal)
* [Cloning via GitHub Desktop](#cloning-via-github-desktop)
* [Prerequisites](#prerequisites)
* [Project Requirements](#project-requirements)
* [License](#license)# Introduction
Unity Engine 8Ball Billiard
Template Project to Get started ( Not in a Finished State ! )### Software Information
* Developed with " C# " Programming Language
* Built for Visual Studio
* Build with Unity Engine 2020## Examples
Gif Examples :
![]()
## Contribution
To contribute to `PoolGame`, please follow these steps:
1. Fork the repository to your own account.
2. Create a feature branch for your contributions.
3. Make your desired changes and commit them to your feature branch.
4. Submit a pull request from your feature branch to the main repository.We appreciate your contributions and look forward to reviewing your pull request
## Installation
### Cloning via Terminal:
```bash
Open your terminal and navigate to the directory where you want to clone the repository
cd /desired/directoryClone the repository
git clone https://github.com/VerzatileDev/U.PoolGame.gitMove into the cloned directory
cd PoolGame```
### Cloning via GitHub Desktop:
1. Open GitHub Desktop and ensure you're logged in to your GitHub account.
2. Click on the "+" button in the top left corner and select "Clone Repository".
3. In the "Clone a Repository" window, select the "URL" tab.
4. Paste the repository URL: https://github.com/VerzatileDev/U.PoolGame.git
5. Choose a local path for the repository.
6. Click on "Clone Repository" to complete the process.This will clone the repository to your local machine, allowing you to work with the codebase.
## Prerequisites
### Project Requirements:
1. Visual studio 2020 or Higher
2. Unity 2020 or Higher
3. Windows 10 or higher## License
MIT License
Copyright (c) 2023 Verzatildev
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.