Difference between revisions of "Template:Complete roguelike tutorial using C++ and libtcod"

From RogueBasin
Jump to navigation Jump to search
(created)
 
(adding license details, was given this via email on this date)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
</noinclude><table class="infobox" style="float:right;clear:right; width: 25em; border: 1px solid #93BACB; background:#E0E7EF;font-size:95%; margin:1em; line-height:1.4em;">
</noinclude><table class="infobox" style="float:right;clear:right; width: 25em; border: 1px solid #93BACB; background:#E0E7EF;font-size:95%; margin:1em; line-height:1.4em;">
<tr>
<tr>
<th style="background:#C2D8EF; padding:.4em; margin:1em; font-size:105%">Complete roguelike tutorial using C++ and libtcod <br><small>-originally written by [http://roguecentral.org/doryen/libtcod/ Jice]</small>
<th style="background:#C2D8EF; padding:.4em; margin:1em; font-size:105%">Complete roguelike tutorial using C++ and libtcod <br><small>-originally written by [http://roguecentral.org/doryen/libtcod/ Jice]</small><br><small>Text in this tutorial was released under the Creative Commons Attribution-ShareAlike 3.0 Unported and the GNU Free Documentation License (unversioned, with no invariant sections, front-cover texts, or back-cover texts) on 2015-09-21.</small>
</th></tr><tr>
</th></tr><tr>
<td>
<td>
Line 27: Line 27:


<noinclude>
<noinclude>
[[Category:Templates]]
</noinclude>

Latest revision as of 07:26, 29 April 2018

Complete roguelike tutorial using C++ and libtcod
-originally written by Jice
Text in this tutorial was released under the Creative Commons Attribution-ShareAlike 3.0 Unported and the GNU Free Documentation License (unversioned, with no invariant sections, front-cover texts, or back-cover texts) on 2015-09-21.