Skip to content

Fireball spell #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
README.md updated
  • Loading branch information
MateoMor committed May 17, 2025
commit dc344ad2b74caecd3f05c64c5f34f0598ec8d1c2
30 changes: 22 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
How to make a Tower Defense Game in Unity
========
# Tower Defense Game

Learn how to make a 3D Tower Defence Game using Unity. All code is written entirely in C#.
A Tower Defense strategy game where players build defensive structures to prevent enemies from reaching their base. Originally forked from [Brackeys](https://github.com/Brackeys) and further developed by [korotz](https://github.com/korotz) and [MateoMor](https://github.com/MateoMor) as a university project.

Watch the videos [HERE](https://www.youtube.com/playlist?list=PLPV2KyIb3jR4u5jX8za5iU1cqnQPmbzG0).
## Installation

###Software
- This project runs on the [Unity](http://unity3d.com) engine. Make sure to have the newest version installed before running the project. The project folder is called "Tower Defense Unity Project".
1. Clone this repository:
```
git clone https://github.com/MateoMor/Tower-Defense-Game.git
```
2. Open the project in Unity (version 2020.3 or newer recommended)
3. Navigate to the "Tower Defense Unity Project" folder
4. Open the main scene to start playing

###Copyright
This project is released into the public domain. For more information see LICENSE.
## Requirements

- [Unity](https://unity.com/) (2020.3 or newer recommended)
- Unity UI package (install via Unity Package Manager)

## Development

This project was developed as part of a Computer Graphics course at Universidad Tecnológica de Pereira.

## License

This project is released into the public domain. For more information see [LICENSE](LICENSE).