<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tengu Development</title>
	<atom:link href="http://tengudev.com/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://tengudev.com/wordpress</link>
	<description>Main site and blog from the Tengu Development team.</description>
	<lastBuildDate>Mon, 09 Apr 2012 14:46:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Sir Boingers: back in development</title>
		<link>http://tengudev.com/wordpress/2012/03/sir-boingers-back-in-development/</link>
		<comments>http://tengudev.com/wordpress/2012/03/sir-boingers-back-in-development/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 17:25:45 +0000</pubDate>
		<dc:creator>DaVince</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tengudev.com/wordpress/?p=130</guid>
		<description><![CDATA[Edit: there is now an official website for Sir Boingers. Yeah, I&#8217;m actually properly working on a game for once. Imagine! HTML5 is a bit tricky to work with, so I wanted to go back to a game engine that was actually simple for me for once. So I decided to go and enhance that [...]]]></description>
			<content:encoded><![CDATA[<p>Edit: there is now an <a href="http://boingers.tengudev.com/" target="_blank">official website</a> for Sir Boingers.</p>
<p>Yeah, I&#8217;m actually properly working on a game for once. Imagine!</p>
<p>HTML5 is a bit tricky to work with, so I wanted to go back to a game engine that was actually simple for me for once. So I decided to go and enhance that old game of ours, <a href="http://tengudev.com/wordpress/tag/sir-boingers/" title="Sir Boingers" target="_blank">Sir Boingers</a>. It&#8217;s looking pretty swell so far. This is going to be so much better than the previous release!</p>
<p>Screenshots can be found here (regularly updated as I work on the game):</p>
<p>https://plus.google.com/photos/104685542770302539616/albums/5724558007974856929</p>
<p><img src="https://lh6.googleusercontent.com/-xeH1ZUDgE0Y/T3HswFJZnoI/AAAAAAAAAlQ/C7bS1fAbp68/s320/screenshot+2012.03.27+18.34.55.0039.png" alt="One of the screenshots, bro" /></p>
<p>A pre-release can be found here (this one is also periodically updated):</p>
<p>http://dl.dropbox.com/u/26026874/boingers2.zip</p>
<p>Feel entirely free to leave feedback. I really appreciate feedback, especially at this stage, where I can still add a lot to the game. <img src='http://tengudev.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://tengudev.com/wordpress/2012/03/sir-boingers-back-in-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gamelib: now on Github. Also new release (0.4)!</title>
		<link>http://tengudev.com/wordpress/2011/08/gamelib-now-on-github-also-new-release-0-4/</link>
		<comments>http://tengudev.com/wordpress/2011/08/gamelib-now-on-github-also-new-release-0-4/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 12:39:26 +0000</pubDate>
		<dc:creator>DaVince</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[gamelib]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://tengudev.com/wordpress/?p=128</guid>
		<description><![CDATA[Tengu Gamelib is now on Github. https://github.com/DaVince/Tengu-GameLib There is also a new release. Gamelib (v0.4) (2011-08-15) Change log: The canvas is now created inside the script itself (canvas resolution can be passed to Gamelib.init()). Moved all functions and variables into the Gamelib &#8220;namespace&#8221; (just an object holding it all). Renamed Main() to Gamelib.init(). Added Gamelib.State.onstart() [...]]]></description>
			<content:encoded><![CDATA[<p>Tengu Gamelib is now on Github.<br />
<a href="https://github.com/DaVince/Tengu-GameLib"> https://github.com/DaVince/Tengu-GameLib</a></p>
<p>There is also a new release.<br />
<a href="https://github.com/downloads/DaVince/Tengu-GameLib/tengu-gamelib-0.4.zip">Gamelib</a> (v0.4) (2011-08-15)</p>
<p>Change log:</p>
<ul>
<li>The canvas is now created inside the script itself (canvas resolution can be passed to Gamelib.init()).</li>
<li>Moved all functions and variables into the Gamelib &#8220;namespace&#8221; (just an object holding it all).</li>
<li>Renamed Main() to Gamelib.init().</li>
<li>Added Gamelib.State.onstart() which runs only once: when starting the state.</li>
<li>A state&#8217;s update method is no longer mandatory (but not recommended).</li>
<li>Added testing/template page.</li>
<li>Moved debug panel to a (hopefully) more convenient spot.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tengudev.com/wordpress/2011/08/gamelib-now-on-github-also-new-release-0-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 game engine</title>
		<link>http://tengudev.com/wordpress/2011/04/html5-game-engine/</link>
		<comments>http://tengudev.com/wordpress/2011/04/html5-game-engine/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 10:56:19 +0000</pubDate>
		<dc:creator>DaVince</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[gamelib]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://tengudev.com/wordpress/?p=118</guid>
		<description><![CDATA[This is the engine I&#8217;ve been using and working on to create the game World Of Creation. It&#8217;s a homebrewn little solution, probably not 100% efficient, but it works, and it easily lets you manage and switch between game states (as well as providing a few features to quickly make a game). It is licensed [...]]]></description>
			<content:encoded><![CDATA[<p>This is the engine I&#8217;ve been using and working on to create the game World Of Creation. It&#8217;s a homebrewn little solution, probably not 100% efficient, but it works, and it easily lets you manage and switch between game states (as well as providing a few features to quickly make a game). It is licensed under the <a href="http://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_.28.22New_BSD_License.22_or_.22Modified_BSD_License.22.29" target="_blank">new BSD license</a>.</p>
<p><a href="http://dl.dropbox.com/u/26026874/tengu-gamelib-0.3.zip" target="_blank">GameLib</a> (v0.3) (2011-04-24)</p>
<p>Documentation is included, see the readme.</p>
<p><strong>Demos</strong><br />
<a href="http://tengudev.com/games/woc/game/woc.html">In-progress game using the engine</a><br />
<a href="http://davince.tengudev.com/code/HTML5-game/">Older engine test</a> (using v0.1)</p>
]]></content:encoded>
			<wfw:commentRss>http://tengudev.com/wordpress/2011/04/html5-game-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Woc: Now Handles Input!</title>
		<link>http://tengudev.com/wordpress/2011/04/woc-now-handles-input/</link>
		<comments>http://tengudev.com/wordpress/2011/04/woc-now-handles-input/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 10:02:09 +0000</pubDate>
		<dc:creator>DaVince</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[progress]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[woc]]></category>
		<category><![CDATA[world of creation]]></category>

		<guid isPermaLink="false">http://tengudev.com/wordpress/?p=107</guid>
		<description><![CDATA[Well, that was considerably easier than I thought it would be. The game can now handle both keyboard and mouse inputs in a snap. Time to get cracking on the map engine!]]></description>
			<content:encoded><![CDATA[<p>Well, that was considerably easier than I thought it would be. The game can now handle both keyboard and mouse inputs in a snap. Time to get cracking on the map engine!</p>
]]></content:encoded>
			<wfw:commentRss>http://tengudev.com/wordpress/2011/04/woc-now-handles-input/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WoC progress</title>
		<link>http://tengudev.com/wordpress/2011/04/woc-progress/</link>
		<comments>http://tengudev.com/wordpress/2011/04/woc-progress/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 09:35:45 +0000</pubDate>
		<dc:creator>DaVince</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[progress]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[woc]]></category>
		<category><![CDATA[world of creation]]></category>

		<guid isPermaLink="false">http://tengudev.com/wordpress/?p=110</guid>
		<description><![CDATA[Got a basic HTML5 game engine going, aww yeah. I can make game states and do anything I like in it, except handling input. Once I got that going, I can really start making progress on this game!]]></description>
			<content:encoded><![CDATA[<p>Got a basic HTML5 game engine going, aww yeah. I can make game states and do anything I like in it, except handling input. Once I got that going, I can really start making progress on this game!</p>
]]></content:encoded>
			<wfw:commentRss>http://tengudev.com/wordpress/2011/04/woc-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tennis Adventure</title>
		<link>http://tengudev.com/wordpress/2011/04/tennis-adventure/</link>
		<comments>http://tengudev.com/wordpress/2011/04/tennis-adventure/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 17:20:39 +0000</pubDate>
		<dc:creator>DaVince</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[4chan]]></category>
		<category><![CDATA[adventure]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[joke]]></category>
		<category><![CDATA[tennis]]></category>

		<guid isPermaLink="false">http://tengudev.com/wordpress/?p=104</guid>
		<description><![CDATA[This is a joke game based on some online macro picture showing a tennis player and an old adventure game-style prompt asking the tennis player what to do. I just found it on our server again so I thought, &#8220;why the hell not release this again&#8221;. So here it is. http://tengudev.com/games/tennis-adventure.zip Text-based, works on Windows [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tengudev.com/wordpress/wp-content/uploads/2011/04/meh.ro4554.jpg"><img class="alignright size-full wp-image-105" title="NICOLAS ESCUDE KEEPS EYES ON THE BALL" src="http://tengudev.com/wordpress/wp-content/uploads/2011/04/meh.ro4554.jpg" alt="" width="141" height="189" /></a>This is a joke game based on some online macro picture showing a tennis player and an old adventure game-style prompt asking the tennis player what to do. I just found it on our server again so I thought, &#8220;why the hell not release this again&#8221;. So here it is. <img src='http://tengudev.com/wordpress/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p><a href="http://tengudev.com/games/tennis-adventure.zip">http://tengudev.com/games/tennis-adventure.zip</a></p>
<p>Text-based, works on Windows and Linux. Incredibly stupid. Consider this a late April Fool&#8217;s joke or something.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://tengudev.com/wordpress/2011/04/tennis-adventure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>World of Creation</title>
		<link>http://tengudev.com/wordpress/2011/03/world-of-creation/</link>
		<comments>http://tengudev.com/wordpress/2011/03/world-of-creation/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 14:57:05 +0000</pubDate>
		<dc:creator>DaVince</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[world of creation]]></category>

		<guid isPermaLink="false">http://tengudev.com/wordpress/?p=91</guid>
		<description><![CDATA[We got a kickass new game idea going. It&#8217;s going to be online, in the browser, and it&#8217;s going to be collaborative. We think this is going to work&#8230;]]></description>
			<content:encoded><![CDATA[<p>We got a kickass new game idea going. It&#8217;s going to be online, in the browser, and it&#8217;s going to be collaborative. We think this is going to work&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://tengudev.com/wordpress/2011/03/world-of-creation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Messing around with HTML</title>
		<link>http://tengudev.com/wordpress/2011/01/messing-around-with-html/</link>
		<comments>http://tengudev.com/wordpress/2011/01/messing-around-with-html/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 13:34:37 +0000</pubDate>
		<dc:creator>DaVince</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[experiments]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[tengu]]></category>

		<guid isPermaLink="false">http://tengudev.com/wordpress/?p=89</guid>
		<description><![CDATA[Our next game is going to be using HTML and Canvas, so I was just messing around with it to get used to the whole idea. http://davince.tengudev.com/code/HTML5-game/ The game engine itself is rather minimal (just a state manager and resource loader/reporter) but it seems like I can just make my game from here. So I&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>Our next game is going to be using HTML and Canvas, so I was just messing around with it to get used to the whole idea.</p>
<p><a href="http://davince.tengudev.com/code/HTML5-game/" target="_blank">http://davince.tengudev.com/code/HTML5-game/</a></p>
<p>The game engine itself is rather minimal (just a state manager and resource loader/reporter) but it seems like I can just make my game from here. So I&#8217;ll be experimenting more with HTML5&#8242;s new features on that test page until it maybe actually becomes a game.</p>
<p>Should work in at least Chrome and Firefox, will test on Opera later. IE won&#8217;t work, dummy (except maybe IE9 but I can&#8217;t test that).</p>
<p>Oh, and I should do something about the design here. Pretty amateuristic if you ask me. It was always meant to be temporary anyway.</p>
]]></content:encoded>
			<wfw:commentRss>http://tengudev.com/wordpress/2011/01/messing-around-with-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moon Blade on hold (again), new small project in progress</title>
		<link>http://tengudev.com/wordpress/2010/10/moon-blade-on-hold-again-new-small-project-in-progress/</link>
		<comments>http://tengudev.com/wordpress/2010/10/moon-blade-on-hold-again-new-small-project-in-progress/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 21:18:29 +0000</pubDate>
		<dc:creator>DaVince</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[tengudq]]></category>

		<guid isPermaLink="false">http://tengudev.com/wordpress/?p=81</guid>
		<description><![CDATA[In light of my new school, current job and me playing lots of games taking away most of my spare time, Chris and I have decided to take on something smaller. Our plans? Make some sort of game using Dragon Quest-like battle systems, while still putting down a solid little adventure for you to enjoy. [...]]]></description>
			<content:encoded><![CDATA[<p>In light of my new school, current job and me playing lots of games taking away most of my spare time, Chris and I have decided to take on something smaller.</p>
<p>Our plans? Make some sort of game using Dragon Quest-like battle systems, while still putting down a solid little adventure for you to enjoy.</p>
<p>More news soon (fo&#8217; reals, yo.)</p>
<p>EDIT: scratch this. We just got a kickass game idea that we&#8217;re a lot more confident in&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://tengudev.com/wordpress/2010/10/moon-blade-on-hold-again-new-small-project-in-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Focusing on Moon blade RPG</title>
		<link>http://tengudev.com/wordpress/2010/08/focusing-on-moon-blade-rpg/</link>
		<comments>http://tengudev.com/wordpress/2010/08/focusing-on-moon-blade-rpg/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 14:31:53 +0000</pubDate>
		<dc:creator>DaVince</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[concept art]]></category>
		<category><![CDATA[moon blade]]></category>
		<category><![CDATA[moonblade]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[rpg]]></category>
		<category><![CDATA[tengu]]></category>

		<guid isPermaLink="false">http://tengudev.com/wordpress/?p=77</guid>
		<description><![CDATA[The previous announced project (which, by the way, was later on planned to be an RPG type thins instead) is put on hold in favor of our big pet project, Moon blade. You can only work on so much with a limited amount of spare time, so we decided to do that instead! Speaking of [...]]]></description>
			<content:encoded><![CDATA[<p>The previous announced project (which, by the way, was later on planned to be an RPG type thins instead) is put on hold in favor of our big pet project, Moon blade. You can only work on so much with a limited amount of spare time, so we decided to do that instead! <img src='http://tengudev.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Speaking of Moon blade, here&#8217;s a picture of Chris&#8217;s latest work on the graphics. It should also tell you a bit about the mapping style:</p>
<p><a href="http://tengudev.com/wordpress/wp-content/uploads/2010/08/f.MBMockupMAP.png"><img class="alignnone size-full wp-image-78" title="MBMockupMAP" src="http://tengudev.com/wordpress/wp-content/uploads/2010/08/f.MBMockupMAP.png" alt="Moon blade first map mockup" width="320" height="236" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tengudev.com/wordpress/2010/08/focusing-on-moon-blade-rpg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: tengudev.com @ 2012-05-21 01:40:57 -->
