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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ obj/
# ===================================== #
*.pidb.meta
sysinfo.txt
**/*.log
*.dwlt

# ============ #
# OS generated #
Expand Down
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).
8 changes: 8 additions & 0 deletions Tower Defense Unity Project/Assets/3Dmodels.meta

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

8 changes: 8 additions & 0 deletions Tower Defense Unity Project/Assets/3Dmodels/Enviroment.meta

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

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

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

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

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

Binary file not shown.

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

Binary file not shown.
Loading