<?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>Emanuele Feronato &#187; Links</title>
	<atom:link href="http://www.emanueleferonato.com/category/links/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emanueleferonato.com</link>
	<description>italian geek and PROgrammer</description>
	<lastBuildDate>Thu, 02 Sep 2010 09:32:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Showcase of three Flash game portals for Android mobile</title>
		<link>http://www.emanueleferonato.com/2010/07/20/showcase-of-three-flash-game-portals-for-android-mobile/</link>
		<comments>http://www.emanueleferonato.com/2010/07/20/showcase-of-three-flash-game-portals-for-android-mobile/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 21:31:37 +0000</pubDate>
		<dc:creator>Emanuele Feronato</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=3141</guid>
		<description><![CDATA[Android powered mobiles may be a pain for iPhone thanks to full Flash support. Since Flash (also) means games, obviously the biggest portals are releasing a mobile version, specifically developed for Android mobiles. I surfed a lot on the web and I only found three portals that really caught my attention&#8230; I also noticed that [...]]]></description>
			<content:encoded><![CDATA[<p>Android powered mobiles may be a pain for iPhone thanks to full Flash support. Since Flash (also) means games, obviously the biggest portals are releasing a mobile version, specifically developed for Android mobiles.</p>
<p>I surfed a lot on the web and I only found three portals that really caught my attention&#8230; I also noticed that only a few of the big names already have a mobile version.</p>
<p>Anyway, I thougth these three sites can give you the inspiration to create your own Android Flash games portal.</p>
<p><a href="http://m.armorgames.com/" target ="_blank">Armor Games</a></p>
<p><img src="/wp-content/uploads/2010/07/armorgames.jpg" /></p>
<p><a href="http://m.kongregate.com/" target ="_blank">Kongregate</a></p>
<p><img src="/wp-content/uploads/2010/07/kongregate.jpg" /></p>
<p><a href="http://m.mochigames.com/" target = "_blank">Mochi Games</a></p>
<p><img src="/wp-content/uploads/2010/07/mochigames.jpg" /></p>
<p>Let&#8217;s say what they have in common</p>
<p>* All URLs begin with a &#8220;m&#8221; as second-level domain name.</p>
<p>* Mochi Games and Armor Games invite the player to tap the game to play fullscreen</p>
<p>* Mochi Games and Kongregate use an hover effect on the main menu</p>
<p>* Armor Games and Kongregate display game instructions in the same page of the game (when not playing fullscreen), below the game</p>
<p>* All portals have a link to the full standard site</p>
<p>* None of them have an ad. How are they planning to monetize the mobile version?</p>
<p>* Kongregate and Armor Games have the right mobile doctype <code>&lt;!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"&gt;</code></p>
<p>* All portals embed the games with a simple <code>object</code> tag, without any dedicated script</p>
<p>* All (as far as I can see) Mochi and Kongregate games size their games to 320&#215;320, while Armor games uses up to 480&#215;480</p>
<p>How would you design a mobile games portal? Write your suggestions and I&#8217;ll try to make a decent template, maybe using WordPress&#8230; who knows&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.emanueleferonato.com/2010/07/20/showcase-of-three-flash-game-portals-for-android-mobile/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>17 jQuery powered web games with source code</title>
		<link>http://www.emanueleferonato.com/2010/04/13/17-jquery-powered-web-games-with-source-code/</link>
		<comments>http://www.emanueleferonato.com/2010/04/13/17-jquery-powered-web-games-with-source-code/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 10:07:17 +0000</pubDate>
		<dc:creator>Emanuele Feronato</dc:creator>
				<category><![CDATA[Game design]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=2704</guid>
		<description><![CDATA[While Flash remains the best software to develop casual web games, jQuery allows you to make interesting things&#8230; nothing to do with pure action Flash games, but in some cases you can get interesting results out of your browser. Here it is a list with 17 jQuery powered games, most of them with clean and [...]]]></description>
			<content:encoded><![CDATA[<p>While Flash remains the best software to develop casual web games, jQuery allows you to make interesting things&#8230; nothing to do with pure action Flash games, but in some cases you can get interesting results out of your browser.</p>
<p>Here it is a list with 17 jQuery powered games, most of them with clean and commented source code ready to download (and before you say it&#8217;s obvious jQuery games have source code, I mean uncompressed, readable source code)</p>
<p><strong>Javascript game engine for jQuery</strong></p>
<p>Not a game but a whole library to develop jQuery games</p>
<p>Main features:</p>
<ul>
<li>multi layer-sprite animations</li>
<li>sprite hierarchies (grouping)</li>
<li>collision detection</li>
<li>swappable sound support</li>
<li>periodic callbacks</li>
<li>keyboard state polling</li>
<li>free and open source license</li>
</ul>
<p><a href="http://gamequery.onaluf.org/" target = "_blank">http://gamequery.onaluf.org/</a> &#8211; Check out the <a href="http://gamequery.onaluf.org/demos.php" target = "_blank">demos</a> too!!</p>
<p><strong>TicTacToe in jQuery</strong></p>
<p>The &#8220;Hello world&#8221; of game programming, now with jQuery</p>
<p><a href="http://thingsilearned.com/2009/06/02/tictactoe-in-jquery/" target = "_blank">http://thingsilearned.com/2009/06/02/tictactoe-in-jquery/</a><span id="more-2704"></span></p>
<p><strong>Tetris with jQuery</strong></p>
<p>The most famous game in the world, </p>
<p><a href="http://fmarcia.info/jquery/tetris/tetris.html" target = "_blank">http://fmarcia.info/jquery/tetris/tetris.html</a></p>
<p><strong>jQuery Mad Libs Word Game</strong></p>
<p>A simple Mad Libs game. There must be something wrong with me because the author says: &#8220;If you did not use Mad Libs as a kid (what is wrong with you&#8230; j/k) it is a fill-in-the-blanks word game where not knowing the word context can lead to some whacky outcomes (and giggling fits)&#8221;.</p>
<p>Yes, I did not use it (do you?)&#8230; that&#8217;s why I hear &#8220;voices&#8221;&#8230;</p>
<p><a href="http://www.bennadel.com/blog/623-jQuery-Demo-Mad-Libs-Word-Game.htm" target = "blank">http://www.bennadel.com/blog/623-jQuery-Demo-Mad-Libs-Word-Game.htm</a></p>
<p><strong>jQuery Mine Sweeper</strong></p>
<p>From the same author of Mad Libs, Mine Sweeper.</p>
<p><a href="http://www.bennadel.com/blog/1737-jQuery-Powered-Mine-Sweeper-Game.htm" target = "_blank">http://www.bennadel.com/blog/1737-jQuery-Powered-Mine-Sweeper-Game.htm</a></p>
<p><strong>A Basic Memory Game with jQuery and PHP</strong></p>
<p>Great and complete tutorial (in Feronato&#8217;s style :)) to create a basic memory game with jQuery and PHP. A must read.</p>
<p><a href="http://www.webdevplayground.com/2009/09/a-basic-memory-game-with-jquery-and-php/" target = "_blank">http://www.webdevplayground.com/2009/09/a-basic-memory-game-with-jquery-and-php/</a></p>
<p><strong>jTypingHero</strong></p>
<p>After Guitar Hero, here it comes Typing hero, a game which will prove your typing skill.</p>
<p><a href="http://www.marcofolio.net/games/jtypinghero_test_your_typing_skills_in_this_jquery_game.html" target = "_blank">http://www.marcofolio.net/games/jtypinghero_test_your_typing_skills_in_this_jquery_game.html</a></p>
<p><strong>jCharacterfall</strong></p>
<p>From the same author, another typing game</p>
<p><a href="http://demo.marcofolio.net/jcharacterfall/" target = "_blank">http://demo.marcofolio.net/jcharacterfall/</a></p>
<p><strong>jQRPG</strong></p>
<p>A very basic &#8211; and incomplete &#8211; Zelda style RPG</p>
<p><a href="http://hokuten.net/2010/jqrpg-%E2%80%94-an-old-school-style-rpg-in-jquery/" target = "_blank">http://hokuten.net/2010/jqrpg-%E2%80%94-an-old-school-style-rpg-in-jquery/</a></p>
<p><strong>Mastermind</strong></p>
<p>jQuery version of the popular brain game</p>
<p><a href="http://www.iohelix.net/mastermind.html" target = "_blank">http://www.iohelix.net/mastermind.html</a></p>
<p><strong>jKill</strong></p>
<p>Point and shoot game, kill presidents and prime ministers</p>
<p><a href="http://www.bulgaria-web-developers.com/projects/javascript/jkill/" target = "_blank">http://www.bulgaria-web-developers.com/projects/javascript/jkill/</a></p>
<p><strong>jQuery Slot Machine</strong></p>
<p>Cute slot machine made with jQuery</p>
<p><a href="http://eyecon.ro/slotmachine/" target = "_blank">http://eyecon.ro/slotmachine/</a></p>
<p><strong>jQuery Pong</strong></p>
<p>it&#8217;s Pong!!</p>
<p><a href="http://blog.benogle.com/2009/04/20/jquery-pong/" target="_blank">http://blog.benogle.com/2009/04/20/jquery-pong/</a></p>
<p><strong>jQuery Sudoku</strong></p>
<p>Really good Sudoku simulator</p>
<p><a href="http://www.anti.ro/games/sudoku/" target = "_blank">http://www.anti.ro/games/sudoku/</a></p>
<p><strong>jQuery Snakey</strong></p>
<p>The famous snake game made with jQuery</p>
<p><a href="http://jquery-snakey.googlecode.com/svn/trunk/index.html" target = "_blank">http://jquery-snakey.googlecode.com/svn/trunk/index.html</a></p>
<p><strong>T&#038;C Surf</strong></p>
<p>Great remake of the old 8-bit Nintendo blockbuster (??)</p>
<p><a href="http://jonraasch.com/blog/jquery-video-game-remake-tc-surf-designs" target = "_blank">http://jonraasch.com/blog/jquery-video-game-remake-tc-surf-designs</a></p>
<p><strong>Tunnel game</strong></p>
<p>Another classic, fly with your spaceship inside a tunnel, don&#8217;t touch its borders</p>
<p><a href="http://arcade.christianmontoya.com/tunnel/" target = "_blank">http://arcade.christianmontoya.com/tunnel/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.emanueleferonato.com/2010/04/13/17-jquery-powered-web-games-with-source-code/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>11 Flash isometric engines you can use in your games</title>
		<link>http://www.emanueleferonato.com/2010/02/23/11-flash-isometric-engines-you-can-use-in-your-games/</link>
		<comments>http://www.emanueleferonato.com/2010/02/23/11-flash-isometric-engines-you-can-use-in-your-games/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 14:45:02 +0000</pubDate>
		<dc:creator>Emanuele Feronato</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Game design]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=2400</guid>
		<description><![CDATA[I am playing isometric games for more than 20 years&#8230; probably started with Q*bert, one of the oldest games I played is Head Over Heels on my Commodore 64, and I was an hardcore player of UFO: Enemy Unknown. As you should know, isometric projection is a method of visually representing three-dimensional objects in two [...]]]></description>
			<content:encoded><![CDATA[<p>I am playing isometric games for more than 20 years&#8230; probably started with <a href="http://en.wikipedia.org/wiki/Q*bert" target = "_blank">Q*bert</a>, one of the oldest games I played is <a href="http://en.wikipedia.org/wiki/Head_Over_Heels_(video_game)" target = "_blank">Head Over Heels</a> on my Commodore 64, and I was an hardcore player of <a href="http://en.wikipedia.org/wiki/UFO:_Enemy_Unknown" target = "_blank">UFO: Enemy Unknown</a>.</p>
<p>As you should know, isometric projection is a method of visually representing three-dimensional objects in two dimensions, in which the three coordinate axes appear equally foreshortened and the angles between any two of them are 120 degrees. A great way to represent 3D worlds on old 8-bit computers since their CPUs did not handle a real 3D world, and a great way to create casual adventure games nowadays.</p>
<p>I am showing you a list of 11 Flash isometric engines, some of them are free, others are commercial, and some still unreleased. I am writing to all authors to have more info about their engines, meanwhile this the most complete list I was able to make.</p>
<p>Engines are listed in alphabetical order.</p>
<p><strong>2D isometric engine</strong> &#8211; Free</p>
<p><a href="http://code.google.com/p/2d-isometric-engine/" target = "_blank">http://code.google.com/p/2d-isometric-engine/</a></p>
<p>Open source, multilevel and multiplayer tilebased isometric engine, reviewed in <a href="http://www.emanueleferonato.com/2009/08/18/as3-isometric-engine/">this post</a></p>
<p><strong>as3isolib</strong> &#8211; Free</p>
<p><img src="/wp-content/uploads/2010/02/engines_as3isolib.jpg" /></p>
<p><a href="http://as3isolib.wordpress.com/" target = "_blank">http://as3isolib.wordpress.com/</a></p>
<p>As3isolib is an open-source ActionScript 3.0 Isometric Library developed to assist in creating isometrically projected content (such as games and graphics) targeted for the Flash player platform. As3isolib includes utilities, primitives and views. As3isolib was developed with simplicity, speed and performance in mind so that developers can focus on actual implementations rather than having to learn a complex API.</p>
<p>You can see latest project using this engine at <a href="http://apps.facebook.com/downtowngame/" target = "_blank">http://apps.facebook.com/downtowngame/</a><span id="more-2400"></span></p>
<p><strong>FFilmation</strong> &#8211; Free</p>
<p><img src="/wp-content/uploads/2010/02/engines_ffilmation.jpg" /></p>
<p><a href="http://www.ffilmation.org/" target ="_blank">http://www.ffilmation.org/</a></p>
<p>The FFilmation Engine is an AS3 isometric programing engine, focused mainly on game development. The aim of the project is providing a robust development platform, where game designers can work on the game’s details and forget about the render engine. It is intended to be really usable from a “real production scenario” point of view.</p>
<p>See a demo playing <a href="http://www.ffilmation.org/mynameisponcho/" target = "_blank">My Name is Poncho</a></p>
<p><strong>Flash 3D Isometric Game Engine</strong> &#8211; Unreleased</p>
<p><a href="http://actionscripter.co.uk/blog/?page_id=76" target = "_blank">http://actionscripter.co.uk/blog/?page_id=76</a></p>
<p>Vector isometric engine allowing to zoom, rotate and pan the environment in a &#8220;real&#8221; 3D world. I&#8217;m asking the author more information, stay tuned</p>
<p><strong>isoengineas3</strong> &#8211; Free</p>
<p><a href="http://isoengineas3.sourceforge.net/" target = "_blank">http://isoengineas3.sourceforge.net/</a></p>
<p>2D Isometric Engine project build with Flash AS3. It is an open source, multilevel and multiplayer tilebased isometric engine. No more information.</p>
<p><strong>Isometric Game Engine</strong> &#8211; Unreleased</p>
<p><a href="http://www.davidworks.com/?id=int_iso" target = "_blank">http://www.davidworks.com/?id=int_iso</a></p>
<p>An isometric engine built from scratch for an online virtual campus. No more info.</p>
<p>The <a href="http://www.davidworks.com/content/int_iso/core.htm">demo</a> is quite interesting so I am going to contact the author for more information.</p>
<p><strong>Isometric terrain engine</strong> &#8211; Free</p>
<p><a href="http://yaief.wordpress.com/2008/12/05/isometric-terrain-engine/" target = "_blank">http://yaief.wordpress.com/2008/12/05/isometric-terrain-engine/</a></p>
<p>This is an isometric terrain generator, actually an abandoned project but still an inspiration.</p>
<p><strong>OpenSpace</strong> &#8211; Commercial &#8211; Trial version available</p>
<p><img src="/wp-content/uploads/2010/02/engines_openspace.jpg" /></p>
<p><a href="http://www.openspace-engine.com/">http://www.openspace-engine.com/</a></p>
<p>OpenSpace is a powerful Flash based isometric engine and framework for rapid development of multi-user virtual worlds and MMO communities.</p>
<p>Check <a href="http://www.footballvillage.net/" target ="_blank">Football Village</a> to see it in action.</p>
<p>OpenSpace is licensed on a &#8220;per-seat&#8221; basis: a separate license is required for each user working with OpenSpace.</p>
<p><strong>Sean Cooper Isometric Engine</strong> &#8211; Commercial</p>
<p><a href="http://www.games.seantcooper.com/IsometricEngine.aspx" target ="_blank">http://www.games.seantcooper.com/IsometricEngine.aspx</a></p>
<p>Made by Sean &#8220;BoxHead&#8221; Cooper, the engine is based on some techniques used in the PC game Syndicate, which he wrote in 1993. The technique is simple and extremely fast, well suited to Flash and will run fast on most machines.</p>
<p>At the moment there isn&#8217;t any project showcase, just a demo in the <a href="http://www.games.seantcooper.com/IsometricEngine.aspx" target ="_blank">official page</a>, and no info about the license, but being developed by a PROgrammer like Sean makes this engine quite interesting.</p>
<p><strong>TheoWorlds</strong> &#8211; Commercial</p>
<p><img src="/wp-content/uploads/2010/02/engines_theoworlds.jpg" /></p>
<p><a href="http://www.theoworlds.com/products.php">http://www.theoworlds.com/products.php</a></p>
<p>TheoWorlds Builder SDK v2 is a kit that will help you develop online virtual worlds much faster, without starting from scratch. At its core it contains the original Theo Isometric Engine™ that lets you create pseudo-3D maps, place on them objects and characters, and organize the interaction between them.</p>
<p>You can test the engine playing <a href="http://www.theoworlds.com/games/th/" target = "_blank">Treasure Hunter</a></p>
<p>TheoWorlds Builder SDK v2 is priced $3,200, while the light SDK v1 $799</p>
<p><strong>T.I.L.E. (Tangerine Isometric Level Editor)</strong> &#8211; Commercial</p>
<p><img src="/wp-content/uploads/2010/02/engines_tangerine.jpg" /></p>
<p><a href="http://www.tangerinepop.com/" target ="_blank">http://www.tangerinepop.com/</a> then click on &#8220;tech&#8221;</p>
<p>According to the site, T.I.L.E. provides the ability to rapidly build a standard lock &#038; key adventure game with hundreds of rooms. It also provides the primary software framework needed to build a quality MMO with numerous maps and new play modes via in increasing list of new game mechanics.</p>
<p>An example of a game developed with this technology is <a href="http://www.tangerinepop.com/GraveShift/" target = "_blank">GraveShift</a></p>
<p>Prices range from (as said on the site) &#8220;half to less than half the costs of building it yourself&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.emanueleferonato.com/2010/02/23/11-flash-isometric-engines-you-can-use-in-your-games/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Triqui&#8217;s Picks #16</title>
		<link>http://www.emanueleferonato.com/2010/01/31/triquis-picks-16/</link>
		<comments>http://www.emanueleferonato.com/2010/01/31/triquis-picks-16/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 14:17:56 +0000</pubDate>
		<dc:creator>Emanuele Feronato</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Game design]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=2296</guid>
		<description><![CDATA[Three really funny and amazing games this week: Go to Hell!: Dig through 666 meters to reach hell and find out its secret. You have to dig all the way down through caves filled with water, lava, boulders and enemies. You&#8217;ll need to eat, breathe and avoid or kill monster to survive. What I liked: [...]]]></description>
			<content:encoded><![CDATA[<p>Three really funny and amazing games this week:</p>
<p><a href="http://www.triqui.com/2010/01/29/go-to-hell/" target = "_blank"><img class = "imgleft" alt="" src="http://thumbs.mochiads.com/c/g/go-to-hell/_thumb_100x100.jpg" title="Go to Hell!" /></a><a href="http://www.triqui.com/2010/01/29/go-to-hell/" target = "_blank"><strong>Go to Hell!</strong></a>: Dig through 666 meters to reach hell and find out its secret. You have to dig all the way down through caves filled with water, lava, boulders and enemies. You&#8217;ll need to eat, breathe and avoid or kill monster to survive.</p>
<p><strong>What I liked</strong>: Nice concept, reminded me <a href="http://www.c64-wiki.com/index.php/A_Journey_to_the_Centre_of_the_Earth" target = "_blank">A Journey to the Centre of the Earth</a>. I really enjoyed it</p>
<p><strong>Programming difficulty</strong>: The water&#8230; <strong>5/5</strong></p>
<p><a href="http://www.triqui.com/2010/01/29/snipedown/" target = "_blank"><img class = "imgleft" alt="" src="http://thumbs.mochiads.com/c/g/snipedown/_thumb_100x100.jpg" title="Snipedown" /></a><a href="http://www.triqui.com/2010/01/29/snipedown/" target = "_blank"><strong>Snipedown</strong></a>: A &#8220;defense&#8221; game with a World War 2 theme&#8230; you play as a sniper and must defend your base from 20 waves of enemies. Air strikes and machine guns will help you.</p>
<p><strong>What I liked</strong>: Obliterating the infantry has never been so much fun&#8230;</p>
<p><strong>Programming difficulty</strong>: Not that hard&#8230; all in all it&#8217;s just an hit test with some twist. <strong>2/5</strong><span id="more-2296"></span></p>
<p><a href="http://www.triqui.com/2010/01/24/my-pet-protector-2/" target = "_blank"><img class = "imgleft" alt="" src="http://thumbs.mochiads.com/c/g/my-pet-protector-2/_thumb_100x100.png" title="My Pet Protector 2" /></a><a href="http://www.triqui.com/2010/01/24/my-pet-protector-2/" target = "_blank"><strong>My Pet Protector 2</strong></a>: Not the kind of game I like to play on a browser, but this one is casual enough to keep me as relaxed as Flash games should do, but at the same time it&#8217;s complex enough to make me use the brain.</p>
<p><strong>What I liked</strong>: the character creation</p>
<p><strong>Programming difficulty</strong>: it&#8217;s a complete RPG. <strong>5/5</strong></p>
<p>See you next week</p>
]]></content:encoded>
			<wfw:commentRss>http://www.emanueleferonato.com/2010/01/31/triquis-picks-16/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Triqui&#8217;s Picks #15</title>
		<link>http://www.emanueleferonato.com/2010/01/24/triquis-picks-15/</link>
		<comments>http://www.emanueleferonato.com/2010/01/24/triquis-picks-15/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 18:12:08 +0000</pubDate>
		<dc:creator>Emanuele Feronato</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Game design]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=2261</guid>
		<description><![CDATA[Only two games this week, and a lot of garbage jigsaw puzzles&#8230; Hill Of Defend: Fresh defense game, with a different view. This time you&#8217;ll defend your base from a side view. What I liked: Normally I hate classic defense games, but this one has a new and original approach. Programming difficulty: Very complete game. [...]]]></description>
			<content:encoded><![CDATA[<p>Only two games this week, and a lot of garbage jigsaw puzzles&#8230;</p>
<p><a href="http://www.triqui.com/2010/01/19/hill-of-defend/" target = "_blank"><img class = "imgleft" alt="" src="http://thumbs.mochiads.com/c/g/hill-of-defend/_thumb_100x100.png" title="Hill Of Defend" /></a><a href="http://www.triqui.com/2010/01/19/hill-of-defend/" target = "_blank"><strong>Hill Of Defend</strong></a>: Fresh defense game, with a different view. This time you&#8217;ll defend your base from a side view.</p>
<p><strong>What I liked</strong>: Normally I hate classic defense games, but this one has a new and original approach.</p>
<p><strong>Programming difficulty</strong>: Very complete game. <strong>5/5</strong></p>
<p><a href="http://www.triqui.com/2010/01/18/sagoo/" target = "_blank"><img class = "imgleft" alt="" src="http://thumbs.mochiads.com/c/g/sagoo/_thumb_100x100.png" title="Sagoo" /></a><a href="http://www.triqui.com/2010/01/18/sagoo/" target = "_blank"><strong>Sagoo</strong></a>: Platform game with interesting physics puzzles</p>
<p><strong>What I liked</strong>: Cool game, cool character.</p>
<p><strong>Programming difficulty</strong>: Interesting use of Box2D combined with various stuff. <strong>5/5</strong></p>
<p>See you next week</p>
]]></content:encoded>
			<wfw:commentRss>http://www.emanueleferonato.com/2010/01/24/triquis-picks-15/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Triqui&#8217;s Picks #14</title>
		<link>http://www.emanueleferonato.com/2010/01/17/triquis-picks-14/</link>
		<comments>http://www.emanueleferonato.com/2010/01/17/triquis-picks-14/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 14:52:17 +0000</pubDate>
		<dc:creator>Emanuele Feronato</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Game design]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=2236</guid>
		<description><![CDATA[We&#8217;re starting the new year with just three games: Running Blue: Interesting platform game with 12 levels of pure action&#8230; run, jump, throw bombs&#8230; What I liked: It&#8217;s a good platform, and I don&#8217;t see Mario&#8230; Programming difficulty: Platforms aren&#8217;t easy. 4/5 Frutopia: Eat all fruits during all 20 levels What I liked: It&#8217;s a [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re starting the new year with just three games:</p>
<p><a href="http://www.triqui.com/2010/01/15/running-blue/" target = "_blank"><img class = "imgleft" alt="" src="http://thumbs.mochiads.com/c/g/running-blue/_thumb_100x100.png" title="Running Blue" /></a><a href="http://www.triqui.com/2010/01/15/running-blue/" target = "_blank"><strong>Running Blue</strong></a>: Interesting platform game with 12 levels of pure action&#8230; run, jump, throw bombs&#8230;</p>
<p><strong>What I liked</strong>: It&#8217;s a good platform, and I don&#8217;t see Mario&#8230;</p>
<p><strong>Programming difficulty</strong>: Platforms aren&#8217;t easy. <strong>4/5</strong></p>
<p><a href="http://www.triqui.com/2010/01/13/frutopia/" target = "_blank"><img class = "imgleft" alt="" src="http://thumbs.mochiads.com/c/g/frutopia/_thumb_100x100.jpg" title="Frutopia" /></a><a href="http://www.triqui.com/2010/01/13/frutopia/" target = "_blank"><strong>Frutopia</strong></a>: Eat all fruits during all 20 levels</p>
<p><strong>What I liked</strong>: It&#8217;s a very simple concept, with interesting graphics. All those fruits icons reminded me a bit Bubble Bobble</p>
<p><strong>Programming difficulty</strong>: eazeeeeeeeeee&#8230; <strong>1/5</strong><span id="more-2236"></span></p>
<p><a href="http://www.triqui.com/2010/01/11/bubba-time-final-release/" target = "_blank"><img class = "imgleft" alt="" src="http://thumbs.mochiads.com/c/g/bubba-time-final-release/_thumb_100x100.jpg" title="Bubba Time" /></a><a href="http://www.triqui.com/2010/01/11/bubba-time-final-release/" target = "_blank"><strong>Bubba Time</strong></a>: This is the final release of Bubba Time&#8230; previously featured in <a href="http://www.emanueleferonato.com/2009/11/09/triquis-picks-4/">Triqui&#8217;s Picks #4</a>.</p>
<p><strong>What I liked</strong>: interesting concept</p>
<p><strong>Programming difficulty</strong>: a good platform is always difficult. <strong>2/5</strong></p>
<p>See you next week</p>
]]></content:encoded>
			<wfw:commentRss>http://www.emanueleferonato.com/2010/01/17/triquis-picks-14/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Triqui&#8217;s Picks #13</title>
		<link>http://www.emanueleferonato.com/2010/01/11/triquis-picks-13/</link>
		<comments>http://www.emanueleferonato.com/2010/01/11/triquis-picks-13/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 23:10:37 +0000</pubDate>
		<dc:creator>Emanuele Feronato</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Game design]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=2197</guid>
		<description><![CDATA[Only two games this week, but really really amazing. Jones Platformer: Don&#8217;t make the poor graphic fool you, this is an incredible platform game. The animation of the main character is awesome&#8230; you can make an incredible set of actions in a really smooth way. What I liked: Awesome and hard. Programming difficulty: Wow. 5/5 [...]]]></description>
			<content:encoded><![CDATA[<p>Only two games this week, but really really amazing.</p>
<p><a href="http://www.triqui.com/2010/01/07/jones-platformer/" target = "_blank"><img class = "imgleft" alt="" src="http://thumbs.mochiads.com/c/g/jones-platformer_v2/_thumb_100x100.jpg" title="Jones Platformer" /></a><a href="http://www.triqui.com/2010/01/07/jones-platformer/" target = "_blank"><strong>Jones Platformer</strong></a>: Don&#8217;t make the poor graphic fool you, this is an incredible platform game. The animation of the main character is awesome&#8230; you can make an incredible set of actions in a really smooth way.</p>
<p><strong>What I liked</strong>: Awesome and hard.</p>
<p><strong>Programming difficulty</strong>: Wow. <strong>5/5</strong></p>
<p><a href="http://www.triqui.com/2010/01/07/defend-your-honor/" target = "_blank"><img class = "imgleft" alt="" src="http://thumbs.mochiads.com/c/g/defend-your-honor/_thumb_100x100.png" title="Defend your Honor" /></a><a href="http://www.triqui.com/2010/01/07/defend-your-honor/" target = "_blank"><strong>Defend your Honor</strong></a>: Interesting approach to the &#8220;Defense&#8221; theme. Clean graphics, interesting unit management (at higher levels you won&#8217;t be able to place more than about 10 units), different levels</p>
<p><strong>What I liked</strong>: Cool game, something fresh in this theme.</p>
<p><strong>Programming difficulty</strong>: A good defense game is quite hard to do. <strong>5/5</strong></p>
<p>See you next week</p>
]]></content:encoded>
			<wfw:commentRss>http://www.emanueleferonato.com/2010/01/11/triquis-picks-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Triqui&#8217;s Picks #12</title>
		<link>http://www.emanueleferonato.com/2010/01/04/triquis-picks-12/</link>
		<comments>http://www.emanueleferonato.com/2010/01/04/triquis-picks-12/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 22:39:07 +0000</pubDate>
		<dc:creator>Emanuele Feronato</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Game design]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=2154</guid>
		<description><![CDATA[We&#8217;re starting the new year with just three games: Ricochet Kills: PP: Shoot a projectile and use ricochets to kill all enemies. What I liked: Original concept Programming difficulty: Box2D without gravity. Or just simple math. 1/5 Where is 2010?: Arcade adventure, help the little man find the New Year toddler. What I liked: Nice [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re starting the new year with just three games:</p>
<p><a href="http://www.triqui.com/2010/01/02/ricochet-kills-pp/" target = "_blank"><img class = "imgleft" alt="" src="http://thumbs.mochiads.com/c/g/ricochet-kills-pp/_thumb_100x100.jpg" title="Ricochet Kills: PP" /></a><a href="http://www.triqui.com/2010/01/02/ricochet-kills-pp/" target = "_blank"><strong>Ricochet Kills: PP</strong></a>: Shoot a projectile and use ricochets to kill all enemies.</p>
<p><strong>What I liked</strong>: Original concept</p>
<p><strong>Programming difficulty</strong>: Box2D without gravity. Or just simple math. <strong>1/5</strong></p>
<p><a href="http://www.triqui.com/2010/01/02/where-is-2010/" target = "_blank"><img class = "imgleft" alt="" src="http://thumbs.mochiads.com/c/g/where-is-2010/_thumb_100x100.jpg" title="Where is 2010?" /></a><a href="http://www.triqui.com/2010/01/02/where-is-2010/" target = "_blank"><strong>Where is 2010?</strong></a>: Arcade adventure, help the little man find the New Year toddler.</p>
<p><strong>What I liked</strong>: Nice adventure, cool graphics.</p>
<p><strong>Programming difficulty</strong>: Very complete game, despite the minimal look <strong>4/5</strong><span id="more-2154"></span></p>
<p><a href="http://www.triqui.com/2009/12/27/mitta-on-starryland/" target = "_blank"><img class = "imgleft" alt="" src="http://thumbs.mochiads.com/c/g/starryland_v1/_thumb_100x100.jpg" title="Mitta on Starryland" /></a><a href="http://www.triqui.com/2009/12/27/mitta-on-starryland/" target = "_blank"><strong>Mitta on Starryland</strong></a>: Simple platform game: you control a guy with arrow keys and a star with the mouse. Collect stars with the guy while you clear the view with the star</p>
<p><strong>What I liked</strong>: interesting concept</p>
<p><strong>Programming difficulty</strong>: A simple platform and a mouse mask. <strong>2/5</strong></p>
<p>See you next week</p>
]]></content:encoded>
			<wfw:commentRss>http://www.emanueleferonato.com/2010/01/04/triquis-picks-12/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Triqui&#8217;s Picks #11</title>
		<link>http://www.emanueleferonato.com/2009/12/28/triquis-picks-11/</link>
		<comments>http://www.emanueleferonato.com/2009/12/28/triquis-picks-11/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 23:38:22 +0000</pubDate>
		<dc:creator>Emanuele Feronato</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Game design]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=2124</guid>
		<description><![CDATA[Six new games this last 2009 week: Back2Back: Control a troop trapped in an hostile planet and try to escape. I am sure I played something similar when I had an Amiga. And enjoyed it a lot What I liked: It could be a budget PC game. Programming difficulty: The basics are very easy, but [...]]]></description>
			<content:encoded><![CDATA[<p>Six new games this last 2009 week:</p>
<p><a href="http://www.triqui.com/2009/12/27/back2back/" target = "_blank"><img class = "imgleft" alt="" src="http://thumbs.mochiads.com/c/g/back2back-survival/_thumb_100x100.jpg" title="Back2Back" /></a><a href="http://www.triqui.com/2009/12/27/back2back/" target = "_blank"><strong>Back2Back</strong></a>: Control a troop trapped in an hostile planet and try to escape. I am sure I played something similar when I had an Amiga. And enjoyed it a lot</p>
<p><strong>What I liked</strong>: It could be a budget PC game.</p>
<p><strong>Programming difficulty</strong>: The basics are very easy, but it&#8217;s a very complete and polished game. <strong>5/5</strong></p>
<p><a href="http://www.triqui.com/2009/12/26/physballz/" target = "_blank"><img class = "imgleft" alt="" src="http://thumbs.mochiads.com/c/g/physballz_v5/_thumb_100x100.png" title="PhysBallz" /></a><a href="http://www.triqui.com/2009/12/26/physballz/" target = "_blank"><strong>PhysBallz</strong></a>: Connetc balls of the same color in this original physics game</p>
<p><strong>What I liked</strong>: Nice concept</p>
<p><strong>Programming difficulty</strong>: Physics game with custom gravity, some pathfinding to manage adjacent balls&#8230; <strong>3/5</strong><span id="more-2124"></span></p>
<p><a href="http://www.triqui.com/2009/12/24/snipr-2/" target = "_blank"><img class = "imgleft" alt="" src="http://thumbs.mochiads.com/c/g/sni-p-r-2_v2/_thumb_100x100.png" title="Sni[p]r 2" /></a><a href="http://www.triqui.com/2009/12/24/snipr-2/" target = "_blank"><strong>Sni[p]r 2</strong></a>: Blast away stickmen and tanks, while upgrading your rifle and your base.</p>
<p><strong>What I liked</strong>: it&#8217;s the game that makes you say &#8220;just another one&#8221;</p>
<p><strong>Programming difficulty</strong>: Pretty easy. <strong>2/5</strong></p>
<p><a href="http://www.triqui.com/2009/12/23/perpetual-blaze/" target = "_blank"><img class = "imgleft" alt="" src="http://thumbs.mochiads.com/c/g/perpetual-blaze/_thumb_100x100.png" title="Perpetual Blaze" /></a><a href="http://www.triqui.com/2009/12/23/perpetual-blaze/" target = "_blank"><strong>Perpetual Blaze</strong></a>: Control a perpetual blaze through various levels &#8211; great particle effect.</p>
<p><strong>What I liked</strong>: The graphics</p>
<p><strong>Programming difficulty</strong>: Similar to <a href="http://www.emanueleferonato.com/2007/09/29/build-a-game-like-sproing-with-flash/">Sproing prototype</a>. The vote is for the graphics and the particles. <strong>3/5</strong></p>
<p><a href="http://www.triqui.com/2009/12/22/way-of-an-idea/" target = "_blank"><img class = "imgleft" alt="" src="http://thumbs.mochiads.com/c/g/way-of-an-idea/_thumb_100x100.jpg" title="Way of an Idea" /></a><a href="http://www.triqui.com/2009/12/22/way-of-an-idea/" target = "_blank"><strong>Way of an Idea</strong></a>: Great physics game, a good way to represent the classic &#8220;bring an object from A to B&#8221;</p>
<p><strong>What I liked</strong>: The level design</p>
<p><strong>Programming difficulty</strong>: Box2D game, obviously the chalk is bade by tiny rectangles&#8230; <strong>2/5</strong></p>
<p><a href="http://www.triqui.com/2009/12/21/pandemic-boy/" target = "_blank"><img class = "imgleft" alt="" src="http://thumbs.mochiads.com/c/g/pandemic-boy/_thumb_100x100.png" title="Pandemic Boy" /></a><a href="http://www.triqui.com/2009/12/21/pandemic-boy/" target = "_blank"><strong>Pandemic Boy</strong></a>: Spread a deadly infection and kill as much people as you can.</p>
<p><strong>What I liked</strong>: I hate mankind, so I love this game :)</p>
<p><strong>Programming difficulty</strong>: Micro management and basic AI, maybe some pathfinding&#8230; but not that easy. <strong>4/5</strong></p>
<p>See you next week</p>
]]></content:encoded>
			<wfw:commentRss>http://www.emanueleferonato.com/2009/12/28/triquis-picks-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>35+ game portals that can give your game at least 100K views</title>
		<link>http://www.emanueleferonato.com/2009/12/23/35-game-portals-that-can-give-your-game-at-least-100k-views/</link>
		<comments>http://www.emanueleferonato.com/2009/12/23/35-game-portals-that-can-give-your-game-at-least-100k-views/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 14:28:05 +0000</pubDate>
		<dc:creator>Emanuele Feronato</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Monetize]]></category>

		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=2112</guid>
		<description><![CDATA[We all know when you released a game, submitting it to game portals is a very important task if you want your game to be popular. So the question is: where should I submit my game? You can find a lot of game portals lists around the web, but this one includes only portals able [...]]]></description>
			<content:encoded><![CDATA[<p>We all know when you released a game, submitting it to game portals is a very important task if you want your game to be popular.</p>
<p>So the question is: where should I submit my game?</p>
<p>You can find a lot of game portals lists around the web, but this one includes only portals able to give at least 100,000 views, according to MochiBot stats.</p>
<p>Having your game on half of the portals listed here should grant you some millions visits. Don&#8217;t even bother submitting your game to portals able to give you only a few thousands visits.</p>
<p>Just follow this list and let the game virally spread through minor portals.</p>
<p><strong>More than 1,000,000 views</strong></p>
<p><a target = "_blank" href = "http://www.addictinggames.com/">www.addictinggames.com</a><br />
<a target = "_blank" href = "http://www.agame.com/">www.agame.com</a><br />
<a target = "_blank" href = "http://www.mindjolt.com/">www.mindjolt.com</a><br />
<a target = "_blank" href = "http://www.oyunlar1.com/">www.oyunlar1.com</a></p>
<p><strong>More than 100,000 views</strong></p>
<p><a target = "_blank" href = "http://www.7k7k.com/">www.7k7k.com</a><br />
<a target = "_blank" href = "http://www.andkon.com/">www.andkon.com</a><br />
<a target = "_blank" href = "http://www.ejocurigratis.ro/">www.ejocurigratis.ro</a><br />
<a target = "_blank" href = "http://www.fastgames.com/">www.fastgames.com</a><br />
<a target = "_blank" href = "http://www.flasharcadegamessite.com/">www.flasharcadegamessite.com</a><br />
<a target = "_blank" href = "http://www.flashgames.it/">www.flashgames.it</a><br />
<a target = "_blank" href = "http://www.freeonlinegames.com/">www.freeonlinegames.com</a><br />
<a target = "_blank" href = "http://www.freeworldgroup.com/">www.freeworldgroup.com</a><br />
<a target = "_blank" href = "http://www.funnygames.nl/">www.funnygames.nl</a><br />
<a target = "_blank" href = "http://www.gamegarage.co.uk/">www.gamegarage.co.uk</a><br />
<a target = "_blank" href = "http://www.games2girls.com/">www.games2girls.com</a><br />
<a target = "_blank" href = "http://www.gamesfreak.net/">www.gamesfreak.net</a><br />
<a target = "_blank" href = "http://www2.jeux.com/">www2.jeux.com</a><br />
<a target = "_blank" href = "http://www.jogosjogos.com/">www.jogosjogos.com</a><br />
<a target = "_blank" href = "http://www.juegos10.com/">www.juegos10.com</a><br />
<a target = "_blank" href = "http://www.juegosdiarios.com/">www.juegosdiarios.com</a><br />
<a target = "_blank" href = "http://www.killsometime.com/">www.killsometime.com</a><br />
<a target = "_blank" href = "http://www.kongregate.com/">www.kongregate.com</a><br />
<a target = "_blank" href = "http://www.micoia.net/">www.micoia.net</a><br />
<a target = "_blank" href = "http://www.minijuegos.com/">www.minijuegos.com</a><br />
<a target = "_blank" href = "http://www.net-games.biz/">www.net-games.biz</a><br />
<a target = "_blank" href = "http://www.net-games.co.il/">www.net-games.co.il</a><br />
<a target = "_blank" href = "http://www.newgrounds.com/">www.newgrounds.com</a><br />
<a target = "_blank" href = "http://www.onemorelevel.com/">www.onemorelevel.com</a><br />
<a target = "_blank" href = "http://www.oyunskor.com/">www.oyunskor.com</a><br />
<a target = "_blank" href = "http://www.physicsgames.net/">www.physicsgames.net</a><br />
<a target = "_blank" href = "http://www.playedonline.com/">www.playedonline.com</a><br />
<a target = "_blank" href = "http://www.puffgames.com/">www.puffgames.com</a><br />
<a target = "_blank" href = "http://www.spele.nl/">www.spele.nl</a><br />
<a target = "_blank" href = "http://www.thegamehomepage.com/">www.thegamehomepage.com</a><br />
<a target = "_blank" href = "http://www.wyspagier.pl/">www.wyspagier.pl</a><br />
<a target = "_blank" href = "http://www.xiaoyouxi.cn/">www.xiaoyouxi.cn</a><br />
<a target = "_blank" href = "http://www.yougame.com/">www.yougame.com</a></p>
<p>Happy submission&#8230; (did I forget some portals?)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.emanueleferonato.com/2009/12/23/35-game-portals-that-can-give-your-game-at-least-100k-views/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
	</channel>
</rss>
