Difference between revisions of "User:Tommket"

From RogueBasin
Jump to navigation Jump to search
Line 2: Line 2:


<tr>
<tr>
<th colspan="2" style="background:#EFD2C2; padding:.4em; margin:1em; font-size:110%"><i>{{{Tomas Miklovic}}}</i></th>
<th colspan="2" style="background:#EFD2C2; padding:.4em; margin:1em; font-size:110%"><i>Tomas Miklovic</i></th>
</tr>
</tr>


<tr>
<tr>
<th style="background:#EFD2C2; padding:.2em; margin:1em;width:7em">Tommket</th>
<th style="background:#EFD2C2; padding:.2em; margin:1em;width:7em">Alias</th>
<td>{{{alias}}}</td>
<td>Tommket</td>
</tr>
</tr>


<tr>
<tr>
<th style="background:#EFD2C2; padding:.2em; margin:1em;width:7em">Projects</th>
<th style="background:#EFD2C2; padding:.2em; margin:1em;width:7em">Projects</th>
<td>{{{[[Labyr2]]}}}</td>
<td>[[Labyr2]]</td>
</tr>
</tr>


Line 21: Line 21:


<tr>
<tr>
<th style="background:#EFD2C2; padding:.2em; margin:1em;">Nationality</th>
<th style="background:#EFD2C2; padding:.2em; margin:1em;">[[P. Languages]]</th>
<td></td>
<td>C, C++, C#, some experience with: Python, Ruby, Javascript, QBasic</td>
</tr>
</tr>


<tr>
<tr>
<th style="background:#EFD2C2; padding:.2em; margin:1em;">[[Programming language|P. Languages]]</th>
<td colspan="2" style="background:#EFD2C2; padding:.2em; margin:1em; text-align:center;">[http://www.tribecsoft.starehry.sk/ Official site of Tommket]</td>
<td>{{{languages}}}</td>
</tr>
 
<tr>
<td colspan="2" style="background:#EFD2C2; padding:.2em; margin:1em; text-align:center;">[{{{http://www.tribecsoft.starehry.sk/}}} Official site of {{{Tommket}}}]</td>
</tr>
</tr>



Revision as of 10:17, 31 January 2011

Tomas Miklovic
Alias Tommket
Projects Labyr2
Games working on it
P. Languages C, C++, C#, some experience with: Python, Ruby, Javascript, QBasic
Official site of Tommket

I am just a student, currently working "during my free time ;-))" on the Labyr2 roguelike made in C++ using the libtcod 1.5.0. I am developing it on Ubuntu 10.04 (a Linux distribution), but hopefully I will port it to Windows too, using Mingw32 (edit: tested and works well).

my path to the roguelikes

I made my first roguelike when I was on the elementary school. I named it Labyr and it was made in QBASIC. It is still available on my page to download in a compiled form, but I lost the source code. Nevertheless it was a programming garbage (not buggy, but very inefficient), nowadays I will be ashamed for something like that. It was just a maze with a Mapeditor and all you had to do there was to collect all the keys on the 1-screen map and find the EXIT. So not long ago I started writing this Labyr2, which will allow you to create your own roguelike worlds, creating your own items, making item interractions, maps - connecting them into a world using the world coordinates of the actual map and so on and on.