Blog/Resources/Output/CatTowerDefence.html
2025-03-14 23:39:34 +00:00

119 lines
5.1 KiB
HTML

<html>
<head>
<link id="colors" rel="stylesheet" href="lightColors.css">
<link rel="stylesheet" href="effects.css">
<link rel="stylesheet" href="Wireframe.css">
<script src="colorThemes.js"></script>
<title>Rosia Evans Homepage and Blog</Title>
<link rel="icon" href="willow.ico" type="image/x-icon"/>
</head>
<body>
<header>
<a href="index.html">
Rosia Evans
</a>
</header>
<main>
<nav>
<h1>Navigation</h1>
<li><a href=/index.html>_</a></li>
<li><a href=/About.html>About Me</a></li>
<h2>Major Work</h2>
<li><a href=/Aardvark.html>AardvarkXR</a></li>
<li><a href=/ThisSite.html>This Site</a></li>
<li><a href=/PlantCareV2.html>Plant System Work Gallery</a></li>
<li><a href=/Laptop.html>Self-built Laptop</a></li>
<li><a href=/GreenOpal.html>Green Opal</a></li>
<h2>Minor Work</h2>
<li><a href=/CNCMachine.html>CNSelfie</a></li>
<li><a href=/Uno.html>SDL Uno</a></li>
<li><a href=/PlantSystem.html>Plant Watering System</a></li>
<li><a href=/Camera.html>Camera Butchering/Revival </a></li>
<li><a href=/SonicPiWork.html>Sonic-Pi and Algorave</a></li>
<h2>Older Work</h2>
<li><a href=/MindMap.html>Mind Map Maker</a></li>
<li><a href=/EPQProject.html>EPQ Project</a></li>
<h2>Thoughts and Essays</h2>
<li><a href=/Permacomputing.html>Permacomputing</a></li>
<li><a href=/Livecoding.html>Live-Coding</a></li>
<h2>University</h2>
<li><a href=/aberCompSoc.html>AberCompSoc</a></li>
<li><a href=/RoboticsSociety.html>AberRoboticsSoc</a></li>
<li><a href=/SailBot.html>AberSailBot</a></li>
<h2>Useful Notes</h2>
<li><a href=/UsenetPosts.html>UseNet Posts</a></li>
<li><a href=/UnderstandingWavesharesEinkDrivers.html>Understanding Waveshare's E-Paper C Drivers</a></li>
<li><a href=/ScribbledLine.html>Scribbled Line</a></li>
<li><a href=/LinuxTroubleshooting.html>Linux Troubleshooting</a></li>
<h2>Work Experience</h2>
<li><a href=/SBSWork.html>Skipton Building Society Internship</a></li>
<hr>
<h2 id="contactsHeader"> Contact Me: </h2>
<div class="contacts">
<a href="mailto:rosiaeevans@gmail.com">Email</a>
<a href="https://fosstodon.org/@Wi__Ro" rel="me">Mastodon</a>
</div>
<h2 id="contactsHeader"> My Work: </h2>
<div class="contacts">
<a href="https://github.com/Wil-Ro">Github</a>
<a href="CV.pdf">CV</a>
</div>
<h2 id="contactsHeader"> Website Details: </h2>
<div>
<a href="feed.xml">rss/atom feed</a>
<div>Page Theme:</div>
<select id="pageColor" onchange="updateColor()">
<option value="lightColors.css">Light</option>
<option value="darkColors.css">Dark/Low Contrast</option>
</select>
</div>
</nav>
<article><h1>Tower defence game</h1>
<blockquote>
<p>This is an older post from my first personal website I created in secondary school, its yet to be re-written for this new website so expect varying degrees of quality</p>
</blockquote>
<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 class="webring">
<h2> Webrings </h2>
<div class="webringContent">
<a href="https://users.aber.ac.uk/evh14"><-</a>
<a href="https://fediring.net/"> aber_webring </a>
<a href="https://dannylarge144.github.io">-></a>
</div>
<div class="webringContent">
<a href="https://fediring.net/previous?host=rosia.me"><-</a>
<a href="https://fediring.net/"> fediring </a>
<a href="https://fediring.net/next?host=rosia.me">-></a>
</div>
</div>
</body>
</html>