

<?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>Jérôme Sénaillat &#187; pink</title>
	<atom:link href="http://www.senaillat.com/tag/pink/feed" rel="self" type="application/rss+xml" />
	<link>http://www.senaillat.com</link>
	<description>Interactive/Design   Paris/Tokyo.</description>
	<lastBuildDate>Tue, 08 Nov 2011 12:48:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Donut : a javascript game engine experiment</title>
		<link>http://www.senaillat.com/blog/donut-a-javascript-game-engine-experiment</link>
		<comments>http://www.senaillat.com/blog/donut-a-javascript-game-engine-experiment#comments</comments>
		<pubDate>Fri, 11 Jun 2010 01:50:25 +0000</pubDate>
		<dc:creator>Jérôme</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[casual]]></category>
		<category><![CDATA[Donut]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[pink]]></category>
		<category><![CDATA[RPG]]></category>
		<category><![CDATA[Sierra]]></category>

		<guid isPermaLink="false">http://www.senaillat.com/?p=963</guid>
		<description><![CDATA[The other day, I was wondering if I could create a simple <a href="http://www.dreamviews.com/community/showthread.php?p=835920">point and click</a> game engine only with javascript... I ended up spending a couple of hours building <a href="http://media.dkpn.jp/js/chara-move-01/">this</a>, with characters I made for <a href="http://www.senaillat.com/graphic/yokata">Yokata</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.dkpn.jp/js/chara-move-01/"><img src="http://www.senaillat.com/wp-content/uploads/2010/06/donut-screenshot-01.gif" alt="" title="donut-screenshot-01" width="600" height="260" class="aligncenter size-full wp-image-976" /></a></p>
<ul>
<li>2010/09/03 tested on iPad :) . Actually I’m quite happily surprised by the result.</li>
</ul>
<p>The other day, I was wondering if I could create a simple <a href="http://www.dreamviews.com/community/showthread.php?p=835920">point and click</a> game engine only with javascript… I ended up spending a couple of hours building <a href="http://media.dkpn.jp/js/chara-move-01/">a simple prototype</a>, with characters I made for <a href="http://www.senaillat.com/graphic/yokata">Yokata</a>.</p>
<p><span id="more-963"></span></p>
<p>Test it here: <strong><a href="http://media.dkpn.jp/js/chara-move-01/">Chara move test 0.0.1</a></strong> (only character movements and simple speech bubble)<br />
The music of the demo is not by me. It has been made by the wonderful <strong><a href="http://8bc.org/members/Ultrasyd/">Ultrasyd</a></strong>.</p>
<p><object width="600" height="360"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=12475030&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=12475030&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="600" height="360"></embed></object></p>
<p>It’s pretty rough for now, but I think the idea is there. No use or <a href="http://billmill.org/static/canvastutorial/">canvas</a> or any other fancy HTML5 feature, just good old divs and <a href="http://api.jquery.com/animate/">Jquery</a> for the animations.</p>
<p>It has been developped with Firefox 3.6.2 on a Mac. <del datetime="2010-06-15T01:08:32+00:00">There is a positioning bug in Safari/Webkit and Chrome, I’m working on it… (or if you have any idea, don’t hesitate to mail me).</del> <em>This is fixed</em>. I have no plan of supporting IE for now.</p>
<p>This is a work in progress, and should be updated frequently (well, depending on my time of course).<br />
For now, the only features are :</p>
<ul>
<li>Click and go — limited to a square area around the character.<br />
<del datetime="2010-06-11T02:44:32+00:00"><em>To do : make this round</em></del> Done.</li>
<li>Background scrolling</li>
<li>Collisions with NPC, generating different type of events (simple alert, dialogue, etc.)</li>
<li>Random “jewels” generation for each level (not featured in demo)</li>
<li>Login/logout (not featured in demo)</li>
<li>Life, money, stats. (not featured in demo)</li>
</ul>
<p>To do :</p>
<ul>
<li><del datetime="2010-06-11T02:44:32+00:00">Fix Safari/Chrome start positioning bug</del> Fixed</li>
<li>Collisions with jewels</li>
<li>Add 1st plan with z scrolling.</li>
<li>Save position of character, background, level</li>
<li>Make level building dynamic</li>
<li>Add ability to change character</li>
<li>Add sounds (ideally, without Flash)</li>
</ul>
<p>Updates:</p>
<ul>
<li>2010/06/11: Added cookie saving player position, background position, and profile (left or right).</li>
</ul>
<p>I called this “Donut”, because of the character’s face.</p>
<p>Comments and critics welcome !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.senaillat.com/blog/donut-a-javascript-game-engine-experiment/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Yokata</title>
		<link>http://www.senaillat.com/graphic/yokata</link>
		<comments>http://www.senaillat.com/graphic/yokata#comments</comments>
		<pubDate>Sun, 04 Oct 2009 19:02:22 +0000</pubDate>
		<dc:creator>Jérôme</dc:creator>
				<category><![CDATA[Graphic]]></category>
		<category><![CDATA[pink]]></category>
		<category><![CDATA[vector]]></category>

		<guid isPermaLink="false">http://www.senaillat.com/?p=257</guid>
		<description><![CDATA[<a href="http://www.yokata.jp/">Yokata.jp</a>  is a free webservice for Japanese mobile phones.
They needed a bunch of characters to represent the diversity of their users, that they could use in their communication, mostly print and video.]]></description>
			<content:encoded><![CDATA[
<a href='http://www.senaillat.com/graphic/yokata/attachment/yokata' title='yokata'><img width="150" height="150" src="http://www.senaillat.com/wp-content/uploads/2009/10/yokata-150x150.jpg" class="attachment-thumbnail" alt="yokata" title="yokata" /></a>
<a href='http://www.senaillat.com/graphic/yokata/attachment/yokata-02' title='yokata-02'><img width="150" height="150" src="http://www.senaillat.com/wp-content/uploads/2009/10/yokata-02-150x150.jpg" class="attachment-thumbnail" alt="yokata-02" title="yokata-02" /></a>
<a href='http://www.senaillat.com/graphic/yokata/attachment/yokata-03' title='yokata-03'><img width="150" height="150" src="http://www.senaillat.com/wp-content/uploads/2009/10/yokata-03-150x150.jpg" class="attachment-thumbnail" alt="yokata-03" title="yokata-03" /></a>

<p><a href="http://www.yokata.jp/">Yokata.jp</a> is a free webservice for Japanese mobile phones.<br />
It allows its users to provide a simple feedback about any live performance (music, theater, etc.), in real-time, with the use of <a href="http://en.wikipedia.org/wiki/QR_Code">QR-codes</a>.</p>
<p>They needed a bunch of characters to represent the diversity of their users, that they could use in their communication, mostly print and video.</p>
<p>Update: </p>
<ul>
<li><ins datetime="2010-06-11T02:05:26+00:00"><em>2010/06/11</em><br />
I used these characters in a <a href="http://www.senaillat.com/blog/donut-a-javascript-game-engine-experiment">game experiment</a> I am working on.</ins></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.senaillat.com/graphic/yokata/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

