var fDesc=new Array(); fDesc[0] = "3DGameWizard is a completely free game creator for creating 3D-RPG. The Game Maker is open source and can be used for both not commercial as well as commercial projects.

The source code is available under the Zlib license and is written in PureBasic. For the 3D graphics Irrlicht is used. The Game Creator provides an easy-to-use editor to create a standalone EXE, which includes all needed files.

It is even possible to add your own icon and a logo. The Game Creator currently supports the following objects: walls, gates, various trees, murder holes, bombs, flares, keys, treasure chests, lamps, boxes, wolves, knights, fantasy knights, jump fields. With the editor it is possible to create huge levels and define game options like you want."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }