Cutting Cloth is a 2D puzzle game where the player cuts pieces of cloth to form specific shapes. The game was built using Unity and C#.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites You will need Unity version 2019.4 or later installed on your computer to run the project.
- Clone the repository onto your local machine using the following command:git clone 'https://github.com/aelaff/Cutting-Cloth.git'
- Open Unity and select the "Open Project" option.
- Navigate to the folder where you cloned the repository and select the "Cutting Cloth" folder.
- Wait for Unity to import the project files.
- Once the import process is complete, you should be able to run the game by selecting the "Play" button in the Unity editor.
The objective of the game is to cut the pieces of cloth to form specific shapes. Each level will have a different target shape that you must create. To cut a piece of cloth, click and drag your mouse across the screen. The cloth will be cut along the path of your mouse. You can cut the cloth into any shape you want, but you must create the target shape to complete the level. If you make a mistake, you can undo your last cut by pressing the "Undo" button in the top left corner of the screen.
Unity - Game engine used to develop the game. C# - Programming language used to write the game logic.
Ahmed Alaff