Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanderChristianDumalang committed Oct 8, 2022
1 parent 10f3e8b commit 7191ab0
Showing 1 changed file with 49 additions and 3 deletions.
52 changes: 49 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,50 @@
# Tower-Defense
[![LinkedIn][linkedin-shield]][linkedin-url]

[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/evanderchristiandumalang/

# 2D Tower Defense Game

## Feature

1. Enemy, Projectiles
2. 2 Level
3. UI (Enemy, Lives, Win and Lose Condition)
4. Sound effect
5. Continuous Play

### Built With

* [![Unity][Unity.com]][Unity-url]

[Unity.com]: https://img.shields.io/badge/Unity-FFFFFF?style=for-the-badge&logo=unity&logoColor=black
[Unity-url]: https://unity.com/

## Documentation

### Game Preview
<img src="Preview/start.png" width="400" height="200"> <img src="Preview/level1.png" width="400" height="200"> <img src="Preview/level2.png" width="400" height="200"> <img src="Preview/lose.png" width="400" height="200"> <img src="Preview/win.png" width="400" height="200">

### Demo
<img src="Preview/demo.gif" width="400" height="200">

## Prerequisite

- [Unity 2018.3.3 ](https://unity3d.com/get-unity/download/archive)

## Installation

- Add [Unity](https://store.unity.com/front-page?check_logged_in=1#plans-individual) to your machine

- Add this project folder on Unity and run

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request.

## License

All the code available under the MIT licenses. See [LICENSE](LICENSE).

# Tambahan Level 2 pada Tower Defense
# Tambahan script ganti level pada Scripts/PlayAgain.cs

0 comments on commit 7191ab0

Please sign in to comment.