mesecons.net/extensions.php

35 lines
2.5 KiB
PHP
Executable File

<?php include "header.html";?>
<div id = "article">
<div class = "article-heading">Extensions</div>
<div class = "text">
<div class = "paragraph-heading">Microcontroller Programming Tutorial</div>
This tutorial shows you how to program the Microcontroller in the Programming language &mu;CScript: Ports, EEPROM, sbi, after(), ...<br/> It's the perfect introduction to advanced mesecon computing.<br/><br/>
<input type="button" class = "button" value = "Download &mu;CScript Tutorial" onclick="window.open('https://github.com/Jeija/minetest-mod-mesecons/blob/master/mesecons_microcontroller/MeseconMicro.pdf?raw=true')"><br/><br/>
<div class = "paragraph-heading">[Mod] 2x2 Microcontroller</div>
This extension adds a larger Microcontroller by Novatux.<br/><br/>
<input type="button" class = "button" value = "Download 2x2 Microcontroller Extension" onclick="window.open('https://github.com/Jeija/mesecons-extension-22microcontroller/zipball/master')"><br/><br/>
<div class = "paragraph-heading">[Mod] Digicode</div>
This extension adds support for a code lock, that emits energy if the right code was entered.<br/><br/>
<input type="button" class = "button" value = "Download Digicode Extension" onclick="window.open('downloads/digicode.zip')"><br/><br/>
<img src="http://ompldr.org/vZzRvNw.png" style="width:600px;height:400px;">
<div class = "paragraph-heading">&mu;CPaste</div>
&mu;CPaste is a pasting service hosted by sfan5 that allows you to share Mesecon Microcontroller Code with others.<br/><br/>
<input type="button" class = "button" value = "Open &mu;CPaste" onclick="window.open('http://sfan.sf.funpic.de/ycpaste/')"><br/><br/>
<div class = "paragraph-heading">[Mod] Temperest's Plugs and Sockets</div>
This extension adds "Plugs", "Sockets" and Inverters to minetest. It works without delay!<br/>
Extension because: Could be raplaced by Microcontroller, can make the game crash<br/><br/>
<input type="button" class = "button" value = "Download Temperest Extension" onclick="window.open('https://github.com/Jeija/mesecons-extension-temperest/zipball/master')"><br/><br/>
<div class = "paragraph-heading">OGAM (An Opinionated Guide to Advanced Mesecons)</div>
The OGAM is a tutorial that teaches you about curcuit design for advanced structures like adders or segment displays using Plugs and Sockets. Author: Temperest (Relies on the Temperest extension)<br/><br/>
<input type="button" class = "button" value = "Download OGAM" onclick="window.open('http://goo.gl/hFZLK')"><br/><br/>
</div>
</div>
<?php include "footer.html";?>