uberi.mesecons.net/index.html

71 lines
3.1 KiB
HTML

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="StyleSheet" href="Style.css" type="text/css">
<link href="rainbow/theme.css" rel="stylesheet" type="text/css">
<script src="rainbow/rainbow.min.js"></script>
<title>Home | The Mesecons Laboratory</title>
</head>
<body>
<div id="content">
<h1><a href="index.html" class="title">Mesecons Laboratory</a></h1>
<p id="subtitle">Adventures in digital circuitry.</p>
<br>
<h2>Welcome to the Mesecons Laboratory!</h2>
<p>Here you'll find various articles on the <a href="http://mesecons.net/">Mesecons mod</a> for <a href="http://minetest.net/">Minetest</a>.</p>
<p>The primary subject is the design and construction of larger or more advanced machines, a topic not very well covered elsewhere. For a simpler introduction to Mesecons, see the main site linked above.</p>
<p>This site has a Minetest <a href="http://forum.minetest.net/viewtopic.php?id=5113">forum topic</a> too! Additionally, the source code is available at the <a href="https://github.com/Uberi/uberi.mesecons.net">GitHub repository</a>.</p>
<p>All articles assume basic knowlege of how Mesecons work, and some may also assume some proficiency in the <a href="http://www.lua.org/about.html">Lua programming language</a>.</p>
<table class="entry"><tr>
<td>
<h2>Tic-Tac-Toe Machine</h2>
<h3>16/3/13 - Uberi</h3>
<p>A new spin on an old classic, including an investigation into various techniques for circuit optimization.</p>
<p class="difficulty">Difficulty level:
<img src="img/Difficulty.png">
<img src="img/Difficulty.png">
<img src="img/Difficulty.png">
<img src="img/Difficulty.png">
<img src="img/Difficulty.png">
<img src="img/DifficultyEmpty.png">
<img src="img/DifficultyEmpty.png">
<img src="img/DifficultyEmpty.png">
<img src="img/DifficultyEmpty.png">
<img src="img/DifficultyEmpty.png">
(5/10)
</p>
<a href="projects/TicTacToe/index.html" class="post">Read on...</a>
</td>
<td>
<img src="projects/TicTacToe/img/Machine.png" alt="Post preview" class="preview">
</td>
</tr></table>
<table class="entry"><tr>
<td>
<h2>The Double Sticky Piston Driver</h2>
<h3>15/3/13 - Uberi</h3>
<p>The iconic symbol of piston madness, now available as a breakdown!</p>
<p class="difficulty">Difficulty level:
<img src="img/Difficulty.png">
<img src="img/Difficulty.png">
<img src="img/DifficultyEmpty.png">
<img src="img/DifficultyEmpty.png">
<img src="img/DifficultyEmpty.png">
<img src="img/DifficultyEmpty.png">
<img src="img/DifficultyEmpty.png">
<img src="img/DifficultyEmpty.png">
<img src="img/DifficultyEmpty.png">
<img src="img/DifficultyEmpty.png">
(2/10)
</p>
<a href="projects/DoublePiston/index.html" class="post">Read on...</a>
</td>
<td>
<img src="projects/DoublePiston/img/DoublePiston.gif" alt="Post preview" class="preview">
</td>
</tr></table>
</div>
</body>
</html>