<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
	<channel>
		<title>Snop Productions</title>
		<link>http://www.snop.com/index.php</link>
		<description><![CDATA[All content copyright SNOP Productions 2008-2012<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-5927771-2");
pageTracker._trackPageview();
</script>]]></description>
		<copyright>Copyright 2013, No Author</copyright>
		<managingEditor>No Author</managingEditor>
		<language>en-US</language>
		<generator>SPHPBLOG 0.5.1</generator>
		<item>
			<title>Using custom fonts in Cocos2d javascript</title>
			<link>http://www.snop.com/index.php?entry=entry130517-163821</link>
			<description><![CDATA[In order to use custom fonts in Cocos2d, I had to add the following to the header of the HTML page so I could later reference the font for menus and buttons:<br /><br /><code>		&lt;style&gt;<br />@font-face {<br />font-family: &#039;Stiltedman &#039;;<br />font-style: normal;<br />font-weight: 400;  <br />src: local(&#039;Stiltedman &#039;), url(&quot;fonts/Stiltedman .ttf&quot;) format(&quot;truetype&quot;);<br />}<br />&lt;/style&gt;</code><br /><br />In essence, this is required so the browser will download the font, making it be referencable by the library.  <br /><br />This works in Chrome and Firefox.  From my understanding, Internet Explorer requires a different font format, which I dont plan on supporting.]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.snop.com/index.php?entry=entry130517-163821</guid>
			<author>No Author</author>
			<pubDate>Fri, 17 May 2013 20:38:21 GMT</pubDate>
			<comments>http://www.snop.com/comments.php?y=13&amp;m=05&amp;entry=entry130517-163821</comments>
		</item>
		<item>
			<title>Spritesheet exporter for Paint.NET</title>
			<link>http://www.snop.com/index.php?entry=entry130328-175607</link>
			<description><![CDATA[I was in need of a consistant way to create simple, evenly spaced spritesheets from multiple layers in Paint.NET and I figured I would share the plugin.  <br /><br />DOWNLOAD: <a href="https://ssplugin.codeplex.com/releases/view/104082" target="_blank" >Paint.NET Spritesheet plugin</a><br /><br />DISCUSSION: <a href="http://forums.getpaint.net/index.php?/topic/26202-spritesheet-export-plugin/" target="_blank" >Spritesheet Export Plugin</a><br /><br />]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.snop.com/index.php?entry=entry130328-175607</guid>
			<author>No Author</author>
			<pubDate>Thu, 28 Mar 2013 21:56:07 GMT</pubDate>
			<comments>http://www.snop.com/comments.php?y=13&amp;m=03&amp;entry=entry130328-175607</comments>
		</item>
		<item>
			<title></title>
			<link>http://www.snop.com/index.php?entry=entry130210-164016</link>
			<description><![CDATA[<blockquote class="twitter-tweet"><p>Using <a href="https://twitter.com/search/%231GAM">#1GAM</a> to learn HTML5 game programming.Feb's game is on track <a href="https://twitter.com/search/%23ScreenShotSaturday">#ScreenShotSaturday</a> <a href="http://t.co/SUuFUL71" title="http://twitter.com/Mad_Dugan/status/300394328449220608/photo/1">twitter.com/Mad_Dugan/stat…</a></p>&mdash; Mad_Dugan (@Mad_Dugan) <a href="https://twitter.com/Mad_Dugan/status/300394328449220608">February 10, 2013</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script><br /><br />]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.snop.com/index.php?entry=entry130210-164016</guid>
			<author>No Author</author>
			<pubDate>Sun, 10 Feb 2013 21:40:16 GMT</pubDate>
			<comments>http://www.snop.com/comments.php?y=13&amp;m=02&amp;entry=entry130210-164016</comments>
		</item>
		<item>
			<title>#1GAM - February Game</title>
			<link>http://www.snop.com/index.php?entry=entry130207-232309</link>
			<description><![CDATA[It looks like February&#039;s game will be a Breakout clone.  The take away for this game will be JSON loaded levels and IOS native webapp support.  As with January&#039;s game, all code will be made available via github.]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.snop.com/index.php?entry=entry130207-232309</guid>
			<author>No Author</author>
			<pubDate>Fri, 08 Feb 2013 04:23:09 GMT</pubDate>
			<comments>http://www.snop.com/comments.php?y=13&amp;m=02&amp;entry=entry130207-232309</comments>
		</item>
		<item>
			<title>Udacity CS 255: HTML5 Game Development</title>
			<link>http://www.snop.com/index.php?entry=entry130122-022745</link>
			<description><![CDATA[Investigating the Udacity online HTML5 class starting in February.  The class summary says that it will cover the major components of an existing HTML5 game, but I am concerned that game is only Chrome compatible.<br /><br /><a href="http://www.udacity.com/overview/Course/cs255/CourseRev/1" target="_blank" >http://www.udacity.com/overview/Course/ ... ourseRev/1</a>]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.snop.com/index.php?entry=entry130122-022745</guid>
			<author>No Author</author>
			<pubDate>Tue, 22 Jan 2013 07:27:45 GMT</pubDate>
			<comments>http://www.snop.com/comments.php?y=13&amp;m=01&amp;entry=entry130122-022745</comments>
		</item>
		<item>
			<title>Ideas for Game #2 for #1GAM</title>
			<link>http://www.snop.com/index.php?entry=entry130118-175943</link>
			<description><![CDATA[The idea bouncing around is to take game #1 and turn it into a SmashTV clone, still only using HTML5.<br /><br /><img src="http://upload.wikimedia.org/wikipedia/en/thumb/5/5f/Smash_TV.png/250px-Smash_TV.png" width="250" height="156" border="0" alt="" /><br /><br /><a href="http://en.wikipedia.org/wiki/Smash_TV" target="_blank" >Smash TV Wikipedia entry</a>]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.snop.com/index.php?entry=entry130118-175943</guid>
			<author>No Author</author>
			<pubDate>Fri, 18 Jan 2013 22:59:43 GMT</pubDate>
			<comments>http://www.snop.com/comments.php?y=13&amp;m=01&amp;entry=entry130118-175943</comments>
		</item>
		<item>
			<title>#1GAM - January Game mechanics</title>
			<link>http://www.snop.com/index.php?entry=entry130113-140605</link>
			<description><![CDATA[The plan for all games under the #1GAM (<a href="http://www.onegameamonth.com/Mad_Dugan" target="_blank" >One Game a Month</a>) umbrella is to create them in HTML5 and progressively get more complicated and feature rich.  The focus of the first game is to create a basic resource manager that can grow as subsequent games are created.  The plan also includes keeping user friendly notes as the games are created to later be incorporated into Yet Another E-book on the subject of HTML5 games.]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.snop.com/index.php?entry=entry130113-140605</guid>
			<author>No Author</author>
			<pubDate>Sun, 13 Jan 2013 19:06:05 GMT</pubDate>
			<comments>http://www.snop.com/comments.php?y=13&amp;m=01&amp;entry=entry130113-140605</comments>
		</item>
		<item>
			<title>ZirtualVombies code repository</title>
			<link>http://www.snop.com/index.php?entry=entry130103-175419</link>
			<description><![CDATA[Set up a code repository for ZirtualVombies.  Since initial versions of the game is all client side code, not embracing open source release of it seems futile.]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.snop.com/index.php?entry=entry130103-175419</guid>
			<author>No Author</author>
			<pubDate>Thu, 03 Jan 2013 22:54:19 GMT</pubDate>
			<comments>http://www.snop.com/comments.php?y=13&amp;m=01&amp;entry=entry130103-175419</comments>
		</item>
		<item>
			<title>First game for #onegameamonth proof of concept</title>
			<link>http://www.snop.com/index.php?entry=entry130102-172412</link>
			<description><![CDATA[A simple zombie survival game all in HTML5<br />This is the basic mechanics with out a lot of features (&amp; fun)<br /><img src="images/proof.png" width="512" height="352" border="0" alt="" />]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.snop.com/index.php?entry=entry130102-172412</guid>
			<author>No Author</author>
			<pubDate>Wed, 02 Jan 2013 22:24:12 GMT</pubDate>
			<comments>http://www.snop.com/comments.php?y=13&amp;m=01&amp;entry=entry130102-172412</comments>
		</item>
		<item>
			<title>Something to broaden horizons</title>
			<link>http://www.snop.com/index.php?entry=entry121229-233221</link>
			<description><![CDATA[<strong><b>“The World Is a Book and Those Who Do Not Travel Read Only One Page” - Saint Augustine of Hippo</b></strong>]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.snop.com/index.php?entry=entry121229-233221</guid>
			<author>No Author</author>
			<pubDate>Sun, 30 Dec 2012 04:32:21 GMT</pubDate>
			<comments>http://www.snop.com/comments.php?y=12&amp;m=12&amp;entry=entry121229-233221</comments>
		</item>
	</channel>
</rss>
