12 Game Attributes Lists - Stencyl Tutorial Online Video – Part 2 of 3
seen from Malaysia
seen from United States
seen from Türkiye
seen from United States

seen from Germany
seen from China
seen from Algeria

seen from Malaysia
seen from United Kingdom

seen from Germany

seen from United States
seen from United States

seen from Czechia
seen from China
seen from France

seen from Brunei
seen from China
seen from China

seen from Malaysia

seen from Malaysia
12 Game Attributes Lists - Stencyl Tutorial Online Video – Part 2 of 3
Ludum Dare - Life'Short
This is our entry at Ludum Dare, developed in barely 36h. Our entry can be found here, if you also are participating, please vote!
// <![CDATA[ var unityObjectUrl = "http://webplayer.unity3d.com/download_webplayer-3.x/3.0/uo/UnityObject2.js"; if (document.location.protocol == 'https:') unityObjectUrl = unityObjectUrl.replace("http://", "https://ssl-"); document.write('<script type="text\/javascript" src="' + unityObjectUrl + '"><\/script>'); // ]]> // <![CDATA[ var config = { width: 560, height: 420, params: { enableDebugging:"0" } }; var u = new UnityObject2(config); jQuery(function() { var $missingScreen = jQuery("#unityPlayer").find(".missing"); var $brokenScreen = jQuery("#unityPlayer").find(".broken"); $missingScreen.hide(); $brokenScreen.hide(); u.observeProgress(function (progress) { switch(progress.pluginStatus) { case "broken": $brokenScreen.find("a").click(function (e) { e.stopPropagation(); e.preventDefault(); u.installPlugin(); return false; }); $brokenScreen.show(); break; case "missing": $missingScreen.find("a").click(function (e) { e.stopPropagation(); e.preventDefault(); u.installPlugin(); return false; }); $missingScreen.show(); break; case "installed": $missingScreen.remove(); break; case "first": break; } }); u.initPlugin(jQuery("#unityPlayer")[0], "https://dl.dropboxusercontent.com/u/12198256/Anest-LifeShort-LD27/Anest-LifeShort-LD27.unity3d"); }); // ]]>
Jotun - A Glimpse on the Gameplay
Here is a really small stage to show the current state of Jotun! :) Note that you must have Unity3D plugin installed to see it, just install it if it asks to, it is really lightweight. Unfortunately, though, that plugin only works for Windows and OSX, no Linux..
These are the current controls: A (goes left), D (goes right), S (crouches), W (looks up), Left-Shift (sprints), K (jumps), J (attacks), L (blocks).
We are aware that there are many minor things to be improved, but please give us your opinion and honest suggestions on how to improve our current state! :) Finally, there is a not so hidden "secret" room, there :D
If you liked it, feel free to share!
Open the post to play the demo, it is hidden in the site's root.