<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-18396555</id><updated>2026-04-13T02:56:48.466-04:00</updated><category term="Puzzle"/><category term="Action"/><category term="Arcade"/><category term="Adventure"/><category term="Shooter"/><category term="Strategy"/><category term="Walkthrough"/><category term="Sport"/><category term="RPG"/><category term="Tower Defense"/><category term="Racing"/><category term="Card Games"/><category term="Fighter"/><category term="Board"/><title type='text'>Games on the Web</title><subtitle type='html'>Are you bored?  Looking for a new game to play?  So am I.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://gamesontheweb.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default?alt=atom&amp;redirect=false'/><link rel='alternate' type='text/html' href='http://gamesontheweb.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default?alt=atom&amp;start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/18153935609499338685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>400</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-18396555.post-4179882398649150193</id><published>2008-09-12T15:04:00.001-04:00</published><updated>2008-09-12T15:35:01.302-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Puzzle"/><category scheme="http://www.blogger.com/atom/ns#" term="Walkthrough"/><title type='text'>Light Bot Walkthrough</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjt6Q0qMVz6khi7ZcG03fzKF_v96sbvxUICvdi4i5jUt7f0_3K6yN4nn6r8Nn6PnzvPwXcmu6f1t5DlC-sd9x6jFXPXfbCWW-KoIUnr_qoJAwyV_USE0tsT8SIL-15DwMcoSPtK/s1600-h/Light-Bot.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhu7xaJt5vm_M4iFPM2CgAkNw7zL-LknfiF8LrICfkWR9GgHkRnoglBBSV8QgOdywxy9tPAAW5bVW4DYxBtBmjGwkhqhOxI9wokb7RTLB_J72hFEqDVmRVXC1zQW24rQxadJicU/s320-r/Light-Bot.JPG&quot; /&gt;&lt;/a&gt;&lt;/div&gt;Light Bot is a fun puzzle game.  Simply &#39;program&#39; your robot to move to each of the blue squares and light it up.  You need to learn to be efficient, but each you get two functions along with the main program to play with.  So, it&#39;s just a matter of learning how to put those repeatable steps into the functions and use those when you can.&lt;br /&gt;
&lt;br /&gt;
If you get stuck, there&#39;s a walkthrough below.  If you want to try it on your own, play &lt;a href=&quot;http://armorgames.com/play/2205/light-bot&quot;&gt;Light Bot&lt;/a&gt; at armorgames.&lt;br /&gt;
&lt;br /&gt;
WALKTHROUGH:  DO NOT READ BELOW THIS LINE IF YOU WANT TO DO IT ON YOUR OWN!&lt;br /&gt;
&lt;br /&gt;
In each level, your program consists of three sections.  The Main, function 1 and function 2.  The programs you can put in are left, right, forward, light, jump, function1 and function2.  I don&#39;t claim this is the most efficient to any of the levels, but it will get you by.&lt;br /&gt;
&lt;br /&gt;
Level 1:&lt;br /&gt;
Main program: Forward, forward, light&lt;br /&gt;
Function 1:&lt;br /&gt;
Function 2:&lt;br /&gt;
&lt;br /&gt;
Level 2:&lt;br /&gt;
Main program: Right, forward, left, forward, forward, forward, forward, left, forward, light&lt;br /&gt;
Function 1:&lt;br /&gt;
Function 2:&lt;br /&gt;
&lt;br /&gt;
Level 3:&lt;br /&gt;
Main program: Forward, jump, jump, forward, light, left, forward, light, forward, light.&lt;br /&gt;
Function 1:&lt;br /&gt;
Function 2:&lt;br /&gt;
&lt;br /&gt;
Level 4:&lt;br /&gt;
Main program: Forward, jump, jump, forward, right, forward, forward, forward, forward, forward, light.&lt;br /&gt;
Function 1:&lt;br /&gt;
Function 2:&lt;br /&gt;
&lt;br /&gt;
Level 5:&lt;br /&gt;
Main program: jump, F1, F1, jump, jump, jump, light&lt;br /&gt;
Function 1: Forward, forward, forward, light&lt;br /&gt;
Function 2:&lt;br /&gt;
&lt;br /&gt;
Level 6:&lt;br /&gt;
Main program: F1, right, F1, light, jump, right, F2, right, right, F2, F2&lt;br /&gt;
Function 1: forward, jump jump&lt;br /&gt;
Function 2: Forward, forward, forward, light&lt;br /&gt;
&lt;br /&gt;
Level 7:&lt;br /&gt;
Main program: F2, light, right, forward, right, light, F2&lt;br /&gt;
Function 1:forward, light, forward, light, forward, light, forward, light&lt;br /&gt;
Function 2: F1, F1&lt;br /&gt;
&lt;br /&gt;
Level 8:&lt;br /&gt;
Main program: Jump, forward, light, F2, right, F1, F1, F2, right, F2&lt;br /&gt;
Function 1: F2, F2, right&lt;br /&gt;
Function 2: Forward, forward, light&lt;br /&gt;
&lt;br /&gt;
Level 9:&lt;br /&gt;
Main program: Jump, left, jump, F2&lt;br /&gt;
Function 1: jump, light, forward, light, jump, light, right&lt;br /&gt;
Function 2: F1, F1, F1, F1&lt;br /&gt;
&lt;br /&gt;
Level 10 (I found this to be the hardest one):&lt;br /&gt;
Main program: F1, F2, left, jump, right, F1, F1, F1, F1, left, F2, F1&lt;br /&gt;
Function 1: jump, jump, jump, forward, forward, forward, light, right&lt;br /&gt;
Function 2: left, jump, left, jump, forward, right, jump&lt;br /&gt;
&lt;br /&gt;
Level 11:&lt;br /&gt;
Main program: F1, jump, right, F1, jump, right, F1&lt;br /&gt;
Function 1: F2, F2, left, jump, left, F2, F2, right&lt;br /&gt;
Function 2: Light, forward, light, forward, light, forward, light, forward&lt;br /&gt;
&lt;br /&gt;
Level 12:&lt;br /&gt;
Main program: Forward, jump, light, F1, F1, F1, F2, light &lt;br /&gt;
Function 1: Jump, light, Jump, light, jump, light, right &lt;br /&gt;
Function 2: Jump, light, jump, light, jump, F1, F1, F1</content><link rel='replies' type='application/atom+xml' href='http://gamesontheweb.blogspot.com/feeds/4179882398649150193/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gamesontheweb.blogspot.com/2008/09/light-bot-walkthrough.html#comment-form' title='12 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/4179882398649150193'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/4179882398649150193'/><link rel='alternate' type='text/html' href='http://gamesontheweb.blogspot.com/2008/09/light-bot-walkthrough.html' title='Light Bot Walkthrough'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/18153935609499338685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhu7xaJt5vm_M4iFPM2CgAkNw7zL-LknfiF8LrICfkWR9GgHkRnoglBBSV8QgOdywxy9tPAAW5bVW4DYxBtBmjGwkhqhOxI9wokb7RTLB_J72hFEqDVmRVXC1zQW24rQxadJicU/s72-c-r/Light-Bot.JPG" height="72" width="72"/><thr:total>12</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18396555.post-473645527152401789</id><published>2008-05-30T15:25:00.006-04:00</published><updated>2008-05-30T15:32:51.702-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Puzzle"/><title type='text'>Applicate ver.0</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFjdRElg-xOG9dbyFU9ZXBFtoT13lNgvJjKg0CjB9lbeWUDx2dSQrRtdhjmYtIkJvxt1NtegV89wico-W3v6wOrgtZbB8kBu4VGcf_DZTDnMzZJkL4kRCv1kTH7pW1zPZkn2Kq/s1600-h/applicate.JPG&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFjdRElg-xOG9dbyFU9ZXBFtoT13lNgvJjKg0CjB9lbeWUDx2dSQrRtdhjmYtIkJvxt1NtegV89wico-W3v6wOrgtZbB8kBu4VGcf_DZTDnMzZJkL4kRCv1kTH7pW1zPZkn2Kq/s200/applicate.JPG&quot; alt=&quot;Applicate Ver.0&quot; title=&quot;Applicate Ver.0&quot; id=&quot;BLOGGER_PHOTO_ID_5206255597354940914&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;A new game from the creator of the Grow series is out and it&#39;s called Applicate.  Very short simple game of dropping apples.  There&#39;s no directions, but it&#39;s not that hard to figure out.&lt;br /&gt;&lt;br /&gt;The objective of each of the five levels is to get an apple eye guy (see the image... the apples with eyes in them are apple eye guys) to the door.  Every time you click on an apple that is already on the screen, you take a bite out of it, dropping a new apple where the arrow is currently located.  If you drop an apple on an uneaten apple, an apple eye guy will appear.&lt;br /&gt;&lt;br /&gt;Keep in mind, he will always try walking to the right first.  You may need to block his way to get him to turn around and go back to the doorway.&lt;br /&gt;&lt;br /&gt;It sounds weird, but the graphics are as good as always.  If you need any hints, ask below in the comments and I&#39;ll try to walk you through each level.&lt;br /&gt;&lt;br /&gt;With only five levels, this is a short game to play if you&#39;re interested.&lt;br /&gt;&lt;br /&gt;Play &lt;a href=&quot;http://www.eyezmaze.com/eyezblog_en/blog/2008/05/applicate_ver0.html&quot;&gt;Applicate Ver.0&lt;/a&gt; at eyezmaze.</content><link rel='replies' type='application/atom+xml' href='http://gamesontheweb.blogspot.com/feeds/473645527152401789/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gamesontheweb.blogspot.com/2008/05/applicate-ver0.html#comment-form' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/473645527152401789'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/473645527152401789'/><link rel='alternate' type='text/html' href='http://gamesontheweb.blogspot.com/2008/05/applicate-ver0.html' title='Applicate ver.0'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/18153935609499338685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFjdRElg-xOG9dbyFU9ZXBFtoT13lNgvJjKg0CjB9lbeWUDx2dSQrRtdhjmYtIkJvxt1NtegV89wico-W3v6wOrgtZbB8kBu4VGcf_DZTDnMzZJkL4kRCv1kTH7pW1zPZkn2Kq/s72-c/applicate.JPG" height="72" width="72"/><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18396555.post-8347212156876177250</id><published>2008-05-13T16:22:00.004-04:00</published><updated>2008-05-13T16:34:55.537-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Adventure"/><category scheme="http://www.blogger.com/atom/ns#" term="RPG"/><title type='text'>Brute Wars</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjel97F4v5BZasZ4Rw2N7Qw-mk-Rw2TxtHkbOxQJWEd3dB9VhXDYwwG2Kr81zg4X6rebbYRfMNlvnxzLliuaCI9RuB4pkzs5hmftrA9-Elnjy0R1KulWD8bNfvid6dgD0EgDXg9/s1600-h/brute+wars.JPG&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjel97F4v5BZasZ4Rw2N7Qw-mk-Rw2TxtHkbOxQJWEd3dB9VhXDYwwG2Kr81zg4X6rebbYRfMNlvnxzLliuaCI9RuB4pkzs5hmftrA9-Elnjy0R1KulWD8bNfvid6dgD0EgDXg9/s200/brute+wars.JPG&quot; alt=&quot;Brute Wars&quot; title=&quot;Brute Wars - Fighting Screen&quot; id=&quot;BLOGGER_PHOTO_ID_5199963430725116258&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Brute Wars is a pretty good RPG game just released on kongregate.  Pick your team of brutes (animals) making sure to balance your magical prowess as well as your brute force.  Then get out there and conquer the castles in an attempt to reach mount Asio.&lt;br /&gt;&lt;br /&gt;Really, the story line isn&#39;t all that exciting, nor is it all that pertinent to the game play.&lt;br /&gt;Just put together the best team you can.  You&#39;ll  have to take into account several different factors to advance.&lt;br /&gt;&lt;br /&gt;First, there&#39;s a front and a back line.  Keep your power hitters up front, and your distance hitters in back.  But if someone&#39;s taking a beating, it&#39;s helpful to have another power hitter to switch in for him.&lt;br /&gt;&lt;br /&gt;You only get so many actions a turn, so replacing someone in the front line may use up all your actions for a turn.  Later on in the game, you&#39;ll have more actions per turn to play with, making it easier to switch men in and out.&lt;br /&gt;&lt;br /&gt;The gameplay is not intuitive, so read through the directions.&lt;br /&gt;&lt;br /&gt;Magical spells are stronger if you have more of the same type of character (water, fire, brute, etc...)  But it also makes it more likely you could go up against someone who&#39;s in a great position to hit you in your weak point.  I liked to balance things out more.&lt;br /&gt;&lt;br /&gt;You can replace some of your characters by getting to a shop and buying a randomizer.  That&#39;s the only way to get shadow creatures.  This option will not be available right away.&lt;br /&gt;&lt;br /&gt;You can travel back over spots you&#39;ve already fought for to engage in random battles and build up points to buy food, syringes (to wake up those dozing creatures -- they&#39;ve been knocked out) and randomizers.  You also need the points to buy the upgrades (treasure chests on the map).&lt;br /&gt;&lt;br /&gt;Play&lt;a href=&quot;http://www.kongregate.com/games/distractionbeast/brute-wars/?referrer=gotw&quot;&gt; Brute Wars&lt;/a&gt; at kongregate.</content><link rel='replies' type='application/atom+xml' href='http://gamesontheweb.blogspot.com/feeds/8347212156876177250/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gamesontheweb.blogspot.com/2008/05/brute-wars.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/8347212156876177250'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/8347212156876177250'/><link rel='alternate' type='text/html' href='http://gamesontheweb.blogspot.com/2008/05/brute-wars.html' title='Brute Wars'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/18153935609499338685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjel97F4v5BZasZ4Rw2N7Qw-mk-Rw2TxtHkbOxQJWEd3dB9VhXDYwwG2Kr81zg4X6rebbYRfMNlvnxzLliuaCI9RuB4pkzs5hmftrA9-Elnjy0R1KulWD8bNfvid6dgD0EgDXg9/s72-c/brute+wars.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18396555.post-7609678090192850916</id><published>2008-04-28T11:51:00.004-04:00</published><updated>2008-04-28T12:12:14.002-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Puzzle"/><category scheme="http://www.blogger.com/atom/ns#" term="Walkthrough"/><title type='text'>Meet In Ver.0 Walkthrough</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEini_Eu0j0UEcjNH1hVj9ZlUlM1_livMytSdYKny7cOY6-412bXOhqI0HFvTBGJFaEULGfulh1V9jLMJTVoshxzV4oGl4M7j1cf_U2wkDbGuPILpUCWN2PO7vbCgSytvaTJNcUO/s1600-h/MeetINVer0.JPG&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEini_Eu0j0UEcjNH1hVj9ZlUlM1_livMytSdYKny7cOY6-412bXOhqI0HFvTBGJFaEULGfulh1V9jLMJTVoshxzV4oGl4M7j1cf_U2wkDbGuPILpUCWN2PO7vbCgSytvaTJNcUO/s200/MeetINVer0.JPG&quot; alt=&quot;Meet In Ver.0&quot; title=&quot;Meet In Ver.0&quot; id=&quot;BLOGGER_PHOTO_ID_5194329399085466162&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;The famous author of the Grow series is back with a new game after a prolonged sickness (I&#39;m glad to see he&#39;s feeling better!).  The new game, Meet In, is like his other puzzle games, but also unlike them.  It&#39;s cute, short and fun, but definitely has the same feeling to it as his other games.&lt;br /&gt;&lt;br /&gt;For a complete walkthrough, look below, but in the meantime, go play!&lt;br /&gt;&lt;br /&gt;Play &lt;a href=&quot;http://www.eyezmaze.com/eyezblog_en/blog/2008/04/meet_in_ver0.html&quot;&gt;Meet In Ver.0&lt;/a&gt; at eyezmaze.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Walkthrough&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;In the first box, I&#39;m going to label this one dad.  The second box (top right) is going to be mom.  The bottom left is baby and the bottom right is kid.&lt;br /&gt;&lt;br /&gt;Move the baby onto the blue button.  Mom is now free to move down into the hedge maze.  Move her onto the button at the bottom of the maze.&lt;br /&gt;&lt;br /&gt;Switch to dad and move him onto the moving platform that mom just engaged (just head south in the hedge maze).  Move the baby onto the other button on it&#39;s screen to move dad to the other side.&lt;br /&gt;&lt;br /&gt;Move dad to the right and sit on the bottom of the two buttons to change the stone maze the kid is in.  Keep switching the stone maze back and forth and moving the kid around until he is free and in the upper left corner.  Move the kid up until he steps on the orange button to remove the orange square for dad to pass through.&lt;br /&gt;&lt;br /&gt;Dad can step on the green button to remove the green obstruction from the kids way.  Have the kid step on the purple button to remove the purple block from the baby&#39;s way.&lt;br /&gt;&lt;br /&gt;Dad, kid and baby can now enter the room with MEET on the floor.  Place each of them on their respective color to allow mom to enter as well.  Switch to mom and bring her in and put her on the final T.  You Win!</content><link rel='replies' type='application/atom+xml' href='http://gamesontheweb.blogspot.com/feeds/7609678090192850916/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gamesontheweb.blogspot.com/2008/04/meet-in-ver0-walkthrough.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/7609678090192850916'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/7609678090192850916'/><link rel='alternate' type='text/html' href='http://gamesontheweb.blogspot.com/2008/04/meet-in-ver0-walkthrough.html' title='Meet In Ver.0 Walkthrough'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/18153935609499338685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEini_Eu0j0UEcjNH1hVj9ZlUlM1_livMytSdYKny7cOY6-412bXOhqI0HFvTBGJFaEULGfulh1V9jLMJTVoshxzV4oGl4M7j1cf_U2wkDbGuPILpUCWN2PO7vbCgSytvaTJNcUO/s72-c/MeetINVer0.JPG" height="72" width="72"/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18396555.post-730923520450432842</id><published>2008-04-25T14:06:00.005-04:00</published><updated>2008-04-25T14:30:51.549-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Puzzle"/><category scheme="http://www.blogger.com/atom/ns#" term="Walkthrough"/><title type='text'>The Life Ark</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUxn1y_mDp_-kSqSzMEOkjE6NWrr5BmyYff7Qg3pDmLYT69ki5jxkA0mPFtk7qVEcS_FOZpkXXENX6gTWQ6cb6sflOiFvuK8j8gy_yR9O_DbTNIZgAz68Z77znfN1bVasRo3PW/s1600-h/life+ark+2.JPG&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUxn1y_mDp_-kSqSzMEOkjE6NWrr5BmyYff7Qg3pDmLYT69ki5jxkA0mPFtk7qVEcS_FOZpkXXENX6gTWQ6cb6sflOiFvuK8j8gy_yR9O_DbTNIZgAz68Z77znfN1bVasRo3PW/s200/life+ark+2.JPG&quot; alt=&quot;The Life Ark&quot; title=&quot;The Life Ark 2 by 2 Animals&quot; id=&quot;BLOGGER_PHOTO_ID_5193251800380834322&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;A point and click adventure, the Life Ark puts you in charge of developing life on a planet.  Develop life through fire, water, alien life forms and big old teapots.&lt;br /&gt;&lt;br /&gt;Like Grow, Warbears and Sprout, the objective is to click on the right things in the right order.  The actions will take place automatically and you will soon have a green and lush forest along with all the animals (two by two) on your planet to enjoy.  But if you click on them in the wrong order, your trees will die off, your little helpers (men) will pass out from the heat, and basically you&#39;ll just have to reset and start over.&lt;br /&gt;&lt;br /&gt;That is, unless, you were willing to use the walkthrough below.&lt;br /&gt;&lt;br /&gt;Play &lt;a href=&quot;http://freeworldgroup.com/games6/gameindex/thelifeark.htm&quot;&gt;the Life Ark&lt;/a&gt; at freeworldgroup.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Walkthrough&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjrUWUCG36cWRHMF7THf_nlh96s5CYOS5Xwr3AolHmuchWzxuXDqO42MQExjS8xo5CUo85U40U8KWTm2oKTEehURu4z6he4eG0anC8JdeHznMwovP2u8Zq1oT-WYomFjhP-NK7/s1600-h/life+ark.JPG&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjrUWUCG36cWRHMF7THf_nlh96s5CYOS5Xwr3AolHmuchWzxuXDqO42MQExjS8xo5CUo85U40U8KWTm2oKTEehURu4z6he4eG0anC8JdeHznMwovP2u8Zq1oT-WYomFjhP-NK7/s200/life+ark.JPG&quot; alt=&quot;The Life Ark&quot; title=&quot;The Life Ark&quot; id=&quot;BLOGGER_PHOTO_ID_5193251899165082146&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Click on the tablet (in the middle of the ground).  Choose the right symbol.  Note the small circles or triangles or spots or whatever it appears to be that move around the card as you move from card to card.  Just complete the pattern.  An outlet appears where the tablet was.&lt;br /&gt;&lt;br /&gt;Click on the cord hanging from the cloud to get it to start moving.  When it&#39;s over the outlet, click on the cord again.  Click on the outlet.  When the cloud gets charged up (turns black), click on the plug to release it.&lt;br /&gt;&lt;br /&gt;Click on the cord again to move the cloud over the rock in the volcano.  Click on the rock.  Click on the door in the mountain.  Hit the button in the center until both disks have the fire at the top.&lt;br /&gt;&lt;br /&gt;Click on the fire (left side of volcano).  The cloud may have floated around.  Move it over the mountain again.  Click on the steam clouds (circles) floating up.&lt;br /&gt;&lt;br /&gt;After the cloud absorbs enough water (turns dark gray), move the cloud out over the pond.  Click on the pond to dump some water.&lt;br /&gt;&lt;br /&gt;Click on the trees to get an apple to fall.  Click on the cave.  Click on the apple to get the man to eat it (apple of knowledge).  Click on the man (his head) to turn it into an radio signal.&lt;br /&gt;&lt;br /&gt;When the spaceship arrives, click on the cave again.  Click on the river to get the new man to move the water over to the plant to help it grow.  Click on the plant to climb up and get the blue gem.&lt;br /&gt;&lt;br /&gt;Click on the fire to change the teapot into another UFO.  Click on the picture of the UFO.  Click on the read teapot, then on the hatch on the boat.  Solve the puzzle (similar to the first one).&lt;br /&gt;&lt;br /&gt;Success!</content><link rel='replies' type='application/atom+xml' href='http://gamesontheweb.blogspot.com/feeds/730923520450432842/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gamesontheweb.blogspot.com/2008/04/life-ark.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/730923520450432842'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/730923520450432842'/><link rel='alternate' type='text/html' href='http://gamesontheweb.blogspot.com/2008/04/life-ark.html' title='The Life Ark'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/18153935609499338685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUxn1y_mDp_-kSqSzMEOkjE6NWrr5BmyYff7Qg3pDmLYT69ki5jxkA0mPFtk7qVEcS_FOZpkXXENX6gTWQ6cb6sflOiFvuK8j8gy_yR9O_DbTNIZgAz68Z77znfN1bVasRo3PW/s72-c/life+ark+2.JPG" height="72" width="72"/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18396555.post-8413587867278084396</id><published>2008-04-16T13:59:00.004-04:00</published><updated>2008-04-16T14:11:09.696-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Strategy"/><category scheme="http://www.blogger.com/atom/ns#" term="Walkthrough"/><title type='text'>Warlords: Call to Arms</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiaffs7jQZaO_XWumf4h8NU7TyVtYwxGvMcFRffdpT-Y2Odjg-RWck-vjvHtWxvSnqyClLbh_7_tGjyTtrgJTFTKnF-8b_7aonKWtcc0ioohPTzAGAjPGjwMmOJJ_7lDvt7-hWo/s1600-h/warlords.JPG&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiaffs7jQZaO_XWumf4h8NU7TyVtYwxGvMcFRffdpT-Y2Odjg-RWck-vjvHtWxvSnqyClLbh_7_tGjyTtrgJTFTKnF-8b_7aonKWtcc0ioohPTzAGAjPGjwMmOJJ_7lDvt7-hWo/s200/warlords.JPG&quot; alt=&quot;Warlords Call to Arms&quot; title=&quot;Warlords Call to Arms&quot; id=&quot;BLOGGER_PHOTO_ID_5189906764917858226&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Warlords is a strategy war game that just isn&#39;t all that strategic.  Build your army one guy at a time and send him across the board.  The bigger your guy is, the longer it takes for him to be sent.  The number of men (or demons or elves or ...) you can build is very impressive.&lt;br /&gt;&lt;br /&gt;Unfortunately, as I already said, this game isn&#39;t that hard to beat.  Here&#39;s how to do it in 4 steps&lt;br /&gt;&lt;br /&gt;1) Always choose the hardest level to beat.  While it may make sense to beat the easier levels first, it actually makes it harder in the long run as the difficulty increases with each level.  Buying upgrades is nice, but not key to winning.&lt;br /&gt;&lt;br /&gt;2) Set your options to auto release.  Either that or get used to holding the space bar down.&lt;br /&gt;&lt;br /&gt;3) Send 95% of your guys along one row (as you can see from the picture).&lt;br /&gt;&lt;br /&gt;4) Select charge when you can.&lt;br /&gt;&lt;br /&gt;And that&#39;s it.  You&#39;ll beat every level by overwhelming that one row of attackers.  The only exception is when you face off against the troll giants, as they can stomp right along that one row.  In that level, just send your speediest guys along every row (in other words, spread out your attack).&lt;br /&gt;&lt;br /&gt;By beating the harder levels first, you&#39;ll have an easier time completing the game at the end.&lt;br /&gt;&lt;br /&gt;I had fun playing this game, it&#39;s too bad I figured out such an easy way to beat it.  Playing as the demons isn&#39;t all that different from playing with any other race, so I&#39;m not sure how much of a&lt;br /&gt;reward they are.&lt;br /&gt;&lt;br /&gt;Play &lt;a href=&quot;http://www.kongregate.com/games/DJStatika/warlords-call-to-arms?refer=gotw&quot;&gt;Warlords: Call to Arms&lt;/a&gt; at kongregate.</content><link rel='replies' type='application/atom+xml' href='http://gamesontheweb.blogspot.com/feeds/8413587867278084396/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gamesontheweb.blogspot.com/2008/04/warlords-call-to-arms.html#comment-form' title='27 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/8413587867278084396'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/8413587867278084396'/><link rel='alternate' type='text/html' href='http://gamesontheweb.blogspot.com/2008/04/warlords-call-to-arms.html' title='Warlords: Call to Arms'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/18153935609499338685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiaffs7jQZaO_XWumf4h8NU7TyVtYwxGvMcFRffdpT-Y2Odjg-RWck-vjvHtWxvSnqyClLbh_7_tGjyTtrgJTFTKnF-8b_7aonKWtcc0ioohPTzAGAjPGjwMmOJJ_7lDvt7-hWo/s72-c/warlords.JPG" height="72" width="72"/><thr:total>27</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18396555.post-38928191565192649</id><published>2008-03-22T00:21:00.005-04:00</published><updated>2008-03-31T14:53:51.625-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Shooter"/><title type='text'>Boxhead: The Zombie Wars</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEils0ixjNq8sFJt1wesRXQmtSf3LcxwMxFfh0ODdfvb_Qrlw47bkLoQKdEsFx5AEuJ6woSIEOsRz0K8ag7EMXYOKG_ls_FwUF-E6xGvYo9eoOzOCQ4rbwZT4GpBRbPQ4wdEVkep/s1600-h/boxhead+the+zombie+wars.JPG&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEils0ixjNq8sFJt1wesRXQmtSf3LcxwMxFfh0ODdfvb_Qrlw47bkLoQKdEsFx5AEuJ6woSIEOsRz0K8ag7EMXYOKG_ls_FwUF-E6xGvYo9eoOzOCQ4rbwZT4GpBRbPQ4wdEVkep/s200/boxhead+the+zombie+wars.JPG&quot; alt=&quot;boxhead the zombie wars&quot; title=&quot;boxhead the zombie wars&quot; id=&quot;BLOGGER_PHOTO_ID_5180418130109000082&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Boxhead, that zombie shooting series has it&#39;s fifth game out and this one just keeps getting tougher and better.  In Zombie Wars, you have more weapons, more zombies, more of everything waiting for you in this shooter.&lt;br /&gt;&lt;br /&gt;This game is tough.  The number of zombies quickly gets out of hand.  You need to learn how to react quickly, strategize (barrels, barricades, etc...) and more within the first few levels or else you will be dead and buried before you know it.&lt;br /&gt;&lt;br /&gt;There are plenty of battlefields to choose from, but it all comes down to your reaction time.&lt;br /&gt;&lt;br /&gt;Play &lt;a href=&quot;http://www.kongregate.com/games/SeanCooper/boxhead-the-zombie-wars&quot;&gt;Boxhead: the Zombie Wars&lt;/a&gt; at kongregate.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Update:&lt;/span&gt; Now that I&#39;ve played this game for a few weeks, I have a few pointers and tips.  First, the basics.&lt;br /&gt;&lt;br /&gt;There are two scenarios as you start out.  On the left side is the basic, and on the right side is defense.  They are the same game, it&#39;s just the &#39;defense&#39; is how things should look for you after a five or six rounds (if only a little bit neater).  You have a defense set up, with turrets and barricades.  You also have access to some more weaponry (as if you had worked your way through the earlier rounds). &lt;br /&gt;&lt;br /&gt;The difficulty ratings also place you further along.  It&#39;s as if you start off at round 10, instead of round 1.  You have access to more weapons, but the demons are already out to get you.  So if you&#39;re a newbie, place at beginner until you can get past the first few rounds.  Then up the difficulty.  It&#39;s as if you&#39;re restarting at a later level.&lt;br /&gt;&lt;br /&gt;Scenarios.  The scenarios don&#39;t really matter all that much to me.  Different landscape doesn&#39;t really affect gameplay all that much.  The smaller the field, the faster you have to deal with the hordes that come upon you.  Also, you don&#39;t want to get trapped behind your defensive bulwarks, so the direction they come at you isn&#39;t all that important either.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Basic walkthrough strategy&lt;/span&gt;: Set up a defensive perimeter using turrets and barricades.  Place more turrets and barricades as you can.  Replace those that fall.  Other than that, stay outside of your own perimeter and blast away.  If you stop for even a moment, the devils will flame you to death.  It only takes two quick shots from them to finish you off.  Plus, you need to get out there and pick up the boxes to restock and replace your health.  With a good defensive perimeter, you can last for a very long time.  Once I have a good setup going, the only reason I lose is because I end up setting turrets around myself, trapping myself.&lt;br /&gt;&lt;br /&gt;Barrel laying is great.  If you start laying out barrels in a trail behind you and set them off (or they get set off by the turrets or by the devils), you can lay waste to hordes at a time.  It&#39;s also great as a more offensive weapon.  Once the barrels are placed behind you, they can set off the next one in line (sort of like dominoes).  If you keep running ahead and placing more barrels, you can basically charge into a crowd and clear them out with explosions.&lt;br /&gt;&lt;br /&gt;The minigun is great at clearing out a line, but I find it hard to select it.  Instead, I usually use the barrels then the shotgun (once it&#39;s been sufficiently upgraded).  The air strike is fun (it will clear the whole screen).  The handgun is actually quite useful for a while, but won&#39;t help once it becomes too crowded.</content><link rel='replies' type='application/atom+xml' href='http://gamesontheweb.blogspot.com/feeds/38928191565192649/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gamesontheweb.blogspot.com/2008/03/boxhead-zombie-wars.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/38928191565192649'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/38928191565192649'/><link rel='alternate' type='text/html' href='http://gamesontheweb.blogspot.com/2008/03/boxhead-zombie-wars.html' title='Boxhead: The Zombie Wars'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/18153935609499338685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEils0ixjNq8sFJt1wesRXQmtSf3LcxwMxFfh0ODdfvb_Qrlw47bkLoQKdEsFx5AEuJ6woSIEOsRz0K8ag7EMXYOKG_ls_FwUF-E6xGvYo9eoOzOCQ4rbwZT4GpBRbPQ4wdEVkep/s72-c/boxhead+the+zombie+wars.JPG" height="72" width="72"/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18396555.post-7967147156670305496</id><published>2008-03-06T15:34:00.003-05:00</published><updated>2008-03-06T16:09:55.135-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Arcade"/><title type='text'>Even More Bloons</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgj6u1-QTKQ9S7FwWPO3sONQgswdunYMXuZG6aqRRJeFEw6FpBydW_5cHligb-s01E8CkSQ2w2vOxoOxzUvSApL0liTNJ7C2YpxXv409uwhvDg98PqW9FNpXlfUOKaQPq8TpFtC/s1600-h/Even+More+Bloons.JPG&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgj6u1-QTKQ9S7FwWPO3sONQgswdunYMXuZG6aqRRJeFEw6FpBydW_5cHligb-s01E8CkSQ2w2vOxoOxzUvSApL0liTNJ7C2YpxXv409uwhvDg98PqW9FNpXlfUOKaQPq8TpFtC/s200/Even+More+Bloons.JPG&quot; alt=&quot;Even More Bloons&quot; id=&quot;BLOGGER_PHOTO_ID_5174738632226687154&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;In case you didn&#39;t get enough out of &lt;a href=&quot;http://gamesontheweb.blogspot.com/2007/04/bloons-and-more-bloons.html&quot;&gt;Bloons and More Bloons&lt;/a&gt; followed up by &lt;a href=&quot;http://gamesontheweb.blogspot.com/2007/06/bloons-world.html&quot;&gt;Bloons World&lt;/a&gt; and then by &lt;a href=&quot;http://gamesontheweb.blogspot.com/2007/08/bloons-tower-defense.html&quot;&gt;Bloons Tower Defense&lt;/a&gt; and &lt;a href=&quot;http://gamesontheweb.blogspot.com/2007/10/bloons-tower-defense-2.html&quot;&gt;Bloons Tower Defense 2&lt;/a&gt;, now Ninja Kiwi has released Even More Bloons for your entertainment.&lt;br /&gt;&lt;br /&gt;Aim with your mouse, and hold down the left button to set the power.  One nice addition is the last shot (power and angle) will be shown so that you can adjust accordingly.  One annoying things is how the clouds float by, making it harder to judge where you left your last shot when you have to try again.  The later levels can be very, very tough to complete.&lt;br /&gt;&lt;br /&gt;I&#39;m not going to post a walkthrough for this one in the comments, but you can certainly ask me if you get stuck anywhere.  I&#39;ll be happy to help you out, as long as I&#39;ve figured out how to do it.&lt;br /&gt;&lt;br /&gt;I find Bloons to be very frustrating, but I keep going back for more.  How about you?&lt;br /&gt;&lt;br /&gt;With more bloon types and more levels to work your way through, if you enjoyed Bloons, you will enjoy &lt;a href=&quot;http://www.ninjakiwi.com/evenmorebloons.html&quot;&gt;Even More Bloons&lt;/a&gt; at ninjakiwi.</content><link rel='replies' type='application/atom+xml' href='http://gamesontheweb.blogspot.com/feeds/7967147156670305496/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gamesontheweb.blogspot.com/2008/03/even-more-bloons.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/7967147156670305496'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/7967147156670305496'/><link rel='alternate' type='text/html' href='http://gamesontheweb.blogspot.com/2008/03/even-more-bloons.html' title='Even More Bloons'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/18153935609499338685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgj6u1-QTKQ9S7FwWPO3sONQgswdunYMXuZG6aqRRJeFEw6FpBydW_5cHligb-s01E8CkSQ2w2vOxoOxzUvSApL0liTNJ7C2YpxXv409uwhvDg98PqW9FNpXlfUOKaQPq8TpFtC/s72-c/Even+More+Bloons.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18396555.post-6672418785993208991</id><published>2008-02-20T11:22:00.004-05:00</published><updated>2008-02-20T11:45:39.845-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Puzzle"/><title type='text'>Grow Nano vol 3 Walkthrough</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxpRs2-qTNZFHb4T_L3PhIm5xsACzQ3hRdz6y-umMK8FX1jA8lDQhlSCAbMkh2UXOG5IONPcq0S322jFm0aro5nGYfOyRK9vXpAHE1a7MJhX-gQiNsExqJVX_GfouhJ_ZNZRcO/s1600-h/grow+nano+vol3.JPG&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxpRs2-qTNZFHb4T_L3PhIm5xsACzQ3hRdz6y-umMK8FX1jA8lDQhlSCAbMkh2UXOG5IONPcq0S322jFm0aro5nGYfOyRK9vXpAHE1a7MJhX-gQiNsExqJVX_GfouhJ_ZNZRcO/s200/grow+nano+vol3.JPG&quot; alt=&quot;Grow Nano Vol3&quot; title=&quot;Grow Nano Vol3&quot; id=&quot;BLOGGER_PHOTO_ID_5169104052880437986&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Asking for forgiveness, the creator of the Grow series has released a small and easy Grow game, Nano Vol3 for us to enjoy.&lt;br /&gt;&lt;br /&gt;In this Grow, you are trying your best to heal up the main character who has been injured.  Click on the six items to help him out.   If you do it in the right order, the items will be maxed out.&lt;br /&gt;&lt;br /&gt;So, what are you waiting for?  Go enjoy it!&lt;br /&gt;&lt;br /&gt;Play &lt;a href=&quot;http://www.eyezmaze.com/eyezblog_en/blog/2008/02/grow_nano_vol3.html&quot;&gt;Grow Nano Vol 3&lt;/a&gt; at eyezmaze.&lt;br /&gt;&lt;br /&gt;I&#39;ll post a walkthrough in the comments below.</content><link rel='replies' type='application/atom+xml' href='http://gamesontheweb.blogspot.com/feeds/6672418785993208991/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gamesontheweb.blogspot.com/2008/02/grow-nano-vol-3-walkthrough.html#comment-form' title='12 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/6672418785993208991'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/6672418785993208991'/><link rel='alternate' type='text/html' href='http://gamesontheweb.blogspot.com/2008/02/grow-nano-vol-3-walkthrough.html' title='Grow Nano vol 3 Walkthrough'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/18153935609499338685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxpRs2-qTNZFHb4T_L3PhIm5xsACzQ3hRdz6y-umMK8FX1jA8lDQhlSCAbMkh2UXOG5IONPcq0S322jFm0aro5nGYfOyRK9vXpAHE1a7MJhX-gQiNsExqJVX_GfouhJ_ZNZRcO/s72-c/grow+nano+vol3.JPG" height="72" width="72"/><thr:total>12</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18396555.post-1785238602920040477</id><published>2008-02-18T13:01:00.003-05:00</published><updated>2008-02-18T13:12:18.362-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tower Defense"/><title type='text'>Vector TD 2</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhD6eUKGfdVpmJHDxKnHxgYDKKRwwxNdK3-V0tHiI1pniMBad2qKNlGgfnfL70XSTayvKqWZkkcim-AM_jhCmKqGOSvLJ_nrcnLd0OVDx5DqBrL035D9E8rlpH5gzH3v-iljQpU/s1600-h/vector+TD+2.JPG&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhD6eUKGfdVpmJHDxKnHxgYDKKRwwxNdK3-V0tHiI1pniMBad2qKNlGgfnfL70XSTayvKqWZkkcim-AM_jhCmKqGOSvLJ_nrcnLd0OVDx5DqBrL035D9E8rlpH5gzH3v-iljQpU/s200/vector+TD+2.JPG&quot; alt=&quot;Vector TD 2&quot; title=&quot;Vector TD 2&quot; id=&quot;BLOGGER_PHOTO_ID_5168384242131432082&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;If you played &lt;a href=&quot;http://gamesontheweb.blogspot.com/2007/06/vector-td-tower-defense.html&quot;&gt;Vector TD&lt;/a&gt; or &lt;a href=&quot;http://gamesontheweb.blogspot.com/2007/12/vector-tdx.html&quot;&gt;TDx&lt;/a&gt;, then you&#39;ve played Vector TD 2.  In other words, it&#39;s not really worthy of it&#39;s own review, other than to mention a couple of changes.&lt;br /&gt;&lt;br /&gt;There are more types of games, with a normal, time attack, lightning and a puzzle/sandbox mode.  Normal mode sends out the creeps as per normal. Destroy each wave, then set up for the next wave.  Time attack keeps sending creeps out.  Your objective is to keep going as long as you can.  Lightning speeds up the vectors (creeps) and the puzzle/sandbox mode gives you 50,000 to start with and two bonuses, but that&#39;s it.  In other words, you can try out various strategies for each of the new maps.&lt;br /&gt;&lt;br /&gt;There are new maps to conquer, and if you liked Vector TD you&#39;ll like Vector TD 2 because it&#39;s the same game.  I guess since they called it TD 2 I was expecting more, but ...&lt;br /&gt;&lt;br /&gt;Play &lt;a href=&quot;http://www.candystand.com/play.do?id=18281&quot;&gt;Vector TD 2&lt;/a&gt; at candystand.</content><link rel='replies' type='application/atom+xml' href='http://gamesontheweb.blogspot.com/feeds/1785238602920040477/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gamesontheweb.blogspot.com/2008/02/vector-td-2.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/1785238602920040477'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/1785238602920040477'/><link rel='alternate' type='text/html' href='http://gamesontheweb.blogspot.com/2008/02/vector-td-2.html' title='Vector TD 2'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/18153935609499338685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhD6eUKGfdVpmJHDxKnHxgYDKKRwwxNdK3-V0tHiI1pniMBad2qKNlGgfnfL70XSTayvKqWZkkcim-AM_jhCmKqGOSvLJ_nrcnLd0OVDx5DqBrL035D9E8rlpH5gzH3v-iljQpU/s72-c/vector+TD+2.JPG" height="72" width="72"/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18396555.post-9206140966435028834</id><published>2008-02-06T05:12:00.000-05:00</published><updated>2008-02-12T17:00:34.314-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="RPG"/><category scheme="http://www.blogger.com/atom/ns#" term="Tower Defense"/><title type='text'>Protector Tower Defense</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh9mtDJDz2iQ4nEHbPwcgMY_O-QZ6Z7MnoMYbHdkPrQP-M_975T6fM-ktn8Nr-JOlHthRU5Ib3jaPXE_HPsaHOw2XCMLcXOmSk0kEHaBosrjTl2ZqrJihuziqjahomIlIOFlJDe/s1600-h/protector.JPG&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh9mtDJDz2iQ4nEHbPwcgMY_O-QZ6Z7MnoMYbHdkPrQP-M_975T6fM-ktn8Nr-JOlHthRU5Ib3jaPXE_HPsaHOw2XCMLcXOmSk0kEHaBosrjTl2ZqrJihuziqjahomIlIOFlJDe/s200/protector.JPG&quot; alt=&quot;Protector Tower Defense&quot; title=&quot;Protector Tower Defense&quot; id=&quot;BLOGGER_PHOTO_ID_5163813049777128082&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Protector tries to be a RPG and Tower Defense Game rolled into one.  While it doesn&#39;t really succed at being an RPG, it has enough elements to make it a very good TD.&lt;br /&gt;&lt;br /&gt;Place your units throughout the board to stop the oncoming hordes.  Let too many get by you and it&#39;s lights out.  Place your units wisely and you can win any board.  Place them poorly and you&#39;re sure to lose.&lt;br /&gt;&lt;br /&gt;There are five basic units red (splash damage), blue (slow), green (poison), purple (electrocute: debuff), and dexer (high damage land based attach).  There are four more advanced units: alchemist (splash damage, land only), archer (high damage against flyers, but not land), necromancer (high damage, but based on number of kills) and paladin (high damage land attack).&lt;br /&gt;&lt;br /&gt;Your units earn XP based on how many times they attack and do damage to an enemy.  You can&#39;t level a unit up unless he has enough experience, adding a new twist onto the level up/money equation.  Because of that, it may be a good idea to build up the back of your maze first, then start building up the front.  Otherwise the units in front will get all the xp and the ones in back will be very inexperienced in the later rounds.&lt;br /&gt;&lt;br /&gt;There are two basic types of enemies: flyers and land based.   Keep in mind that dexers and paladins cannot hit flyers.&lt;br /&gt;&lt;br /&gt;Basic strategy involves a lot of red mages, with a green mage and/or a blue mage near the entrance.  Keep in mind that effects are not cumlutative, so it&#39;s not worth stacking a bunch of blue mages.  Also, don&#39;t put a lower level green in front of a higher level one, because if an enemy unit is still being affected by the lower level mage, it won&#39;t take on the higher level mage&#39;s effects.&lt;br /&gt;&lt;br /&gt;When leveling your units up, you can choose to level up their special attack (recommended at least first two or three levels, otherwise you don&#39;t have the special attack) or the general expertise (much stronger basic attack).&lt;br /&gt;&lt;br /&gt;Once you beat a map, you can get skills such as lower cost of units, more damage, faster learning (more xp), etc...  You can always reset the skills you have chosen, which means you can try building up a superarmy of red mages, then try a more moderate &#39;spread the skills around&#39; strategy without any penalty.  Your skills also unlock the more advanced units.&lt;br /&gt;&lt;br /&gt;All in all, this is a pretty good TD game.  It can be slow at times, but with many maps (I haven&#39;t worked my way through all of them, yet), you should be able to find a map you find challenging.  It is probably worth working your way through the easier maps (medium level) first, allowing you to build up your skills for the harder maps.&lt;br /&gt;&lt;br /&gt;Play &lt;a href=&quot;http://www.kongregate.com/games/undefined/protector?referrer=GOTW&quot;&gt;Protector&lt;/a&gt; at Kongregate.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Update&lt;/span&gt;: It seems a lot of people are landing here looking for a &lt;span style=&quot;font-weight: bold;&quot;&gt;FAQ, walkthrough, or some details on the more advanced units&lt;/span&gt;.  If you have a question, leave a comment.  I&#39;ll try my best to answer it.</content><link rel='replies' type='application/atom+xml' href='http://gamesontheweb.blogspot.com/feeds/9206140966435028834/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gamesontheweb.blogspot.com/2008/02/protector-tower-defense.html#comment-form' title='11 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/9206140966435028834'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/9206140966435028834'/><link rel='alternate' type='text/html' href='http://gamesontheweb.blogspot.com/2008/02/protector-tower-defense.html' title='Protector Tower Defense'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/18153935609499338685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh9mtDJDz2iQ4nEHbPwcgMY_O-QZ6Z7MnoMYbHdkPrQP-M_975T6fM-ktn8Nr-JOlHthRU5Ib3jaPXE_HPsaHOw2XCMLcXOmSk0kEHaBosrjTl2ZqrJihuziqjahomIlIOFlJDe/s72-c/protector.JPG" height="72" width="72"/><thr:total>11</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18396555.post-7107564503073238176</id><published>2008-02-01T15:11:00.000-05:00</published><updated>2008-02-01T15:19:36.641-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Arcade"/><title type='text'>Multball Madness</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdCvj79hX_X0V-7qOBDtIeNb9JVmoVQ7AY19NsxikIKKT1sNb9M8JfpNIMHG27hfEvarZtXqswbO3kS2ZjTq_j_1UwVSmrN_ZyexVBdVp8qD5mAq7Eld06AVf5Z4KIR5-sziW_/s1600-h/multiball-madness.JPG&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdCvj79hX_X0V-7qOBDtIeNb9JVmoVQ7AY19NsxikIKKT1sNb9M8JfpNIMHG27hfEvarZtXqswbO3kS2ZjTq_j_1UwVSmrN_ZyexVBdVp8qD5mAq7Eld06AVf5Z4KIR5-sziW_/s200/multiball-madness.JPG&quot; alt=&quot;Multiball Madness&quot; title=&quot;Multiball Madness&quot; id=&quot;BLOGGER_PHOTO_ID_5162108836818846290&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Multiball madness is a mindless time wasting fun game from armor games.  Simple game play with addictive &quot;I can do better than that&quot; will get you playing again and again.&lt;br /&gt;&lt;br /&gt;Simply keep your paddle under the balls and clear out the path ahead.  Reminds me of breakout, but not quite.  More like juggling madness.&lt;br /&gt;&lt;br /&gt;The longer you last, the more balls will appear.  The only way to die is to run your paddle up against a block, so be careful. It&#39;s more important to keep as many balls flying around than it is to aim any particular one.&lt;br /&gt;&lt;br /&gt;Play &lt;a href=&quot;http://armorgames.com/play/702/multiball-madness&quot;&gt;multiball madness&lt;/a&gt; at armorgames.</content><link rel='replies' type='application/atom+xml' href='http://gamesontheweb.blogspot.com/feeds/7107564503073238176/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gamesontheweb.blogspot.com/2008/02/multball-madness.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/7107564503073238176'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/7107564503073238176'/><link rel='alternate' type='text/html' href='http://gamesontheweb.blogspot.com/2008/02/multball-madness.html' title='Multball Madness'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/18153935609499338685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdCvj79hX_X0V-7qOBDtIeNb9JVmoVQ7AY19NsxikIKKT1sNb9M8JfpNIMHG27hfEvarZtXqswbO3kS2ZjTq_j_1UwVSmrN_ZyexVBdVp8qD5mAq7Eld06AVf5Z4KIR5-sziW_/s72-c/multiball-madness.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18396555.post-3723309787718633206</id><published>2008-01-23T10:51:00.000-05:00</published><updated>2008-01-23T11:10:26.567-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Puzzle"/><title type='text'>Filler</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3n2sXCK6jBxcbdWdDimaBdqmD0Qc0rWxXNOye0-Xh0hKpixScE-sfPulLpnIFoSCYx_7WngYdZupLT8qOkXgFbTVtivyK0tV7j7nKHK0wfWGsyEDpslkImEIfitzCVPcopU_D/s1600-h/filler.JPG&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3n2sXCK6jBxcbdWdDimaBdqmD0Qc0rWxXNOye0-Xh0hKpixScE-sfPulLpnIFoSCYx_7WngYdZupLT8qOkXgFbTVtivyK0tV7j7nKHK0wfWGsyEDpslkImEIfitzCVPcopU_D/s200/filler.JPG&quot; alt=&quot;Filler the Game&quot; title=&quot;Filler the Game&quot; id=&quot;BLOGGER_PHOTO_ID_5158704980747485682&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;I&#39;ve been playing Filler for the past few days and despite it&#39;s simplicity, I&#39;m still having fun.  The objective is simple enough, fill in 2/3 of the box with your balls and you get to move on.  Get hit by the balls flying around and you lose a life.  Lose too many lives and it&#39;s game over.&lt;br /&gt;&lt;br /&gt;To play, hold down the left mouse button.  A &#39;filler ball&#39; will begin to expand at that point until you let go of the button.  Don&#39;t get hit by the &#39;flying balls&#39; (ever play jezzball or qiz?).  You can move your filler ball around by moving the mouse around while it is expanding.&lt;br /&gt;&lt;br /&gt;If your filler ball hits another filler, it will stop growing.  Walls do not stop the growth, while the flying balls kill it off.  (I think the flying balls hit the filler balls too soon.  It can be very frustrating, so err on the side of caution.)  Once the filler ball is finished (you let it go), it will drop down to the bottom of the screen.  The filler balls are not static and will bounce around, or be pushed off to the side.  It&#39;s very hard to build up a &#39;wall&#39; that you can work behind.  It can be done, but it&#39;s not easy and it really isn&#39;t worth trying since the wall will just fall down a few moments later anyways.&lt;br /&gt;&lt;br /&gt;Another tactic may be to just build hundreds of small filler balls until you get to the 66.6% mark, but you only have a limited number of filler balls to make.  Once you run out, the game is not over, but you lose a life for every ball you create from that point on, so it&#39;s not a great strategy.&lt;br /&gt;&lt;br /&gt;Instead, try to make your filler balls as big as you can when you can.  Smaller filler balls can be used later on in each level to fill up those spaces, or just to make room.  A great strategy is to work in the upper corners.  Create a ball, let it drop away and then start making a new one.  The first one you built will act as a shield allowing you to build the second one.  As long as you wait a moment for the first one to start dropping away, you should be fine.&lt;br /&gt;&lt;br /&gt;Play &lt;a href=&quot;http://www.kongregate.com/games/SimianLogic/filler?referrer=GOTW&quot;&gt;Filler&lt;/a&gt; at Kongregate.</content><link rel='replies' type='application/atom+xml' href='http://gamesontheweb.blogspot.com/feeds/3723309787718633206/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gamesontheweb.blogspot.com/2008/01/filler.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/3723309787718633206'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/3723309787718633206'/><link rel='alternate' type='text/html' href='http://gamesontheweb.blogspot.com/2008/01/filler.html' title='Filler'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/18153935609499338685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3n2sXCK6jBxcbdWdDimaBdqmD0Qc0rWxXNOye0-Xh0hKpixScE-sfPulLpnIFoSCYx_7WngYdZupLT8qOkXgFbTVtivyK0tV7j7nKHK0wfWGsyEDpslkImEIfitzCVPcopU_D/s72-c/filler.JPG" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18396555.post-7724352070672687423</id><published>2008-01-16T09:51:00.000-05:00</published><updated>2008-01-16T10:05:02.212-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Strategy"/><category scheme="http://www.blogger.com/atom/ns#" term="Tower Defense"/><title type='text'>Flash Element TD 2</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-yxYxZaxLPtywm9eOiZyV61fUcWp6SxAgdl3NcBcQqoIvLOYx9JLHzaH3jIMXUaI5eTKPZHi4Ov4izanQ3Xe0fhbySBai-cj4kFIB-L7jSDzRuWxKkq6g0l1dn1xShsufu8kh/s1600-h/flash-element-td2.JPG&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-yxYxZaxLPtywm9eOiZyV61fUcWp6SxAgdl3NcBcQqoIvLOYx9JLHzaH3jIMXUaI5eTKPZHi4Ov4izanQ3Xe0fhbySBai-cj4kFIB-L7jSDzRuWxKkq6g0l1dn1xShsufu8kh/s200/flash-element-td2.JPG&quot; alt=&quot;Flash Element TD 2&quot; title=&quot;Flash Element TD 2&quot; id=&quot;BLOGGER_PHOTO_ID_5156090441693801714&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Normally, when I&#39;m disappointed or bored after a few minutes, I don&#39;t post about a game I&#39;ve been playing.  But given that this is a tower defense game and I normally like these games, I&#39;m willing to talk about Flash Element TD 2, even if it is disappointing.&lt;br /&gt;&lt;br /&gt;Like most tower defense games, your job is to place towers along the pathway to fire down on the creeps as they pass by.  Your objective is to protect the goal, whether it&#39;s a castle or a city or whatever.  This time, you&#39;re protecting your elements, the objects you need to build the towers in the first place.&lt;br /&gt;&lt;br /&gt;There are five elements (green, purple, yellow, red and blue) that you use to build your towers (arrow, splash, sniper, fire and ice, respectively).  If you&#39;ve played other tower defense games, you understand what each tower does.  There are two levels of towers for each element.  The second level is a whole lot better, but they are also a lot more expensive.&lt;br /&gt;&lt;br /&gt;Once placed on the field, each tower can be upgraded to level 5 allowing it do more damage (or slow the creeps down more).  Each tower also has the ability to build up experience (up to level 4), giving it a slight edge.&lt;br /&gt;&lt;br /&gt;There are 50 levels on the easy map.  The best part of this game is the quips the creeps give just before they come forward and just after they die (I like the &#39;meep meep&#39; from the yellows).  After each level, you get interest payments, so you should try not to spend all of your money. &lt;br /&gt;&lt;br /&gt;You can also sell your towers at 100% buy back, but only in between levels.   If you sell them during the fight, you can only sell them at 80%.  Which means you can totally redesign your tower placement in between levels at almost no penalty (you lose the experience your towers build up).&lt;br /&gt;&lt;br /&gt;But despite some changes in the game play (experience, being able to sell the guns at 100% buy back in between levels), I felt bored.  The levels weren&#39;t that challenging.  It seems the creators want you to play again and again in an effort to build your score up. After playing &lt;a href=&quot;http://gamesontheweb.blogspot.com/2007/01/flash-element-tower-defense-td.html&quot;&gt;Flash Element TD&lt;/a&gt;, I expected more from the sequel than what we&#39;ve been given.&lt;br /&gt;&lt;br /&gt;Play &lt;a href=&quot;http://www.casualcollective.com/games/Flash_Element_TD_2&quot;&gt;Flash Element TD 2&lt;/a&gt; at casualcollective.</content><link rel='replies' type='application/atom+xml' href='http://gamesontheweb.blogspot.com/feeds/7724352070672687423/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gamesontheweb.blogspot.com/2008/01/flash-element-td-2.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/7724352070672687423'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/7724352070672687423'/><link rel='alternate' type='text/html' href='http://gamesontheweb.blogspot.com/2008/01/flash-element-td-2.html' title='Flash Element TD 2'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/18153935609499338685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-yxYxZaxLPtywm9eOiZyV61fUcWp6SxAgdl3NcBcQqoIvLOYx9JLHzaH3jIMXUaI5eTKPZHi4Ov4izanQ3Xe0fhbySBai-cj4kFIB-L7jSDzRuWxKkq6g0l1dn1xShsufu8kh/s72-c/flash-element-td2.JPG" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18396555.post-1043469263323649431</id><published>2008-01-02T15:20:00.000-05:00</published><updated>2008-01-02T15:40:08.597-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Adventure"/><category scheme="http://www.blogger.com/atom/ns#" term="Puzzle"/><title type='text'>Warbears: An A.R. X-Mas Walkthrough</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgm66yMMjqxwYBnMq3Y-N-CCSDbRDpQ4YFsQm5nVF5bXMzytwdsmsCdG5CPYzkR-Neoo2ocZCdnud1h9KYhKLFbaWCzQzVebFl1sglBW7z6WvD_hyeUEKcPOXHDsgXGbZx_syS/s1600-h/Warbears+an+AR+XMAS.JPG&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgm66yMMjqxwYBnMq3Y-N-CCSDbRDpQ4YFsQm5nVF5bXMzytwdsmsCdG5CPYzkR-Neoo2ocZCdnud1h9KYhKLFbaWCzQzVebFl1sglBW7z6WvD_hyeUEKcPOXHDsgXGbZx_syS/s200/Warbears+an+AR+XMAS.JPG&quot; alt=&quot;Warbears an A.R. X-MAS&quot; title=&quot;Warbears an A.R. X-MAS&quot; id=&quot;BLOGGER_PHOTO_ID_5150981526555601730&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Warbears, an A.R. X-Mas Adventure lets you take charge of the Warbears once more, but this time it&#39;s serious.  Kla is on a shopping adventure and Steve is on a mission to pull the ultimate prank.&lt;br /&gt;&lt;br /&gt;Like the other warbear adventures, this is a point and click adventure with a little bit of wit and weirdness thrown in to keep things interesting.  Click on anything and everything to work your way through the adventure.  Don&#39;t forget to open up your inventory (top left) and combine the various items and try them out on other objects to move along.  If you get stuck, there&#39;s a walkthrough below:&lt;br /&gt;&lt;br /&gt;Play &lt;a href=&quot;http://www.warbears.com/missions.php?id=a01&quot;&gt;Warbears: An A.R. X-Mas&lt;/a&gt; at warbears.com&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Walkthrough&lt;/span&gt; (Spoilers below!!!!!!!!!!!!!)&lt;br /&gt;&lt;br /&gt;Pick up the gift.  Click on the fur scan on the far right.  Go talk to Bob.  Click on the fur scan again.&lt;br /&gt;&lt;br /&gt;Go up and grab the batteries and the neon wires.  You can&#39;t find the wires, though.  Open up your inventory and click on the present.  Click on the goggles and then on Kla to put them on.  Click on the goggles (up in the inventory) to turn them on.&lt;br /&gt;&lt;br /&gt;Click on E-dude, then on find item.  Grab the wires.&lt;br /&gt;&lt;br /&gt;Cut Scene&lt;br /&gt;&lt;br /&gt;You are now Steve.  Open Kla&#39;s wallet.  Grab the taser and the BTE map.  Give both to Bob (one at a time) to buy them.  Go outside.  Go to the far right to go off screen.  Click on the bank (green highlight on the map). &lt;br /&gt;&lt;br /&gt;Walk into the bank.&lt;br /&gt;&lt;br /&gt;Play as Kla.  Click on the far left to get the red thread (behind the cliff).  Click on the blue thread (looks like a box to me?).  Click on the virtual tree across the way.  Talk to e-dude and get him to cut down the tree.&lt;br /&gt;&lt;br /&gt;Grab the green thread after it bounces out of the tree.  Go up the cliff, then jump down onto the tree.  Head on over to the right side.&lt;br /&gt;&lt;br /&gt;Play as Steve.  Leave the bank screen to the right.  Click on the park.&lt;br /&gt;&lt;br /&gt;Talk to granps.  Try Plan A and Plan B.  Click on the locker.  Look at the circuit panel.  Head back to Bob&#39;s shop.&lt;br /&gt;&lt;br /&gt;Talk to Bob: click on I want to order and choose the nuclear device.  Open up the toolbox while Bob&#39;s gone (Be quick about it).  Repeat the process (order another nuclear device) to get Bob out of the way long enough to grab the screwdriver.  GO back to the park.&lt;br /&gt;&lt;br /&gt;Open the circuit board with the screwdriver.  Use the taser on it circuit.  Talk to granps and select plan c.  Use the taser on the circuit again.  Head on over to the bank and talk to granps.&lt;br /&gt;&lt;br /&gt;Go back to Bobs and grab the hacking device.  Give it to Bob to purchase it with your reward money.  Use the hacking device on the door upstairs (panel next to the door).  Go in the door.&lt;br /&gt;&lt;br /&gt;Play as Kla.  Place the threads into the boxes below the tree in the following order (red, green, and blue) as the tree lights up in those colors. &lt;br /&gt;&lt;br /&gt;Play as Steve: Pick up the wires, batteries and neon lights.  Connect the wires to the neon lights.  Connect those to the batteries.&lt;br /&gt;&lt;br /&gt;Kla defeates the evil spirit of X-mas.  Click on Get out of here.&lt;br /&gt;&lt;br /&gt;The end (or is it?)</content><link rel='replies' type='application/atom+xml' href='http://gamesontheweb.blogspot.com/feeds/1043469263323649431/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gamesontheweb.blogspot.com/2008/01/warbears-ar-x-mas-walkthrough.html#comment-form' title='16 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/1043469263323649431'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/1043469263323649431'/><link rel='alternate' type='text/html' href='http://gamesontheweb.blogspot.com/2008/01/warbears-ar-x-mas-walkthrough.html' title='Warbears: An A.R. X-Mas Walkthrough'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/18153935609499338685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgm66yMMjqxwYBnMq3Y-N-CCSDbRDpQ4YFsQm5nVF5bXMzytwdsmsCdG5CPYzkR-Neoo2ocZCdnud1h9KYhKLFbaWCzQzVebFl1sglBW7z6WvD_hyeUEKcPOXHDsgXGbZx_syS/s72-c/Warbears+an+AR+XMAS.JPG" height="72" width="72"/><thr:total>16</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18396555.post-2290034778171369837</id><published>2007-12-21T09:57:00.000-05:00</published><updated>2007-12-21T10:17:28.914-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tower Defense"/><title type='text'>Vector TDX</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiOcTUlXEATFXKTR3tE5CYNe44yzBAMgysttgjk-8_QdUqiYzRp7Cv7oSZKCnIO5NMprzItJOlPEBOp2ifBgxly4h5iH1v48z8hrZB72jmo1yfSqiip1o_i4VCZDs1C4RzKrO9Z/s1600-h/vector+tdx.JPG&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiOcTUlXEATFXKTR3tE5CYNe44yzBAMgysttgjk-8_QdUqiYzRp7Cv7oSZKCnIO5NMprzItJOlPEBOp2ifBgxly4h5iH1v48z8hrZB72jmo1yfSqiip1o_i4VCZDs1C4RzKrO9Z/s200/vector+tdx.JPG&quot; alt=&quot;Vector TDX&quot; title=&quot;Vector TDX&quot; id=&quot;BLOGGER_PHOTO_ID_5146445147737828066&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Vector TDX is the very worthy follow-up to &lt;a href=&quot;http://gamesontheweb.blogspot.com/2007/06/vector-td-tower-defense.html&quot;&gt;Vector TD&lt;/a&gt;.  Like the first version, this one is excellent.  But the developer has made this one a lot more difficult.  If you can get to level 33, you&#39;re doing great.  If you get to level 37, consider yourself an expert.  Anything beyond that and you&#39;re probably cheating.  ;-)&lt;br /&gt;&lt;br /&gt;For those who haven&#39;t played Vector TD, Vector TDX is a tower defense game.  Place your towers somewhere in the maze and let them shoot down the vectoids (creeps is what they are called in tower defense lingo) as they come through.   Upgrade or place new towers to eliminate them all.  If 20 creeps reach the end of the maze, it&#39;s game over.&lt;br /&gt;&lt;br /&gt;The trick to getting very far is to learn to spend as little as possible on each level to get through it.  With interest payments at the start of each round, that 3% can add up.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Hints, tips and tricks&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Every 10 levels you get a bonus, I recommend increasing the interest payments.&lt;/li&gt;&lt;li&gt;One level 1 green tower (properly upgraded and placed) can get you pretty far, but won&#39;t cut it later on.&lt;/li&gt;&lt;li&gt;Remember to start the creeps out (release vectoids button), then place or upgrade your tower.  That way you get the interest payment first. &lt;/li&gt;&lt;li&gt;The first blue tower is very useful in slowing the vectoids down long enough for the other towers to blow them away.&lt;/li&gt;&lt;li&gt;The orange regener creeps are easy enough to start with, but will destroy you later on.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Play &lt;a href=&quot;http://www.candystand.com/play.do?id=18242&quot;&gt;Vector TDX&lt;/a&gt; at candystand.</content><link rel='replies' type='application/atom+xml' href='http://gamesontheweb.blogspot.com/feeds/2290034778171369837/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gamesontheweb.blogspot.com/2007/12/vector-tdx.html#comment-form' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/2290034778171369837'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/2290034778171369837'/><link rel='alternate' type='text/html' href='http://gamesontheweb.blogspot.com/2007/12/vector-tdx.html' title='Vector TDX'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/18153935609499338685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiOcTUlXEATFXKTR3tE5CYNe44yzBAMgysttgjk-8_QdUqiYzRp7Cv7oSZKCnIO5NMprzItJOlPEBOp2ifBgxly4h5iH1v48z8hrZB72jmo1yfSqiip1o_i4VCZDs1C4RzKrO9Z/s72-c/vector+tdx.JPG" height="72" width="72"/><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18396555.post-5215169188702448797</id><published>2007-12-12T17:23:00.000-05:00</published><updated>2007-12-12T17:32:18.959-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Puzzle"/><category scheme="http://www.blogger.com/atom/ns#" term="Strategy"/><title type='text'>Ballistic Wars</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFPKSpoVXsKmZH4jm97e2-sFNIDnZcA9r-zBRx_wQVtuj6_7nYd7EVL0Y43PADxK9iO_a2Q0nTdMrhvpLfPwxDaZryzQ4nEfbQWJoErgXphJt2dbszApDWuXF760cnU3wzUGEN/s1600-h/ballistic+wars.JPG&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFPKSpoVXsKmZH4jm97e2-sFNIDnZcA9r-zBRx_wQVtuj6_7nYd7EVL0Y43PADxK9iO_a2Q0nTdMrhvpLfPwxDaZryzQ4nEfbQWJoErgXphJt2dbszApDWuXF760cnU3wzUGEN/s200/ballistic+wars.JPG&quot; alt=&quot;Ballistic Wars&quot; title=&quot;Ballistic Wars&quot; id=&quot;BLOGGER_PHOTO_ID_5143217561371783234&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Ballistic Wars is pool balls meets war game.  Play all 15 levels over at &lt;a href=&quot;http://jayisgames.com/archives/2007/12/ballistic_wars.php&quot;&gt;JIG&#39;s&lt;/a&gt; Design Competition site to get the full effect.  While I missed it when it came out (apparently there were a lot of design issues and bugs), I&#39;m glad I played it eventually.&lt;br /&gt;&lt;br /&gt;Basic gameplay is easy to grasp.  Send your soldiers (pool balls) flying into the bombs to damage them.  You only have three types of soldiers, basic, tank and specialist.  The specialist can fire at targets or run into them. &lt;br /&gt;&lt;br /&gt;The only complaints I have are minor.  Scrolling is slow and can be tough to manage.  And the music is quite repetitive (I eventually turned it off, leaving the sfx on).  But other than that, the graphics are fun (note how the soldiers move when the ball is rolling!) and the dialogue is also fun.&lt;br /&gt;&lt;br /&gt;I only had to reattempt a couple of levels more than once.  The puzzle aspect of this game is fun, but linear.&lt;br /&gt;&lt;br /&gt;Play &lt;a href=&quot;http://mirror3.cgdc4.fizzlebot.com/?gameID=35&quot;&gt;Ballistic Wars&lt;/a&gt; at fizzlebot.</content><link rel='replies' type='application/atom+xml' href='http://gamesontheweb.blogspot.com/feeds/5215169188702448797/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gamesontheweb.blogspot.com/2007/12/ballistic-wars.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/5215169188702448797'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/5215169188702448797'/><link rel='alternate' type='text/html' href='http://gamesontheweb.blogspot.com/2007/12/ballistic-wars.html' title='Ballistic Wars'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/18153935609499338685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFPKSpoVXsKmZH4jm97e2-sFNIDnZcA9r-zBRx_wQVtuj6_7nYd7EVL0Y43PADxK9iO_a2Q0nTdMrhvpLfPwxDaZryzQ4nEfbQWJoErgXphJt2dbszApDWuXF760cnU3wzUGEN/s72-c/ballistic+wars.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18396555.post-830787963022903154</id><published>2007-11-21T13:25:00.001-05:00</published><updated>2007-11-27T18:34:39.913-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Adventure"/><category scheme="http://www.blogger.com/atom/ns#" term="Puzzle"/><category scheme="http://www.blogger.com/atom/ns#" term="Walkthrough"/><title type='text'>Warbears 3 Walkthrough</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4-rws8T_rUyMpEbT24Y0I-uybJMOqa3Gxc3p4IvkN_WG9JPaysjmJHiWvMAk6jrKpRjcB8vrMBNq3Bh5QujvXrJxZvxN51pa9AGcgcJHA0uQjWdKSYq1l6ApxjAcxan_8d-6g/s1600-h/warbears+3.JPG&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4-rws8T_rUyMpEbT24Y0I-uybJMOqa3Gxc3p4IvkN_WG9JPaysjmJHiWvMAk6jrKpRjcB8vrMBNq3Bh5QujvXrJxZvxN51pa9AGcgcJHA0uQjWdKSYq1l6ApxjAcxan_8d-6g/s200/warbears+3.JPG&quot; alt=&quot;Warbears 3&quot; title=&quot;Warbears 3&quot; id=&quot;BLOGGER_PHOTO_ID_5137667484756546882&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Warbears, those wacky, smart-aleccy agent bears are back again, only this time it&#39;s a real mission.  Save the hostages, take out the guards, pop some bubbles, stop the bad err... fish.&lt;br /&gt;&lt;br /&gt;If you&#39;ve played warbears or warbears 2, you know what to do.  Follow along and pick out the right moves at the right time by holding your mouse over each bear and trying things out.  Or, if you get sick of failing all the time, follow the walkthrough below.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Play &lt;a href=&quot;http://www.warbears.com/missions.php?id=3&quot;&gt;Warbears 3&lt;/a&gt; at warbears.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Walkthrough&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;From Checkpoint 1:&lt;/span&gt;&lt;br /&gt;Look at the string using agent Lucas (looks like an eyeball, but not the grenade).  Pull the string to &#39;free the hostages.&#39;&lt;br /&gt;Kla scolds Lucas.  Get Kla to launch his robot rocket.  Select manual and move the rocket above the device lowering the hostages.  Drop it on top, then move it quickly back to the left and then back under it to the right and shoot back up into it.  If you do it quickly enough (while the red lights are still flashing), then it will tilt.  You have saved the hostages!  Oil pours down one of the poles, giving Ryoh, once he&#39;s free from the hamster ball, access upwards.&lt;br /&gt;&lt;br /&gt;Move the rocket back upwards to the red rocket outline.  Click on the dot when the rocket gets highlighted blue to land the rocket.   The WBOT will deploy.  Use KLA&#39;s PDA once again to control the WBOT.  Move him around using the left mouse button (click where you want him to go), but keep him within the blue outer line, or he will fall and the mission will fail.  In the upper left corner, there is a green square.  Move onto it and activate the toolbox.  Move to the upper right hand (you have to go back down and to the right then back up) to move the chain around.  Lower it once, then raise it once, then lower it to 73.&lt;br /&gt;&lt;br /&gt;Move the WBOT back down and to the left (just to the left and down from where you started) to the green squares.  Raise the crane until you can move it into position 5, then lower it until the boat lifting strops are hooked.  Raise it back up and move it to position 1.  Then lower it all the way down (the hooks will be below the boat).  Get out of controlling the WBOT.&lt;br /&gt;&lt;br /&gt;Lucas should now toss his grenade at full strength but half power.  Click and hold on the arrow when it is full, then hold it down until the grenade is half full.  Ryoh will be set free by the pirhanas!&lt;br /&gt;&lt;br /&gt;Move Ryoh up-left (arrow) and when he reaches the top of the pipe, use his katanas to slice the pipe open.  Go up the pipe again and start sliding down.  As he slides, click on the arrow to get him to jump onto the platform on the right.  Use his katanas at full power to cut the chain, starting a fire to attract the pirhana.  Have Lucas throw a grenade at half strength (arrow half full, grenade full), but full power to kill them off.&lt;br /&gt;&lt;br /&gt;Get Ryoh back onto his bubble, then have him go left (arrow) to attach the boat hooks.  Click on the PDA to get the WBOT to raise up the boat (up on the Crane panel).&lt;br /&gt;&lt;br /&gt;A couple of notes: the rocket to free the hostages was a pain.  Even knowing how to do it, I had to try several times to get it right.  Also, having the WBOT fall off the crane several times, I have to say his maneuvering abilities are awful!  Then of course, there&#39;s throwing a grenade at the hamster wheel.  The interface was not very good at keeping track of when I was releasing the grenade, so I kept killing off Ryoh.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Checkpoint 2:&lt;/span&gt;&lt;br /&gt;Click on Lucas.  He will shake dust off onto the guards.  Move right to test the door.  Move Kla left and get him to try his PDA.  It has short circuited.&lt;br /&gt;&lt;br /&gt;Get Ryoh up by clicking on the arrow (move your mouse around near the bottom right).  Fight the guard.  Move left, then click on the katana to slash the pipe.  Look at the gauge.  Move the slider to #2.  Drag the wheel to the right to fill it up (gas leak will start).  Slide over to #3, then drag the wheel to the left and quickly push the handle down.  If you get it right, a fire will start.&lt;br /&gt;&lt;br /&gt;Move Ryoh left, then up the stairs.  Use his katanas to break the laser.  Head back down to the gauge and wheel.  Move the slider to 3 and get it up half-way.  Notice how the screen on the machine next to the lase goes from off to on as its gauge moves into the green.  Move Ryoh left and hit the button. Then move upstairs again.  If you want, you can hit the button on the panel to send a box out now or wait until after the circuit has been reset.&lt;br /&gt;&lt;br /&gt;Move Lucas downstairs.  Move right and open up the toilet dispenser fuse box.  Take out the fuse.  Move right and put the fuse into the crane fuse box.&lt;br /&gt;&lt;br /&gt;Have Kla open up his PDA again.  Get Ryoh to move a box out.  Important!  Don&#39;t drop any boxes onto Steve!  Get Kla to pick up and move the boxes up.  Green to turn the magnet on and off.  Blue to go pick up a box.  Yellow to reposition it when it is up (i.e. don&#39;t drop one on Steve!).  Move Steve left and up as needed to keep him moving up on the stacks.  Keep sending boxes out using Ryoh.  Lift them up using Kla, then get Steve up onto them (Again, don&#39;t drop any on Steve!).  The fourth box will go out upside down.  Move Ryoh downstairs and hit the button to get it out of the way.  Then reset the conveyer belt and send out another box.  Get Steve up into the boat.&lt;br /&gt;&lt;br /&gt;Move Steve right into the boat.  Pick up the object on the table to the left.  Hit the bottom left corner of the poster on the right.  Find the 3 pieces of paper and then get the crowbar.  Open up the box.&lt;br /&gt;&lt;br /&gt;Once in the boat look to the left and pick up the weird object on the table. Then hit the bottom left corner of the poster on the right so steve remembers about the pieces of paper he put the code for the safe on. Then find the 3 pieces and collect the crowbar.  Use the crowbar on the box. Grab his clothes off the table.&lt;br /&gt;&lt;br /&gt;Get Lucas to move the fuse from the crane to the elevator.  Bring Lucas back up to get the &#39;shiny thing&#39; and the CDGs.&lt;br /&gt;&lt;br /&gt;Move Ryoh back down to the gauge and wheel and move the gas into #1.  Move Lucas right and up the stairs.  Throw a grenade (1/3 power, 1/3 blast).  Get Steve to shoot the laser. The remaining guard will run.  Open up the water tank, take a shower, then move right.&lt;br /&gt;&lt;br /&gt;If you haven&#39;t already, get the elevator to work by switching the fuse out of the right most box and into the left most box using Lucas. Move Steve right into the elevator.&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;br /&gt;Checkpoint Three (short and sweet)&lt;/span&gt;&lt;br /&gt;Once Steve is out of the elevator, shoot the guards in between ducking behind the panel.  Do it quickly for a bonus.  Move left twice to check out the office.  Go right to find the door is locked.  Go back into the office to get the key.  Go back to the door and head downstairs.  Take out the guard.&lt;br /&gt;&lt;br /&gt;Fight the big guy by hitting near the bottom left (on the blue band) of his helmet.  The blue band at the bottom will eventually be damaged.&lt;br /&gt;&lt;br /&gt;The machine has been activated.  Move the red block so that they are in order (I, II, III) from left to right on the middle row.  Have Steve shoot the middle.  Move block I to the top left and the III block to the bottom right and shoot the bottom.  Then move block I to the bottom left and block III to the top right and shoot the top.  You win! (well... sort of...)</content><link rel='replies' type='application/atom+xml' href='http://gamesontheweb.blogspot.com/feeds/830787963022903154/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gamesontheweb.blogspot.com/2007/11/warbears-3-walkthrough.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/830787963022903154'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/830787963022903154'/><link rel='alternate' type='text/html' href='http://gamesontheweb.blogspot.com/2007/11/warbears-3-walkthrough.html' title='Warbears 3 Walkthrough'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/18153935609499338685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4-rws8T_rUyMpEbT24Y0I-uybJMOqa3Gxc3p4IvkN_WG9JPaysjmJHiWvMAk6jrKpRjcB8vrMBNq3Bh5QujvXrJxZvxN51pa9AGcgcJHA0uQjWdKSYq1l6ApxjAcxan_8d-6g/s72-c/warbears+3.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18396555.post-96098680879892873</id><published>2007-11-19T16:40:00.000-05:00</published><updated>2007-11-19T16:47:11.110-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Arcade"/><category scheme="http://www.blogger.com/atom/ns#" term="Puzzle"/><title type='text'>Coffee Shop</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgl-T1DBi42nTsA4IKqlLygFQmX4tl-wFr3ijsf5fBWaxdrpB2uNeiII3wjRu_6C0VTTVQXMiPzajEvim_hvyPeY1R9iAWxBqNXl5lpI9pKf40p5tde80NLR6QYwj-8DX726NsA/s1600-h/coffee+shop.JPG&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgl-T1DBi42nTsA4IKqlLygFQmX4tl-wFr3ijsf5fBWaxdrpB2uNeiII3wjRu_6C0VTTVQXMiPzajEvim_hvyPeY1R9iAWxBqNXl5lpI9pKf40p5tde80NLR6QYwj-8DX726NsA/s320/coffee+shop.JPG&quot; alt=&quot;Coffee Shop Game&quot; title=&quot;Coffee Shop Game&quot; id=&quot;BLOGGER_PHOTO_ID_5134669730727924978&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Coffee Shop is the latest lemonade stand look alike from armorgames.  (That&#39;s not to imply that armorgames comes out with look alikes every week, but that I&#39;ve seen other lemonade stand look alikes before.  And if you don&#39;t know what I mean by the lemonade stand game, then you must be under the age of 5.).  This one is graphically pleasing, with lots of &lt;a href=&quot;http://armorblog.com/wp-content/uploads/2007/11/coffeeshop_final_character_sheet.jpg&quot;&gt;fun animations&lt;/a&gt; to find and enjoy.&lt;br /&gt;&lt;br /&gt;Like lemonade stand, the challenge is to find the best mixture possible between coffee, sugar, and milk, while still having enough cups each day to serve everyone.  After that, it&#39;s just a matter of finding the right price to charge depending on the weather. &lt;br /&gt;&lt;br /&gt;If you&#39;re reputation goes up high enough, maybe even the pope will stop by for a quick drink.&lt;br /&gt;&lt;br /&gt;The better your coffee, the more you can sell your coffee for.  But for a laugh, on day 14, make the worst cup of coffee you can and sell it for as much as you can.  Everyone will still stop by and since you&#39;re closing shop tomorrow, it doesn&#39;t matter if they all start puking their guts out on the sidewalk.&lt;br /&gt;&lt;br /&gt;Play &lt;a href=&quot;http://www.armorgames.com/games/coffeeshop_popup.html&quot;&gt;Coffee Shop&lt;/a&gt; at armorgames.</content><link rel='replies' type='application/atom+xml' href='http://gamesontheweb.blogspot.com/feeds/96098680879892873/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gamesontheweb.blogspot.com/2007/11/coffee-shop.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/96098680879892873'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/96098680879892873'/><link rel='alternate' type='text/html' href='http://gamesontheweb.blogspot.com/2007/11/coffee-shop.html' title='Coffee Shop'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/18153935609499338685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgl-T1DBi42nTsA4IKqlLygFQmX4tl-wFr3ijsf5fBWaxdrpB2uNeiII3wjRu_6C0VTTVQXMiPzajEvim_hvyPeY1R9iAWxBqNXl5lpI9pKf40p5tde80NLR6QYwj-8DX726NsA/s72-c/coffee+shop.JPG" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18396555.post-7471450681111531001</id><published>2007-11-15T17:38:00.001-05:00</published><updated>2007-11-15T17:50:16.520-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Action"/><category scheme="http://www.blogger.com/atom/ns#" term="Shooter"/><title type='text'>Cursed Winds</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZYI5jIik0xuZrI5JatfBPqMUNjHA9izzY7drXJWdj0bsyN4GjSvCHQCY5QysEsqP90RXHv1YE7vsDXrS0x6hCLcVexB9Ou-111fvnGZVec5SvKRPQu4fmXtHLyAT8s8_7xcj9/s1600-h/cursed+winds.JPG&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZYI5jIik0xuZrI5JatfBPqMUNjHA9izzY7drXJWdj0bsyN4GjSvCHQCY5QysEsqP90RXHv1YE7vsDXrS0x6hCLcVexB9Ou-111fvnGZVec5SvKRPQu4fmXtHLyAT8s8_7xcj9/s320/cursed+winds.JPG&quot; alt=&quot;Cursed Winds&quot; title=&quot;Cursed Winds&quot; id=&quot;BLOGGER_PHOTO_ID_5133203106770523346&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Cursed Winds from freeonlinegames is a fun sailing shooter.  Take your pirate ship out and attack the other &#39;cursed&#39; pirates in 15 levels of mayhem.  Either take out the ship below them by blowing it to smithereens or board the vessel and take the crew on (make sure you can take them, or they may just take your ship!).  Either way, make sure you plunder their ship before it floats away.&lt;br /&gt;&lt;br /&gt;The best strategy is to upgrade your reloading capability first.  This applies on every level until its fully upgraded.  Then go for upgraded damage and boat speed (avoiding their cannon fire is a priority). &lt;br /&gt;&lt;br /&gt;A great way to start a level is to move into the up-right corner.  Unless something comes out from the right side (it does happen occasionally on the later levels), you should have a free shot until they turn around and make their way back across. &lt;br /&gt;&lt;br /&gt;If you can get above the enemy ships, you also have a free shot, but the slide upwards very quickly, so you may get stuck in a boarding action when you&#39;re not ready for it.&lt;br /&gt;&lt;br /&gt;If you can get past the second level, you should be alright, but I would still save between every level.  Spend all your money in between levels to upgrade your ship. &lt;br /&gt;&lt;br /&gt;Play &lt;a href=&quot;http://www.freeonlinegames.com/embed.php?g_id=14939&quot;&gt;Cursed Winds&lt;/a&gt; at freeonlinegames.  At admiral level, I had a final score of 854805.  Have you beaten that?</content><link rel='replies' type='application/atom+xml' href='http://gamesontheweb.blogspot.com/feeds/7471450681111531001/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gamesontheweb.blogspot.com/2007/11/cursed-winds.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/7471450681111531001'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/7471450681111531001'/><link rel='alternate' type='text/html' href='http://gamesontheweb.blogspot.com/2007/11/cursed-winds.html' title='Cursed Winds'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/18153935609499338685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZYI5jIik0xuZrI5JatfBPqMUNjHA9izzY7drXJWdj0bsyN4GjSvCHQCY5QysEsqP90RXHv1YE7vsDXrS0x6hCLcVexB9Ou-111fvnGZVec5SvKRPQu4fmXtHLyAT8s8_7xcj9/s72-c/cursed+winds.JPG" height="72" width="72"/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18396555.post-3847577140571942242</id><published>2007-11-07T14:26:00.000-05:00</published><updated>2007-11-07T14:44:14.559-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Puzzle"/><category scheme="http://www.blogger.com/atom/ns#" term="Shooter"/><title type='text'>N3wton</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEdKuuN0rIZAn1YFnjcOrv8qxyQ0dwK6_XgOB_5wE54l_zJib7gyH52BkprdRSrL5wgPrMKTYb6QDG-oPRWOBLSQuta1lFttDr2pWixU8chJXZ1KBfc5Iztl3LvCK1zQRv7UIb/s1600-h/n3wton.JPG&quot;&gt;&lt;img style=&quot;display:block; float: right; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEdKuuN0rIZAn1YFnjcOrv8qxyQ0dwK6_XgOB_5wE54l_zJib7gyH52BkprdRSrL5wgPrMKTYb6QDG-oPRWOBLSQuta1lFttDr2pWixU8chJXZ1KBfc5Iztl3LvCK1zQRv7UIb/s200/n3wton.JPG&quot; border=&quot;0&quot; alt=&quot;N3wton Tanks&quot; title=&quot;N3wton Tanks&quot; id=&quot;BLOGGER_PHOTO_ID_5130186429089601922&quot; /&gt;&lt;/a&gt;More fun than it first appears to be, N3wton is a short and sweet game applying Newtons Laws of Physics.  You control a simple tank.  Shoot at all the black tanks that are either firing at you or are firing at predetermined angles.  Knock them off the platform or get yourself knocked off to lose.  Just be careful of the recoil.&lt;br /&gt;&lt;br /&gt;To play, move around with the arrow keys or with aswd.  Aim and fire with the mouse.  The longer you hold down the left mouse button the harder your shot will be, but that also increases the amount of recoil you should expect.&lt;br /&gt;&lt;br /&gt;The levels do get harder, but there are only 25 of them.  You should be able to finish the game fairly quickly.&lt;br /&gt;&lt;br /&gt;Play &lt;a href=&quot;http://www.kongregate.com/games/Zyzic/n3wton&quot;&gt;N3wton&lt;/a&gt; at kongregate.</content><link rel='replies' type='application/atom+xml' href='http://gamesontheweb.blogspot.com/feeds/3847577140571942242/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gamesontheweb.blogspot.com/2007/11/n3wton.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/3847577140571942242'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/3847577140571942242'/><link rel='alternate' type='text/html' href='http://gamesontheweb.blogspot.com/2007/11/n3wton.html' title='N3wton'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/18153935609499338685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEdKuuN0rIZAn1YFnjcOrv8qxyQ0dwK6_XgOB_5wE54l_zJib7gyH52BkprdRSrL5wgPrMKTYb6QDG-oPRWOBLSQuta1lFttDr2pWixU8chJXZ1KBfc5Iztl3LvCK1zQRv7UIb/s72-c/n3wton.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18396555.post-8054661971236580956</id><published>2007-10-25T14:57:00.000-04:00</published><updated>2007-10-25T15:50:54.772-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Adventure"/><category scheme="http://www.blogger.com/atom/ns#" term="Puzzle"/><category scheme="http://www.blogger.com/atom/ns#" term="RPG"/><category scheme="http://www.blogger.com/atom/ns#" term="Strategy"/><title type='text'>Strategy Defense</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg76SxNoMrhSchKzGMhAgEB_baIKj6JfQ6reZJqpGOW4Gx7pHmz0dAf6-QVlVJ3cEp1nMT23jux4OAo-2T8J3y_tFvlSzmb7OpnchK-2mpbXmuh0j_5hSBGr-vyPxNpopwEnqHZ/s1600-h/strategy+defense.JPG&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg76SxNoMrhSchKzGMhAgEB_baIKj6JfQ6reZJqpGOW4Gx7pHmz0dAf6-QVlVJ3cEp1nMT23jux4OAo-2T8J3y_tFvlSzmb7OpnchK-2mpbXmuh0j_5hSBGr-vyPxNpopwEnqHZ/s200/strategy+defense.JPG&quot; alt=&quot;Strategy Defense&quot; title=&quot;Strategy Defense&quot; id=&quot;BLOGGER_PHOTO_ID_5125353371110889714&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;While Strategy Defense looks like a tactics game, it really isn&#39;t.  There&#39;s very little strategy involved in one &#39;hero&#39; taking on anywhere from 4 to 8 (until the last battle) enemies whose only strategy is to charge forward, shoot at you and then run away.&lt;br /&gt;&lt;br /&gt;But it&#39;s still a fun game.  I found that by treating it as a puzzle game I could enjoy  the challenge that came with each level.  While getting stuck on certain levels was extremely frustrating when I couldn&#39;t solve it, I did get by eventually.&lt;br /&gt;&lt;br /&gt;Ever hear of moving in a diagonal?  Apparently the maker of this game hasn&#39;t.&lt;br /&gt;&lt;br /&gt;Tips:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Kill everything to build up your experience.  While you get more money for finishing levels in fewer rounds, the xp counts for more.  Instead, make sure you are at full health (or close to it) in order to build up your money supply.  Building up money supplies is important.  Don&#39;t waste any chance to end with a higher hp.&lt;/li&gt;&lt;li&gt;Don&#39;t worry about buying things at the store.  If you don&#39;t use it, you can sell it back later at the same price.  &lt;/li&gt;&lt;li&gt;Sometimes its best just to get shot and use your retaliation to fire back.  Take a health potion on your turn instead of firing back and getting shot in retaliation.  The best time to shoot one of your attackers is only if they will die with that shot.  Otherwise, they get to hit you twice (once on your round in retaliation, and once on their round when they shoot back).&lt;/li&gt;&lt;li&gt;If you can, stay out of range of your attackers and hit them with the magic arrow.  Especially on the earlier levels and against the towers, this can save you a lot of time.&lt;/li&gt;&lt;li&gt;Magic (except for the arrows) becomes useless within four rounds of when you can start using it.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;If you can&#39;t avoid your attackers the best strategy is to minimize the number of attackers who can hit you in a single round.  Then heal yourself on your turn.  Allow your retaliation to take care of them.  &lt;/li&gt;&lt;li&gt;Enemy knights are easy to avoid, so kill everything else while avoiding them.&lt;/li&gt;&lt;li&gt;Keep in mind that you can run a lot farther as a knight, and you can switch right back to whatever else you want when you get there.&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Update:&lt;/span&gt; Oops!  As the anonymous commenter pointed out below, I never told you where it was.&lt;br /&gt;&lt;br /&gt;Play &lt;a href=&quot;http://www.crazymonkeygames.com/Strategy-Defense.html&quot;&gt;Strategy Defense&lt;/a&gt; at crazymonkeygames.</content><link rel='replies' type='application/atom+xml' href='http://gamesontheweb.blogspot.com/feeds/8054661971236580956/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gamesontheweb.blogspot.com/2007/10/strategy-defense.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/8054661971236580956'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/8054661971236580956'/><link rel='alternate' type='text/html' href='http://gamesontheweb.blogspot.com/2007/10/strategy-defense.html' title='Strategy Defense'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/18153935609499338685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg76SxNoMrhSchKzGMhAgEB_baIKj6JfQ6reZJqpGOW4Gx7pHmz0dAf6-QVlVJ3cEp1nMT23jux4OAo-2T8J3y_tFvlSzmb7OpnchK-2mpbXmuh0j_5hSBGr-vyPxNpopwEnqHZ/s72-c/strategy+defense.JPG" height="72" width="72"/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18396555.post-1263919120914932029</id><published>2007-10-19T14:13:00.000-04:00</published><updated>2007-10-19T14:23:13.175-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tower Defense"/><title type='text'>Bloons Tower Defense 2</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBsoZr5ZxB0hiTEpfThAbeGGmeqGesuRajfobTyniq22_Ntob0uGJXmMELks_jma9yPomVNG9bFzr2fuNpKU_EZ8K6UeGO1Fu1P8KGybsbZhNxA2o5GQ-9GZqRVCxiq0cfnm6S/s1600-h/bloons-tower-defense-2.JPG&quot;&gt;&lt;img style=&quot;float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBsoZr5ZxB0hiTEpfThAbeGGmeqGesuRajfobTyniq22_Ntob0uGJXmMELks_jma9yPomVNG9bFzr2fuNpKU_EZ8K6UeGO1Fu1P8KGybsbZhNxA2o5GQ-9GZqRVCxiq0cfnm6S/s200/bloons-tower-defense-2.JPG&quot; border=&quot;0&quot; alt=&quot;Bloons Tower Defense 2&quot; title=&quot;Bloons Tower Defense 2&quot; id=&quot;BLOGGER_PHOTO_ID_5123114704152997010&quot; /&gt;&lt;/a&gt;Bloons Tower Defense 2 has everything you ever wanted as a kid, bloons, towers, and uh... dart throwing monkeys.&lt;br /&gt;&lt;br /&gt;The follow-up to &lt;a href=&quot;http://gamesontheweb.blogspot.com/2007/08/bloons-tower-defense.html&quot;&gt;Bloons Tower Defense&lt;/a&gt;, the sequel has improved the original slightly.  You still have balloon popping, dart throwing (yes, they are all right-handed) monkeys, but now you &lt;span style=&quot;font-style:italic;&quot;&gt;have&lt;/span&gt; to use some of the different towers.  For instance, unless you have a cannon, you can&#39;t blow up the lead balloon that start coming in level 20.&lt;br /&gt;&lt;br /&gt;There are also some nifty tools, like monkey glue and road spikes that you can use for a temporary reprieve.&lt;br /&gt;&lt;br /&gt;The sequel is harder than the original, but I have faith that if you beat the original, you can beat at least the medium level.  Again, the super monkey is the best dart thrower out there, but without a cannon, you won&#39;t be able to finish the game.&lt;br /&gt;&lt;br /&gt;Play &lt;a href=&quot;http://ninjakiwi.com/bloonstd2.html&quot;&gt;Bloons Tower Defense 2&lt;/a&gt; at ninjakiwi.</content><link rel='replies' type='application/atom+xml' href='http://gamesontheweb.blogspot.com/feeds/1263919120914932029/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gamesontheweb.blogspot.com/2007/10/bloons-tower-defense-2.html#comment-form' title='10 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/1263919120914932029'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/1263919120914932029'/><link rel='alternate' type='text/html' href='http://gamesontheweb.blogspot.com/2007/10/bloons-tower-defense-2.html' title='Bloons Tower Defense 2'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/18153935609499338685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBsoZr5ZxB0hiTEpfThAbeGGmeqGesuRajfobTyniq22_Ntob0uGJXmMELks_jma9yPomVNG9bFzr2fuNpKU_EZ8K6UeGO1Fu1P8KGybsbZhNxA2o5GQ-9GZqRVCxiq0cfnm6S/s72-c/bloons-tower-defense-2.JPG" height="72" width="72"/><thr:total>10</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18396555.post-4949996404762180290</id><published>2007-10-17T17:32:00.000-04:00</published><updated>2007-10-17T17:39:55.112-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Action"/><category scheme="http://www.blogger.com/atom/ns#" term="Shooter"/><title type='text'>StormWinds</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhYW7qQclD0zLl94SCne5UjS4c6ac5zYsZTc5j_E4CvxEcMhpjruBc1mHZMOu4z3-OuADkLLiuZEIQ5Zidhy0yysZZqO6IszPZKOqjqwhaxR8z5TYwevrGRl9JvYJTEpPPaixj/s1600-h/stormwinds.JPG&quot;&gt;&lt;img style=&quot;float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhYW7qQclD0zLl94SCne5UjS4c6ac5zYsZTc5j_E4CvxEcMhpjruBc1mHZMOu4z3-OuADkLLiuZEIQ5Zidhy0yysZZqO6IszPZKOqjqwhaxR8z5TYwevrGRl9JvYJTEpPPaixj/s200/stormwinds.JPG&quot; border=&quot;0&quot; alt=&quot;StormWinds&quot; title=&quot;StormWinds&quot; id=&quot;BLOGGER_PHOTO_ID_5122423472116378722&quot; /&gt;&lt;/a&gt;Stormwinds is a new turret defense game that is pretty generic in nature.  If you like games like Bowmaster or Battle, you&#39;ll enjoy this game.  Just don&#39;t expect too much.&lt;br /&gt;&lt;br /&gt;Place your turrets in your cliff fortress and fire away at the oncoming waves of enemies.  The first few levels are very easy, but they do get tougher.  There are 25 levels in all, with each one getting progressively more difficult (not completely linear, but a general trend of increased difficulty is there).  The boss is not too hard to defeat once you get to him.&lt;br /&gt;&lt;br /&gt;No sound effects is a detraction, but the music is good.  Repetitive after a while, but it does set the stage nicely.  I wish the hot keys would work for me.  Switching guns is a pain, the hotkeys would be nice.&lt;br /&gt;&lt;br /&gt;Basic guns are the heavy turret (good for taking damage) and the machine gun (good for long distance fighting).  Place your heavy turret in the first slot to take the most fire.  The sniper gun is useful for quick take downs.  One strategy is to have two snipers and one heavy turret.  That will get you pretty far.  The lightning gun is fun, but slow to recharge.  &lt;br /&gt;&lt;br /&gt;This game is pretty basic in nature, fun, but like I said, don&#39;t expect too much.&lt;br /&gt;&lt;br /&gt;Play &lt;a href=&quot;http://www.herointeractive.com/stormwinds/&quot;&gt;StormWinds&lt;/a&gt; at herointeractive.</content><link rel='replies' type='application/atom+xml' href='http://gamesontheweb.blogspot.com/feeds/4949996404762180290/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gamesontheweb.blogspot.com/2007/10/stormwinds.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/4949996404762180290'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/4949996404762180290'/><link rel='alternate' type='text/html' href='http://gamesontheweb.blogspot.com/2007/10/stormwinds.html' title='StormWinds'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/18153935609499338685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhYW7qQclD0zLl94SCne5UjS4c6ac5zYsZTc5j_E4CvxEcMhpjruBc1mHZMOu4z3-OuADkLLiuZEIQ5Zidhy0yysZZqO6IszPZKOqjqwhaxR8z5TYwevrGRl9JvYJTEpPPaixj/s72-c/stormwinds.JPG" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18396555.post-386506262249930817</id><published>2007-10-02T17:36:00.000-04:00</published><updated>2007-10-02T17:57:11.172-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Action"/><category scheme="http://www.blogger.com/atom/ns#" term="Shooter"/><category scheme="http://www.blogger.com/atom/ns#" term="Strategy"/><title type='text'>The Battle</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEih4zaneGn8KKDDDBolUOplMeVhMWOhyphenhyphenED9avvSYsnWvRhJhXiWUI7Keg8MY1-bHEcBVWdV1wKnuSZ3R9kUlo3Wg9lFuLzp55XlBI_zoBq4cbVzfdZT3DcA88YdOelpRAKeL6UR/s1600-h/TheBattle.JPG&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEih4zaneGn8KKDDDBolUOplMeVhMWOhyphenhyphenED9avvSYsnWvRhJhXiWUI7Keg8MY1-bHEcBVWdV1wKnuSZ3R9kUlo3Wg9lFuLzp55XlBI_zoBq4cbVzfdZT3DcA88YdOelpRAKeL6UR/s200/TheBattle.JPG&quot; alt=&quot;The Battle&quot; title=&quot;The Battle&quot; id=&quot;BLOGGER_PHOTO_ID_5116861349892713362&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;The Battle is in Beta, so anything I say here could be different in the final version, and really, that should be a good thing.&lt;br /&gt;&lt;br /&gt;Similar to &lt;a href=&quot;http://gamesontheweb.blogspot.com/2006/08/bowmaster.html&quot;&gt;Bowmaster&lt;/a&gt; or &lt;a href=&quot;http://gamesontheweb.blogspot.com/2006/12/bowmaster-prelude.html&quot;&gt;Bowmaster Prelude&lt;/a&gt;, you have a big gun that you can fire at the opposing troops (but not their base) as they try to invade your base.  You can also recruit troops to attack their base or defend your position. &lt;br /&gt;&lt;br /&gt;On the field in between the two opposing bases are turrets which you can take over (or attack if they are already occupied) and oil fields.  You want to defend the oil fields in order to build up your money supply.&lt;br /&gt;&lt;br /&gt;The money you collect can be spent on troops, research on better troops, upgrading your weaponry, or shooting at the bad guys. &lt;br /&gt;&lt;br /&gt;What I like about this game: the introduction of money into the strategy is certainly interesting.  Also, different weapons, upgrades, the cost of firing your own weapon, the &#39;surprise&#39; ending on level 15 all make this enjoyable.  Figuring out where to place your troops to maximize their effectiveness adds a nice bit of strategy to the game.&lt;br /&gt;&lt;br /&gt;What I don&#39;t like (and I hope they fix in future versions):&lt;br /&gt;Overall, this game is way too easy.  You can shoot your way to victory on every level without recruiting more than a couple of men (who go out and occupy the turrets and oil fields).  It&#39;s also way too easy to take the turret (when available) that&#39;s next to the enemy base and let it destroy the enemy base.&lt;br /&gt;&lt;br /&gt;The research is a nice idea, but it&#39;s too easy to research everything by level 5.  Then you&#39;re left with a lot of money which means you don&#39;t have to worry about spending at all. &lt;br /&gt;&lt;br /&gt;The point system leaves a lot to be desired.  Perhaps a bonus for time to finish or something.  If you want to maximize your score, just kill everything the other base creates and he runs out of troops.  Destroying the other base gives you a nice bonus, but not enough to make it worth your while to do so. &lt;br /&gt;&lt;br /&gt;Also, if you have two different methods to end the level, there should be some way of marking your progress with either method.  You know what the enemy base hit points look like, why don&#39;t you know how many more troops he can recruit?&lt;br /&gt;&lt;br /&gt;Why can you stop some of your troops from running off the far side of screen and not others?  Also, once you run out of population, you need to commit suicide in order to build others.  It would be nice if you could sell them off instead.&lt;br /&gt;&lt;br /&gt;Anyways, I still had fun with it.  Bowmaster is way better, but if you like that, you&#39;ll like &lt;a href=&quot;http://www.freeworldgroup.com/games6/gameindex/the-battle.htm&quot;&gt;The Battle&lt;/a&gt; (lousy name, btw).</content><link rel='replies' type='application/atom+xml' href='http://gamesontheweb.blogspot.com/feeds/386506262249930817/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gamesontheweb.blogspot.com/2007/10/battle.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/386506262249930817'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18396555/posts/default/386506262249930817'/><link rel='alternate' type='text/html' href='http://gamesontheweb.blogspot.com/2007/10/battle.html' title='The Battle'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/18153935609499338685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEih4zaneGn8KKDDDBolUOplMeVhMWOhyphenhyphenED9avvSYsnWvRhJhXiWUI7Keg8MY1-bHEcBVWdV1wKnuSZ3R9kUlo3Wg9lFuLzp55XlBI_zoBq4cbVzfdZT3DcA88YdOelpRAKeL6UR/s72-c/TheBattle.JPG" height="72" width="72"/><thr:total>3</thr:total></entry></feed>