Some screenshots of our Global Game Jam game:
Super Hero of the Computer Rage
let's talk about Bridgerton tea, my ask is open
will byers stan first human second
Aqua Utopia|海の底で記憶を紡ぐ
No title available

Discoholic 🪩

No title available
wallacepolsom
"I'm Dorothy Gale from Kansas"
Today's Document

#extradirty
Alisa U Zemlji Chuda

❣ Chile in a Photography ❣

PR's Tumblrdome

ellievsbear

Andulka

@theartofmadeline
Show & Tell
Cosmic Funnies
i don't do bad sauce passes

Origami Around
seen from United States

seen from Malaysia

seen from Sweden

seen from Malaysia

seen from United States

seen from Malaysia

seen from Spain

seen from United Kingdom

seen from United States
seen from Germany
seen from United States

seen from Malaysia
seen from United States

seen from France
seen from United States
seen from United States
seen from Malaysia
seen from United States
seen from United States

seen from Singapore
@jotun-dev
Some screenshots of our Global Game Jam game:
Super Hero of the Computer Rage
It's been quite a long time.. Gotta try to bring some new posts soon :)
Anyways, here is our entry for the Global Game Jam, around the theme 'we don't see things as they are, we see things as we are'. Feel free to drop a comment regarding the game! \o/
Liquidbound - 16th IGF - Student Entry
http://www.youtube.com/watch?v=R-ScXZmCmUI
Current Work In Progress's git repository animation through Gource :P
LiquidBound
So, PlayMaker was on wale some days ago (for only $18, wtf), so I started playing with it a little. Here is the beginning of a new spaghetti machine! :)
In the end I am computing all transactions by still by code and using FSM just to visualize the states transactions... Currently not that useful, buuuut.
Life'Short published on Kongregate
Hey! Just wanna share the link for our polished version of Life'Short which was uploaded to Kongregate. You can find it here: http://www.kongregate.com/games/fgielow/life-short
We are finishing polishing Life'Short, and we are gonna post in Kongregate soon. Here you have a preview of the soundtrack, which was composed by an external collaborator! =)
WIP of an attack of the Bird Without Wings! :)
Life'Short is the game we developed for Ludum Dare
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"); }); // ]]>
So in the previous 48 we decided to participate in the 27th Ludum Dare and developed a game! It turned out pretty cool, actually. You can Play it Here!
Bird Without Wings' encounter! Some things need to be improved (and several "crows" added :P), but..
In-Game Overlay Menu
Hello! This is a quick post to show the current state of our in-game overlay menu. The options are not implemented there already, but we are working on its core appearance for now, damn those shaders. I still have to program a glow/bloom effect on the "white" lines, but... This is it for today! Please leave your opinion :)
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.
A minor glimpse on the current state of Jotun! A playable and very limited "demo" may come up next week for you to test its current state! :)
Textured "illumination" system for the Line of Sight fog! :) A more detailed post will come in some days, showing several states until the current one. I am pretty satisfied with it, but it can still improve a little further.