<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule" >
  <channel>
  <title>Works Portfolio</title>
  <link>http://retsura.blog.shinobi.jp/</link>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://retsura.blog.shinobi.jp/RSS/" />
  <description>To show what I have done in the works</description>
  <lastBuildDate>Mon, 17 Dec 2007 16:08:13 GMT</lastBuildDate>
  <language>ja</language>
  <copyright>© Ninja Tools Inc.</copyright>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" />

    <item>
    <title>The Final of Alley-Oops</title>
    <description>
    <![CDATA[<font size="3">I cut a part of a game - FreeStyle by my character &quot;The Final of Alley-Oops&quot; and made a 150 px * 150 px graphic. I edit it with PhotoShop CS2.<br />
<br />
Motion Blur&nbsp;and double layer for the bigger shadow, Gaussian Blur for the background.<br />
<br />
<img alt="" src="//retsura.blog.shinobi.jp/File/e802edb7jpeg" /></font>]]>
    </description>
    <category>Illust</category>
    <link>http://retsura.blog.shinobi.jp/illust/the%20final%20of%20alley-oops</link>
    <pubDate>Mon, 17 Dec 2007 16:08:13 GMT</pubDate>
    <guid isPermaLink="false">retsura.blog.shinobi.jp://entry/8</guid>
  </item>
    <item>
    <title>Fighters Universe</title>
    <description>
    <![CDATA[<font size="3">This time I made the Fighters Universe is the upgrade version of Text Fighter, it has four players, Ho Yin, Justin, Boss Florence and Boss Janice.<br />
</font><br />
<font size="3">I use the &quot;<strong><font color="#0000ff">extends</font></strong>&quot; in the BossPlayer class, and it extends&nbsp;by the Player class.<br />
<br />
For the Boss Player :<br />
<font color="#cc99ff">public void</font> setPower( int power, int difference )<br />
&nbsp;{<br />
&nbsp;&nbsp;<font color="#0000ff">if</font> ( difference &lt; 0 )<br />
&nbsp;&nbsp;&nbsp;this.power = (<font style="BACKGROUND-COLOR: #ffff00">power+( difference / 2 )</font>);<br />
&nbsp;&nbsp;<font color="#0000ff">else</font><br />
&nbsp;&nbsp;&nbsp;this.power = (<font style="BACKGROUND-COLOR: #ffff00">power+( difference * 2 )</font>);&nbsp;<br />
&nbsp;}<br />
<br />
If they get hurt, their damage will get half, in case, they hit to the other players they will gain a double power.<br />
<br />
</font><img alt="" src="//retsura.blog.shinobi.jp/File/FightersUniverse.gif" /><br />
<br />
<font size="3">Download the file:</font><br />
<font size="3">1.</font><a href="http://hk.geocities.com/ashching/java/FightersUniverse/BossPlayer.class"><font size="3">BossPlayer.class</font></a><br />
<font size="3">2.</font><a target="_new" href="http://hk.geocities.com/ashching/java/FightersUniverse/BossPlayer.java"><font size="3">BossPlayer.java</font></a><br />
<font size="3">3.<a href="http://hk.geocities.com/ashching/java/FightersUniverse/FightersUniverse.class"><font size="3">FightersUniverse.class</font></a><br />
4.<a target="_new" href="http://hk.geocities.com/ashching/java/FightersUniverse/FightersUniverse.java"><font size="3">FightersUniverse.java</font></a></font><br />
<font size="3">5.<a href="http://hk.geocities.com/ashching/java/FightersUniverse/Player.class"><font size="3">Player.class</font></a><br />
6.<a target="_new" href="http://hk.geocities.com/ashching/java/FightersUniverse/Player.java"><font size="3">Player.java</font></a><br />
You can see the code in here.</font>]]>
    </description>
    <category>Programme</category>
    <link>http://retsura.blog.shinobi.jp/programme/fighters%20universe</link>
    <pubDate>Tue, 11 Dec 2007 13:13:54 GMT</pubDate>
    <guid isPermaLink="false">retsura.blog.shinobi.jp://entry/7</guid>
  </item>
    <item>
    <title>Notepad++</title>
    <description>
    <![CDATA[<font size="3">I am using the Notepad++ for editing the programme.<br />
<br />
Here is the download link for the installer: </font><a href="http://downloads.sourceforge.net/notepad-plus/npp.4.4.Installer.exe?modtime=1192407942&amp;big_mirror=0"><font size="3">Notepad++ Ver4.4</font></a><br />
<br />
<font size="3">And you can go though to offical web site of&nbsp;</font><a target="_new" href="http://notepad-plus.sourceforge.net/uk/site.htm"><font size="3">Notepad++</font></a><font size="3">.</font>]]>
    </description>
    <category>Installer</category>
    <link>http://retsura.blog.shinobi.jp/installer/notepad--</link>
    <pubDate>Thu, 25 Oct 2007 13:37:26 GMT</pubDate>
    <guid isPermaLink="false">retsura.blog.shinobi.jp://entry/6</guid>
  </item>
    <item>
    <title>Table of Multiplier</title>
    <description>
    <![CDATA[<font size="3">Table of Multiplier <font size="2">(乘數表)</font> , each of you must know it.<br />
<br />
I use array to make it up.&nbsp;Array is starting at 0, so I made:<br />
<font color="#ff0000">int array[] = new int[ <font style="BACKGROUND-COLOR: #ffff00">11</font> ];</font> (line 10)&nbsp; <font style="BACKGROUND-COLOR: #ffff00">11</font> is the value to show &quot;10&quot;. (Please see downward)<br />
<br />
And I set: <font color="#ff0000">for ( int counter = <font style="BACKGROUND-COLOR: #ffff00">1</font>; counter &lt; array.length; counter++ )</font> (line 23)<br />
<font color="#ff0000">int counter = <font style="BACKGROUND-COLOR: #ffff00">1</font></font>, this is setting for the value to show the starting value.<br />
<br />
For 0 and 1 are no meaning to remember, so I start from 2 to 9. But the code is not 100% the best, welcome&nbsp;to discuss!<br />
<br />
<font color="#3366ff">Update at 2007/10/26:</font><br />
<br />
Multiplier2 is using two for loop to make, and it is more simple than the first one.<br />
<br />
<img alt="" src="//retsura.blog.shinobi.jp/File/photo-multiplier.jpg" /> <br />
Download the file:<br />
1.</font><a href="http://hk.geocities.com/ashching/java/multiplier/Multiplier.class"><font size="3">Multiplier.class</font></a><br />
<font size="3">2.</font><a target="_new" href="http://hk.geocities.com/ashching/java/multiplier/Multiplier.java"><font size="3">Multiplier.java</font></a><br />
<font size="3">3.<a href="http://hk.geocities.com/ashching/java/multiplier/Multiplier2.class"><font size="3">Multiplier2.class</font></a><br />
4.<a target="_new" href="http://hk.geocities.com/ashching/java/multiplier/Multiplier2.java"><font size="3">Multiplier2.java</font></a></font><br />
<font size="3">You can see the code in here.</font>]]>
    </description>
    <category>Programme</category>
    <link>http://retsura.blog.shinobi.jp/programme/table%20of%20multiplier</link>
    <pubDate>Thu, 25 Oct 2007 12:53:27 GMT</pubDate>
    <guid isPermaLink="false">retsura.blog.shinobi.jp://entry/5</guid>
  </item>
    <item>
    <title>Text Fighter</title>
    <description>
    <![CDATA[<font size="3">I used the Java program to design a text game, Text Fighter.<br />
<br />
In the game, I designed &nbsp;two characters, Davis and Kim.<br />
<br />
They will be randomly to fight, if one of them the Power (Health Point / HP) is lower than zero, the game will stop and finish.<br />
<br />
There is a example in downward.<br />
<br />
<img alt="Test for TextFighter" src="//retsura.blog.shinobi.jp/File/photo-textfighter.jpg" /><br />
<br />
Download the file:<br />
1.</font><a href="http://hk.geocities.com/ashching/java/textfighter/Player.class"><font size="3">Player.class</font></a><br />
<font size="3">2.</font><a target="_new" href="http://hk.geocities.com/ashching/java/textfighter/Player.java"><font size="3">Player.java</font></a><font size="3">&nbsp;(update: 21-10-07)<br />
3.</font><a href="http://hk.geocities.com/ashching/java/textfighter/PlayerTest.class"><font size="3">PlayerTest.class</font></a><br />
<font size="3">4.</font><a target="_new" href="http://hk.geocities.com/ashching/java/textfighter/PlayerTest.java"><font size="3">PlayerTest.java</font></a><br />
<font size="3">You can see the code in here.</font>]]>
    </description>
    <category>Programme</category>
    <link>http://retsura.blog.shinobi.jp/programme/text%20fighter</link>
    <pubDate>Thu, 18 Oct 2007 13:52:19 GMT</pubDate>
    <guid isPermaLink="false">retsura.blog.shinobi.jp://entry/4</guid>
  </item>
    <item>
    <title>EVIL ASSOCIATION</title>
    <description>
    <![CDATA[<font size="3"><img height="250" alt="" width="250" src="//retsura.blog.shinobi.jp/File/ea-1.jpg" /><br />
<br />
EVIL ASSOCIATION, a song name of Wangan music, it makes&nbsp;for a sport&nbsp;game team.<br />
<br />
For the name, it's not a good thing&nbsp;of our world, so that I use the black and red to show how evil it is.<br />
<br />
The illustration is a wing, devil wing, the wing&nbsp;is used by another graph to make, after change the angle and get the new image, then&nbsp;add up the color.<br />
<br />
After the design it looks like a CD cover.</font>]]>
    </description>
    <category>Illust</category>
    <link>http://retsura.blog.shinobi.jp/illust/evil%20association</link>
    <pubDate>Wed, 10 Oct 2007 00:05:14 GMT</pubDate>
    <guid isPermaLink="false">retsura.blog.shinobi.jp://entry/3</guid>
  </item>
    <item>
    <title>ARRoW</title>
    <description>
    <![CDATA[<font size="3">I have played Wangan again, this logo is for the car team, the full name of ARRoW&nbsp;is &nbsp;AKUMA REVENGE RACER of WANGAN.<br />
<br />
AKUMA&nbsp;means Devil, it's a japanese word.<br />
<br />
<img alt="" src="//retsura.blog.shinobi.jp/File/ARRoW-square.gif" /><br />
</font>
<p><font size="3"><img alt="" src="//retsura.blog.shinobi.jp/File/ARRoW-square-FULL.gif" /></font></p>]]>
    </description>
    <category>Illust</category>
    <link>http://retsura.blog.shinobi.jp/illust/arrow</link>
    <pubDate>Tue, 09 Oct 2007 23:41:52 GMT</pubDate>
    <guid isPermaLink="false">retsura.blog.shinobi.jp://entry/2</guid>
  </item>
    <item>
    <title>5D logos Design</title>
    <description>
    <![CDATA[<p><font size="3"><img alt="" src="//retsura.blog.shinobi.jp/File/5D.jpg" /><br />
This is the first desige for my friend.<br />
<br />
&quot;5&quot; is black and &quot;D&quot; is white (but you can also see the black &quot;D&quot; in the &quot;5&quot;). The boy and girl show that they can win in every race.<br />
<br />
<br />
<img alt="" src="//retsura.blog.shinobi.jp/File/5D-01.jpg" /><img alt="" src="//retsura.blog.shinobi.jp/File/5D-1.png" /><br />
<br />
This is the second, the class use for wristlet.<br />
<br />
This design only use the straight lines.</font></p>]]>
    </description>
    <category>Illust</category>
    <link>http://retsura.blog.shinobi.jp/illust/5d%20logos%20design</link>
    <pubDate>Mon, 24 Sep 2007 01:51:47 GMT</pubDate>
    <guid isPermaLink="false">retsura.blog.shinobi.jp://entry/1</guid>
  </item>

    </channel>
</rss>