Brand new shiny article - breakdown of the 3-way node detector.

master
Anthony Zhang 2013-03-23 15:24:06 -04:00
parent 6fce9533c3
commit eeab1e81f4
5 changed files with 43 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 KiB

Binary file not shown.

View File

@ -0,0 +1,43 @@
<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>Node Detector | 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>Node Detector</h2>
<h3>23/3/13 - Uberi</h3>
<p class="difficulty">Difficulty level:
<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">
<img src="../../img/DifficultyEmpty.png">
<img src="../../img/DifficultyEmpty.png">
(3/10)
</p>
<p>This article assumes you have the <a href="https://github.com/Jeija/minetest-mod-digilines/">Digilines mod</a>, which I generally consider a de facto part of Mesecons. It is still possible to complete it without this mod, but replacing its functionality with fancy wiring is an exercise left to the reader.
<p>Have you ever woken up just feeling like you want to abuse some game mechanics? No? Well, how about detect different types of nodes?</p>
<img src="img/Detector.gif" alt="Node detector" class="picture">
<p>How did it know the node was sand? Same way it does it below:</p>
<img src="img/DetectorAgain.gif" alt="Node detector" class="picture">
<h4>Downloads</h4>
<p>All files are available under the same license as this article. The WEM schematics can be loaded using the //load command in <a href="https://github.com/Uberi/MineTest-WorldEdit">WorldEdit</a>.</p>
<p><a href="TicTacToe.wem" class="post">Tic-tac-toe machine in WorldEdit-Meta format (WEM)</a></p>
<br><br><br><br>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.
</div>
</body>
</html>