updating page text
This commit is contained in:
parent
c4a00b6e87
commit
1e3cab85ce
6 changed files with 72 additions and 35 deletions
|
@ -4,15 +4,25 @@
|
|||
</header>
|
||||
<body>
|
||||
<h1>
|
||||
Cat tower defence
|
||||
Tower defence game
|
||||
</h1>
|
||||
<h2>What it is</h2>
|
||||
<div class = "textBox">
|
||||
pog
|
||||
<h2>What it is</h2>
|
||||
A tower defence game, mostly created over the course of 1-2 months. Players can place cats to attack balls of wool rolling along a path. Cats can be upgraded with different upgrade paths and can be deleted to allow
|
||||
for a partial refund. The tower system was designed to be easily expanded and altered along with a rudimentary map file system that allowed users to add maps of their own design. Although a functional prototype was
|
||||
created, no artist was ever found to allow for a proper art pass or visual redesign so the project never left this first phase.
|
||||
</div>
|
||||
<h2>What I did</h2>
|
||||
<div class = "videoContainer">
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/YUKdlVf9n30" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
</div>
|
||||
|
||||
<div class = "textBox">
|
||||
pog
|
||||
<h2>What I did</h2>
|
||||
Almost all of the project was a team effort with I and my friend sharing ideas and working on the same code in a pair, swapping and working off each others ideas. I proposed alot of the original logic behind the movement
|
||||
systems, the level select menu and the file structure for custom maps along with alot of the smaller features such as tower placement and selection. These proposals were built off by both myself and my partner as the system
|
||||
evolved in complexity and scale.
|
||||
</div>
|
||||
|
||||
<a href = "../../../index.html"><h2 class = "backButton"> <-Back to main page</h2></a>
|
||||
</body>
|
||||
</HTML>
|
Loading…
Add table
Add a link
Reference in a new issue