<?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>Talk Binary &#187; Puzzles</title> <atom:link href="http://talkbinary.com/category/programming/puzzles/feed/" rel="self" type="application/rss+xml" /><link>http://talkbinary.com</link> <description>Programming Resources, Technology, Computers</description> <lastBuildDate>Fri, 30 Jul 2010 18:22:57 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>Piranha Plant, Wario, and Coin Game</title><link>http://talkbinary.com/programming/opengl/piranha-plant-wario-and-coin-game/</link> <comments>http://talkbinary.com/programming/opengl/piranha-plant-wario-and-coin-game/#comments</comments> <pubDate>Tue, 12 Aug 2008 02:06:07 +0000</pubDate> <dc:creator>Diego</dc:creator> <category><![CDATA[Game Development]]></category> <category><![CDATA[OpenGL]]></category> <category><![CDATA[PC]]></category> <category><![CDATA[Puzzles]]></category> <category><![CDATA[Video Games]]></category> <category><![CDATA[cool games]]></category> <category><![CDATA[free games]]></category> <category><![CDATA[game source code]]></category> <category><![CDATA[learn opengl]]></category> <category><![CDATA[learn sdl]]></category> <category><![CDATA[logic puzzles]]></category> <category><![CDATA[sdl]]></category><guid
isPermaLink="false">http://talkbinary.com/?p=560</guid> <description><![CDATA[If you have been following the Talk Binary posts, you might remember that Diego made a post about the Fox, Sheep, and Cabbage Game. Well, in the last two weeks I have been developing a spin off to that same game. It&#8217;s called Piranha Plant, Wario, and Coin Game. The logic of the game is [...]]]></description> <content:encoded><![CDATA[<p>If you have been following the Talk Binary posts, you might remember that Diego made a post about the<br
/> <a
href="http://talkbinary.com/2008/07/fox-sheep-and-cabbage-puzzle/">Fox, Sheep, and Cabbage Game</a>. Well, in the last two weeks I have been developing a spin off to that same game. It&#8217;s called Piranha Plant, Wario, and Coin Game. The logic of the game is easy. Don&#8217;t leave the Piranha Plant with Wario and don&#8217;t leave Wario with the Coin.</p><p>Here is a screen shot of the main menu:</p><p><center><a
href="http://talkbinary.com/wp-content/uploads/2008/08/untitled-2.png"><img
src="http://talkbinary.com/wp-content/uploads/2008/08/untitled-2-300x225.png" alt="" title="Piranha Plant, Wario, and Coin Game" width="300" height="225" class="alignnone size-medium wp-image-561" /></a></center><br
/> <span
id="more-560"></span></p><p>My main incentive for making this game was to demonstrate the use of OpenGL and SDL on Windows. For that reason both the Compiled game and Source code will be available for download. With it you can easily edit images, and make your own changes to it. While doing so we encourage you to ask question in our forums as well as post your modifications. I hope everyone enjoys this! You can find the <a
href="http://talkbinary.com/forums/index.php?topic=61.0">source code</a> in our forums in our OpenGL board.</p><p><strong>Instructions on how to play the game:</strong></p><p>Click a selection block to select a character to go onto the floater.<br
/> Hit <strong>Spacebar</strong> to toggle between Selection mode and Go! mode.<br
/> When in Go! mode use <strong>Left click</strong> to move floater <strong>Right</strong> and <strong>Right click</strong> to move floater <strong>Left.</strong></p><p>That is pretty much it.</p><p><strong>Here is the link to the game &#038; source code, Enjoy! </strong><br
/> <a
href="http://www.mediafire.com/?np5cabtduyw">Piranha Plant, Wario, and Coin Game</a><br
/> <a
href="http://talkbinary.com/forums/index.php?topic=61.0">Piranha Plant, Wario, and Coin Game Source Code</a></p><h3  class="related_post_title">Related Posts</h3><ul
class="related_post"><li><a
href="http://talkbinary.com/programming/game-development/talkbinary-tic-tac-toe-complete-game-source/" title="TalkBinary Tic Tac Toe Complete Game + Source">TalkBinary Tic Tac Toe Complete Game + Source</a> (0)</li><li><a
href="http://talkbinary.com/programming/game-development/tb-tic-tac-toe/" title="TB Tic Tac Toe">TB Tic Tac Toe</a> (1)</li><li><a
href="http://talkbinary.com/programming/game-development/classic-pong/" title="Classic Pong ">Classic Pong </a> (1)</li><li><a
href="http://talkbinary.com/programming/opengl/codeblocks-with-sdl-support/" title="CodeBlocks with SDL Support">CodeBlocks with SDL Support</a> (6)</li></ul>]]></content:encoded> <wfw:commentRss>http://talkbinary.com/programming/opengl/piranha-plant-wario-and-coin-game/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Fox, Sheep, and Cabbage Puzzle</title><link>http://talkbinary.com/programming/puzzles/fox-sheep-and-cabbage-puzzle/</link> <comments>http://talkbinary.com/programming/puzzles/fox-sheep-and-cabbage-puzzle/#comments</comments> <pubDate>Wed, 23 Jul 2008 19:00:38 +0000</pubDate> <dc:creator>Diego</dc:creator> <category><![CDATA[Puzzles]]></category> <category><![CDATA[cabbage]]></category> <category><![CDATA[fox]]></category> <category><![CDATA[game]]></category> <category><![CDATA[puzzle]]></category> <category><![CDATA[sheep]]></category><guid
isPermaLink="false">http://talkbinary.com/?p=362</guid> <description><![CDATA[In Computer Science algorithms play a big role in this discipline. What is an algorithm? Simplest way to put is, it&#8217;s a series of steps in order to solve a problem. Doesn&#8217;t necessarily have to be the most efficiently but thats what all computer scientists strive for, efficiency in order to solve problems within a [...]]]></description> <content:encoded><![CDATA[<p>In Computer Science algorithms play a big role in this discipline.  What is an <b>algorithm</b>? Simplest way to put is, it&#8217;s a series of steps in order to solve a problem. Doesn&#8217;t necessarily have to be the most efficiently but thats what all computer scientists strive for, efficiency in order to solve problems within a feasible time frame. <br/><br
/> Sometimes, for professors to get students understand the basics of come complex algorithms, we are presented with simple games in order to be able to understand why efficiency plays a big role. In other words, it might take us a long time to solve it once, but after that, it might take us a significantly shorter amount of time. (Or do they do this merely to help our ego?)</p><p><center><img
src="http://talkbinary.com/wp-content/uploads/2008/07/scfheader.jpg" alt="" title="scfheader" width="450" height="77" class="alignnone size-full wp-image-364" /></center></p><h3>The Fox, Sheep, and Cabbage Puzzle</h3><p>I introduce you to this very famous puzzle. Can you solve it? You simply need to cross the fox, sheep, and cabbage across the river but may only take one at a time across!<br
/> <span
id="more-362"></span><br
/><center><a
href="http://talkbinary.com/wp-content/uploads/2008/07/scf.jpg"><img
src="http://talkbinary.com/wp-content/uploads/2008/07/scf-300x190.jpg" alt="" title="scf" width="300" height="190" class="alignnone size-medium wp-image-363" /></a></center></p><p>Play the game <a
href="http://www.plastelina.net/games/loginpageG1.swf" rel="nofollow">here</a>!</p><h3  class="related_post_title">Related Posts</h3><ul
class="related_post"><li><a
href="http://talkbinary.com/gaming/duken-nukem-trailer-is-simply-phenomenal/" title="Duke Nukem trailer is simply phenomenal ">Duke Nukem trailer is simply phenomenal </a> (2)</li><li><a
href="http://talkbinary.com/gaming/frets-on-fire-for-pc-guitar-hero-clone/" title="Frets on Fire for PC &#8211; Guitar Hero Clone">Frets on Fire for PC &#8211; Guitar Hero Clone</a> (0)</li></ul>]]></content:encoded> <wfw:commentRss>http://talkbinary.com/programming/puzzles/fox-sheep-and-cabbage-puzzle/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 24/60 queries in 0.276 seconds using disk

Served from: talkbinary.com @ 2010-07-31 09:51:23 -->