The document outlines a tower defense game prototype created by DIG - Dreamers Interest Group using the Unity3D game engine. The group includes 8 members who aimed to learn Unity3D and create a basic tower defense game. The game allows the user to build towers along a path from a dock to a town hall to defend against an orc army. Money is earned by killing orcs and over time, which is used to build towers to protect the village and prevent its health from depleting. Future goals include expanding tower placement, adding multiplayer mode, and including more villages to defend.
2. About us
Members
Nguy畛n Ng畛c Tu畉n
Nghi棚m Tu畉n Minh
L棚 Qu畛c Tu畉n
Tr畉n Vn Lu畉n
Nguy畛n Vn M湛i
B畉ch 畉ng H湛ng
V滴 ng T湛ng
Nguy畛n ng Huy
Our mission
Learn about Unity3D game engine and its component
Make a tower defense game prototype using Unity3D
3. Technology solution
Unity3D is a powerful cross-platform 3D engine and a user friendly
development environment.
Easy enough for the beginner and powerful enough for the expert.
Unity should interest anybody who wants to easily create 3D games and
applications for mobile, desktop, the web, and consoles.
Unity supports three different programming languages; UnityScript, C#, and
Boo. UnityScript is similar to JavaScript and ActionScript, C# is similar to Java,
and Boo is similar to Python. Depending on your background you may feel
more comfortable with one or the other.
4. Game script
There is a village, with houses and trees.
Orcs army is trying to find the shortest way to destroy the town hall from
their docking boat, and they will get more crowded after time.
Users mission is building towers at specified point on the road from dock to
town hall to protect it.
For every killed orc, user will get some money.
And user will get a little bit money after time.
Towers are built by collecting money.
Every orc reach town hall, villages HP will decrease, and when HP is
empty, the game will be over.