finalises first pass of work on BlogPageBuilder.
Project can now build the webpages required! additionally adds some example blog posts from my old website
This commit is contained in:
parent
d7a080b47a
commit
d0298d9493
133 changed files with 2355 additions and 3808 deletions
37
Resources/Output/Tower_defence_game.html
Normal file
37
Resources/Output/Tower_defence_game.html
Normal file
|
@ -0,0 +1,37 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="Wireframe.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
Rosia Evans
|
||||
</header>
|
||||
<main>
|
||||
<nav>
|
||||
<h1>Navigation</h1>
|
||||
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Tower_defence_game.html>Tower defence game</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/SBS_Internship.html>SBS Internship</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Hello_world!.html>Hello world!</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/EPQ_Project.html>EPQ Project</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/AardvarkXR.html>AardvarkXR</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Mind_Map_Maker.html>Mind Map Maker</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Example_Post.html>Example Post</a></li>
|
||||
|
||||
</nav>
|
||||
<article><h1>Tower defence game</h1>
|
||||
<h2>What it is</h2>
|
||||
<p>A tower defence game, mostly created over the course of 1-2 months to allow myself and a friend to gain a better understanding of python. 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.</p>
|
||||
<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>
|
||||
<h2>What I did</h2>
|
||||
<p>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 programming set-up, 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.</p>
|
||||
|
||||
</article>
|
||||
</main>
|
||||
<div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue