Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
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 [korotz10](https://github.com/korotz10) 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).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
117 changes: 117 additions & 0 deletions Tower Defense Unity Project/Assets/Icons/FireSpell.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

90 changes: 74 additions & 16 deletions Tower Defense Unity Project/Assets/Icons/LaserBeamerIcon.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading