<br />
<b>Deprecated</b>:  Assigning the return value of new by reference is deprecated in <b>/home/pebra/public_html/games/wp-includes/cache.php</b> on line <b>99</b><br />
<br />
<b>Deprecated</b>:  Assigning the return value of new by reference is deprecated in <b>/home/pebra/public_html/games/wp-includes/query.php</b> on line <b>21</b><br />
<br />
<b>Deprecated</b>:  Assigning the return value of new by reference is deprecated in <b>/home/pebra/public_html/games/wp-includes/theme.php</b> on line <b>576</b><br />
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>pebbie games</title>
	<atom:link href="http://games.pebbie.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://games.pebbie.net</link>
	<description>fun &#38; educational games</description>
	<pubDate>Sat, 29 May 2010 04:15:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Simple Command-based Scripting</title>
		<link>http://games.pebbie.net/2010/05/simple-command-based-scripting/</link>
		<comments>http://games.pebbie.net/2010/05/simple-command-based-scripting/#comments</comments>
		<pubDate>Mon, 10 May 2010 07:02:43 +0000</pubDate>
		<dc:creator>pebbie</dc:creator>
		
		<category><![CDATA[labs]]></category>

		<category><![CDATA[pygame]]></category>

		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://games.pebbie.net/?p=18</guid>
		<description><![CDATA[Tadi malam baru iseng-iseng lagi ngoprek pygame dan pyopengl. sebetulnya lagi penasaran bikin animasi yang dikendalikan oleh script untuk diimplementasi di lingkungan 3D, jadinya bereksperimen dulu di 2D.  
contoh scriptnya masih sederhana
move 10 10
print "saya di pojok kiri atas"
wait 3000
print "muter"
turn 180
print "pergi dulu"
move 550 420
print "saya di pojok kanan bawah"

dan
move 400 300
print "hello [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://imgbin.gamedevid.org/i/100jp.png' alt='' class='alignnone' />Tadi malam baru iseng-iseng lagi ngoprek pygame dan pyopengl. sebetulnya lagi penasaran bikin animasi yang dikendalikan oleh script untuk diimplementasi di lingkungan 3D, jadinya bereksperimen dulu di 2D.  </p>
<p>contoh scriptnya masih sederhana<br />
<code>move 10 10<br />
print "saya di pojok kiri atas"<br />
wait 3000<br />
print "muter"<br />
turn 180<br />
print "pergi dulu"<br />
move 550 420<br />
print "saya di pojok kanan bawah"<br />
</code><br />
dan<br />
<code>move 400 300<br />
print "hello world"</code><br />
<span id="more-18"></span><br />
berikut kodenya<br />
<script src="http://pastebin.com/embed_js.php?i=mrjfajqS"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://games.pebbie.net/2010/05/simple-command-based-scripting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Simple Scenegraph in PyOpenGL</title>
		<link>http://games.pebbie.net/2010/05/simple-scenegraph-in-pyopengl/</link>
		<comments>http://games.pebbie.net/2010/05/simple-scenegraph-in-pyopengl/#comments</comments>
		<pubDate>Mon, 10 May 2010 06:32:06 +0000</pubDate>
		<dc:creator>pebbie</dc:creator>
		
		<category><![CDATA[labs]]></category>

		<category><![CDATA[pygame]]></category>

		<category><![CDATA[pyopengl]]></category>

		<guid isPermaLink="false">http://games.pebbie.net/?p=19</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img src='http://imgbin.gamedevid.org/i/100jo.png' alt='scenegraph screenshot' class='alignnone' /><span id="more-19"></span><script src="http://pastebin.com/embed_js.php?i=RcrUm3LK"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://games.pebbie.net/2010/05/simple-scenegraph-in-pyopengl/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Checkers using pygame</title>
		<link>http://games.pebbie.net/2009/05/checkers-using-pygame/</link>
		<comments>http://games.pebbie.net/2009/05/checkers-using-pygame/#comments</comments>
		<pubDate>Sat, 09 May 2009 00:56:54 +0000</pubDate>
		<dc:creator>pebbie</dc:creator>
		
		<category><![CDATA[games]]></category>

		<category><![CDATA[board]]></category>

		<category><![CDATA[pygame]]></category>

		<category><![CDATA[strategy]]></category>

		<guid isPermaLink="false">http://games.pebbie.net/?p=17</guid>
		<description><![CDATA[
Permainan Checkers di atas dibuat menggunakan pygame. seperti biasa, ada 2 versi :

versus mode (human vs human/tanpa AI). download di sini.
single player mode (human vs AI). download di sini.

AI yang digunakan sebetulnya heuristik yang cukup sederhana, tapi kemungkinan menang-kalahnya nggak tentu lo..  siapa yang bisa ngalahin AI?
]]></description>
			<content:encoded><![CDATA[<p><img src='http://games.pebbie.net/screenshot_checkers.png' alt='' class='alignnone' /><br />
Permainan <a href="http://simple.wikipedia.org/wiki/Checkers">Checkers</a> di atas dibuat menggunakan pygame. seperti biasa, ada 2 versi :</p>
<ol>
<li>versus mode (human vs human/tanpa AI). download di <a href="http://games.pebbie.net/checkers-noai.zip">sini</a>.</li>
<li>single player mode (human vs AI). download di <a href="http://games.pebbie.net/checkers-ai0.zip">sini</a>.</li>
</ol>
<p>AI yang digunakan sebetulnya heuristik yang cukup sederhana, tapi kemungkinan menang-kalahnya nggak tentu lo.. <img src='http://games.pebbie.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> siapa yang bisa ngalahin AI?</p>
]]></content:encoded>
			<wfw:commentRss>http://games.pebbie.net/2009/05/checkers-using-pygame/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Othello-reversi using haXe</title>
		<link>http://games.pebbie.net/2009/05/othello-reversi-using-haxe/</link>
		<comments>http://games.pebbie.net/2009/05/othello-reversi-using-haxe/#comments</comments>
		<pubDate>Fri, 08 May 2009 14:59:49 +0000</pubDate>
		<dc:creator>pebbie</dc:creator>
		
		<category><![CDATA[games]]></category>

		<category><![CDATA[board]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[puzzle]]></category>

		<category><![CDATA[strategy]]></category>

		<guid isPermaLink="false">http://games.pebbie.net/?p=16</guid>
		<description><![CDATA[
game othello yang dibuat dengan pygame di-port ke haXe oleh ali di sini. Hasilnya? bisa di-klik pada gambar di atas. 
]]></description>
			<content:encoded><![CDATA[<p><a href="http://games.pebbie.net/othello.swf"><img class="alignnone" src="http://games.pebbie.net/othello-haxe.png" alt="" /></a><br />
game <a href="http://games.pebbie.net/2009/05/othello-reversi-using-pygame/">othello</a> yang dibuat dengan pygame di-port ke haXe oleh ali di <a href="http://www.gamedevid.org/forum/showpost.php?p=97691&#038;postcount=18">sini</a>. Hasilnya? bisa di-klik pada gambar di atas. <img src='http://games.pebbie.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://games.pebbie.net/2009/05/othello-reversi-using-haxe/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Othello-Reversi using pygame</title>
		<link>http://games.pebbie.net/2009/05/othello-reversi-using-pygame/</link>
		<comments>http://games.pebbie.net/2009/05/othello-reversi-using-pygame/#comments</comments>
		<pubDate>Thu, 07 May 2009 16:32:28 +0000</pubDate>
		<dc:creator>pebbie</dc:creator>
		
		<category><![CDATA[games]]></category>

		<category><![CDATA[board]]></category>

		<category><![CDATA[puzzle]]></category>

		<category><![CDATA[pygame]]></category>

		<category><![CDATA[strategy]]></category>

		<guid isPermaLink="false">http://games.pebbie.net/?p=13</guid>
		<description><![CDATA[
Kali ini adalah game othello/reversi yang dibuat dalam waktu setengah hari. Programnya ada dua versi :

human player vs human player (tanpa AI). hanya dalam 100 baris kode. download di sini(2,5 KB)
human player vs CPU (AI). AI yang digunakan cukup naif (greedy) hanya memilih yang membalikkan keping paling banyak tanpa memperhitungkan beberapa langkah ke depan. tambahannya [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://games.pebbie.net/wp-content/uploads/2009/05/screenshot_othello.png'><img src="http://games.pebbie.net/wp-content/uploads/2009/05/screenshot_othello.png" alt="" title="screenshot_othello" width="294" height="281" class="alignnone size-full wp-image-14" /></a><br />
Kali ini adalah game othello/reversi yang dibuat dalam waktu setengah hari. Programnya ada dua versi :</p>
<ol>
<li>human player vs human player (tanpa AI). hanya dalam 100 baris kode. download di <a href="http://games.pebbie.net/othello-noai.zip">sini</a>(2,5 KB)</li>
<li>human player vs CPU (AI). AI yang digunakan cukup naif (greedy) hanya memilih yang membalikkan keping paling banyak tanpa memperhitungkan beberapa langkah ke depan. tambahannya jadi 144 baris kode. download di <a href="http://games.pebbie.net/othello-ai0.zip">sini</a>(3 KB)</li>
</ol>
<p>Pembahasan/Tutorial game ini juga dipublikasi sebagai artikel di forum <a href="http://www.gamedevid.org/forum/showthread.php?t=7551">gdi</a>. Selamat menikmati.. <img src='http://games.pebbie.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://games.pebbie.net/2009/05/othello-reversi-using-pygame/feed/</wfw:commentRss>
		</item>
		<item>
		<title>simple SHMUP using pygame</title>
		<link>http://games.pebbie.net/2009/05/simple-shmup-using-pygame/</link>
		<comments>http://games.pebbie.net/2009/05/simple-shmup-using-pygame/#comments</comments>
		<pubDate>Tue, 05 May 2009 07:09:23 +0000</pubDate>
		<dc:creator>pebbie</dc:creator>
		
		<category><![CDATA[games]]></category>

		<category><![CDATA[pygame]]></category>

		<category><![CDATA[SHMUP]]></category>

		<guid isPermaLink="false">http://games.pebbie.net/?p=11</guid>
		<description><![CDATA[
ini adalah game sederhana menggunakan pygame dengan python 2.5. download di sini
]]></description>
			<content:encoded><![CDATA[<p><a href="http://games.pebbie.net/wp-content/uploads/2009/05/screenshot.png"><img class="alignleft size-full wp-image-12" title="screenshot" src="http://games.pebbie.net/wp-content/uploads/2009/05/screenshot.png" alt="pykapal in-game screenshot" /></a></p>
<p>ini adalah game sederhana menggunakan pygame dengan python 2.5. download di <a href="http://games.pebbie.net/pykapal.zip">sini</a></p>
]]></content:encoded>
			<wfw:commentRss>http://games.pebbie.net/2009/05/simple-shmup-using-pygame/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Breaking News</title>
		<link>http://games.pebbie.net/2008/08/breaking-news/</link>
		<comments>http://games.pebbie.net/2008/08/breaking-news/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 16:19:32 +0000</pubDate>
		<dc:creator>pebbie</dc:creator>
		
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://games.pebbie.net/?p=10</guid>
		<description><![CDATA[After long time without any updates, here i am bringing you some news about pebbie games.
the coin farm (the one on FGL) is suspended until further notice.
tank fighter (battle city clone challenge) is also suspended.
pebbie is joining cooperating with agate studio for political coalition concerning academic and commercial pursuit. 
i will be contributing to the [...]]]></description>
			<content:encoded><![CDATA[<p>After long time without any updates, here i am bringing you some news about pebbie games.</p>
<p>the coin farm (the one on FGL) is suspended until further notice.</p>
<p>tank fighter (battle city clone challenge) is also suspended.</p>
<p>pebbie is <del datetime="2010-05-29T04:13:45+00:00">joining</del> cooperating with <a href="http://blog.agatestudio.com">agate studio</a> for political coalition concerning academic and commercial pursuit. <img src='http://games.pebbie.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
i will be contributing to the development of twilight engine (as far as i could of course!)</p>
<p>now, i am re-exploring the 3D graphics for my master thesis&#8217; research topic and i currently learning about XNA for my first project with <a href="http://blog.agatestudio.com">agate studio</a>.</p>
<p>and for this blog, i decided to put all my old games here. just wait and see..</p>
]]></content:encoded>
			<wfw:commentRss>http://games.pebbie.net/2008/08/breaking-news/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ciku-ciku (single player)</title>
		<link>http://games.pebbie.net/2008/07/ciku-ciku-single/</link>
		<comments>http://games.pebbie.net/2008/07/ciku-ciku-single/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 08:27:29 +0000</pubDate>
		<dc:creator>pebbie</dc:creator>
		
		<category><![CDATA[games]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[game]]></category>

		<category><![CDATA[puzzle]]></category>

		<guid isPermaLink="false">http://games.pebbie.net/?p=9</guid>
		<description><![CDATA[
Game ini merupakan modifikasi dari game ciku-ciku (sebelumnya harus dimainkan oleh beberapa orang / belum ada game ai)
cara memainkan
Tujuan permainan ini adalah memojokkan lawan sehingga lawan tidak memiliki pilihan untuk memindahkan bola. pemain yang mendapat giliran terakhir merupakan pemain yang kalah. 
Hayo! siapa yang levelnya paling tinggi?


]]></description>
			<content:encoded><![CDATA[<p><a href='http://games.pebbie.net/wp-content/uploads/2008/07/ciku02.png'><img src="http://games.pebbie.net/wp-content/uploads/2008/07/ciku02-300x298.png" alt="screenshot game ciku-ciku (48KB)" title="ciku02" width="300" height="298" class="alignleft size-medium wp-image-4" /></a></p>
<p align="justify">Game ini merupakan modifikasi dari game <a href="http://games.pebbie.net/2008/07/ciku-ciku/">ciku-ciku</a> (sebelumnya harus dimainkan oleh beberapa orang / belum ada game ai)</p>
<p><strong>cara memainkan</strong></p>
<p align="justify">Tujuan permainan ini adalah memojokkan lawan sehingga lawan tidak memiliki pilihan untuk memindahkan bola. pemain yang mendapat giliran terakhir merupakan pemain yang kalah. </p>
<p align="justify">Hayo! siapa yang levelnya paling tinggi?</p>
<p><span id="more-9"></span><br />
<code><EMBED src="http://games.pebbie.net/wp-content/uploads/2008/07/ciku.swf" quality=high bgcolor=#000000  WIDTH="700" HEIGHT="500" NAME="cikures"></EMBED></code></p>
]]></content:encoded>
			<wfw:commentRss>http://games.pebbie.net/2008/07/ciku-ciku-single/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ciku-ciku</title>
		<link>http://games.pebbie.net/2008/07/ciku-ciku/</link>
		<comments>http://games.pebbie.net/2008/07/ciku-ciku/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 07:12:40 +0000</pubDate>
		<dc:creator>pebbie</dc:creator>
		
		<category><![CDATA[games]]></category>

		<category><![CDATA[demo]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[game]]></category>

		<guid isPermaLink="false">http://games.pebbie.net/?p=3</guid>
		<description><![CDATA[
Game ini saya buat tahun 2003 ketika saya masih kuliah tahun pertama. Game ini dibuat menggunakan Flash MX (Flash 6) di lab komputer kampus dalam waktu 1 hari. file source .fla-nya hilang entah kemana.
cara memainkan
mainkan minimal dua pemain bergantian. setiap giliran, pemain menekan salah satu dari empat tombol arah untuk memindahkan bola berwarna abu-abu. setiap [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://games.pebbie.net/wp-content/uploads/2008/07/ciku01.png'><img src="http://games.pebbie.net/wp-content/uploads/2008/07/ciku01-300x217.png" alt="screenshot game ciku-ciku (24KB)" title="ciku01" width="300" height="217" class="alignleft size-medium wp-image-4" /></a></p>
<p align="justify">Game ini saya buat tahun 2003 ketika saya masih kuliah tahun pertama. Game ini dibuat menggunakan Flash MX (Flash 6) di lab komputer kampus dalam waktu 1 hari. file source .fla-nya hilang entah kemana.</p>
<p><strong>cara memainkan</strong></p>
<p align="justify">mainkan minimal dua pemain bergantian. setiap giliran, pemain menekan salah satu dari empat tombol arah untuk memindahkan bola berwarna abu-abu. setiap kali pemain memindahkan bola, ubin sebelumnya akan hilang (tidak dapat dijadikan tujuan pindah). pemain yang terpojok sehingga tidak dapat berpindah kemanapun merupakan pemain yang kalah. permainan akan diulang dan pola ubin akan diacak kembali.</p>
<p><span id="more-3"></span><br />
<code><EMBED src="http://games.pebbie.net/wp-content/uploads/2008/07/cikures.swf" quality=high bgcolor=#000000  WIDTH="700" HEIGHT="500" NAME="cikures"></EMBED></code></p>
]]></content:encoded>
			<wfw:commentRss>http://games.pebbie.net/2008/07/ciku-ciku/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://games.pebbie.net/2008/07/hello-world/</link>
		<comments>http://games.pebbie.net/2008/07/hello-world/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 18:16:24 +0000</pubDate>
		<dc:creator>pebbie</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[talk]]></category>

		<guid isPermaLink="false">http://games.pebbie.net/?p=1</guid>
		<description><![CDATA[Welcome to pebbie games. here you can find flash games, or review of the games with my participation in it either whole or just part of it. enjoy!
]]></description>
			<content:encoded><![CDATA[<p>Welcome to pebbie games. here you can find flash games, or review of the games with my participation in it either whole or just part of it. enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://games.pebbie.net/2008/07/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
