<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Browser Based Games Development &#38; Resources &#187; Game Development</title>
	<atom:link href="http://www.bbgdev.com/category/game-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bbgdev.com</link>
	<description>Browser games links, demos, resources and a Home of Dominant Creature RPG opensource engine</description>
	<lastBuildDate>Tue, 06 Apr 2010 23:57:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Community Boards are re-open</title>
		<link>http://www.bbgdev.com/game-development/community-boards-are-re-open/</link>
		<comments>http://www.bbgdev.com/game-development/community-boards-are-re-open/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 08:45:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Browser gaming news]]></category>
		<category><![CDATA[Game Development]]></category>

		<guid isPermaLink="false">http://www.bbgdev.com/?p=448</guid>
		<description><![CDATA[Hello;
I decided to re-open community boards. Set up SMF board, and made several categories.
Idea is to create small community where we can all discuss about browser games ideas, development, marketing, and just about any aspect as players and webmasters. I&#8217;ve created Browser Games Directory a while ago, also now made boards where you can post [...]]]></description>
			<content:encoded><![CDATA[<p>Hello;</p>
<p>I decided to re-open community boards. Set up SMF board, and made several categories.<br />
Idea is to create small community where we can all discuss about browser games ideas, development, marketing, and just about any aspect as players and webmasters. I&#8217;ve created Browser Games Directory a while ago, also now made boards where you can post about development, make suggestions or ask for help. Also, there is section about marketing. If you&#8217;re game owner, you can try and find mates for link trading / exchange, or similar.</p>
<p><a href="http://www.bbgdev.com/community/" target="_blank"><strong>URL is HERE</strong></a>, so join if you like.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bbgdev.com/game-development/community-boards-are-re-open/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Endless RPG Engine &#8211; Endless Adventure</title>
		<link>http://www.bbgdev.com/game-development/endless-rpg-engine-endless-adventure/</link>
		<comments>http://www.bbgdev.com/game-development/endless-rpg-engine-endless-adventure/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 21:31:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Game Development]]></category>
		<category><![CDATA[ajax rpg map]]></category>
		<category><![CDATA[browser game]]></category>
		<category><![CDATA[free browser game]]></category>

		<guid isPermaLink="false">http://www.bbgdev.com/?p=435</guid>
		<description><![CDATA[Since I&#8217;ve been working pretty much like a madman on my new idea (I kinda like those which occupy you immediately), just now, by testing my new creation, in only 24h development time, I decided to write you a bit about engine progress so far&#8230;
I wrote few thoughts yesterday about possible features engine may have, [...]]]></description>
			<content:encoded><![CDATA[<p>Since I&#8217;ve been working pretty much like a madman on my new idea (I kinda like those which occupy you immediately), just now, by testing my new creation, in only 24h development time, I decided to write you a bit about engine progress so far&#8230;</p>
<p>I wrote few thoughts yesterday about possible features engine may have, and I must say, part of them proved to be heavy to make.<br />
Still, I write this with smile on my face, since I think I just made something new in browser based games. OK; not sure entirely, but I never saw this before, must say.</p>
<p>Anyway, to skip self promotion and stuff, let me in few words try to describe what I&#8217;ve done so far:</p>
<p>First, a screenshot:</p>
<p style="text-align: center;"><a href="http://www.bbgdev.com/wp-content/uploads/2009/07/endless_engine_1247519688825.png" target="_blank"><img class="aligncenter size-medium wp-image-436" title="endless_engine_1247519688825" src="http://www.bbgdev.com/wp-content/uploads/2009/07/endless_engine_1247519688825-300x259.png" alt="endless_engine_1247519688825" width="300" height="259" /></a><br />
Click on it to make it bigger (load in separate tab).</p>
<p>Anyway, see this one? And if you saw original one, with empty map I made and opensourced, you can notice difference. Small one, but it&#8217;s here. This one has objects. OK; trees for now, but it&#8217;s still a prototype.<br />
So, no big deal, you say?</p>
<p>Well, this is actually infinite dungeon engine or endless engine, however you&#8217;d like to call it, at it&#8217;s start.<br />
All those <strong>trees are made completely random. </strong>But, it&#8217;s not like engine creates random objects each time player moves, but it&#8217;s a bit more sophisticated than that.</p>
<p>Key features:</p>
<ul>
<li>Random object generation</li>
<li>Increasable map size. (Initial size: 480&#215;480 tiles, increases by 1 on each player signup)<br />
* This still needs to be developed, but coordinate function makes sure every object preserves location after world has increased</li>
<li>Persistent old objects. (Once created, they stay where they are, much like, if you would explore something, by going further, you&#8217;d find things, and going back, you&#8217;d go back to previously discovered objects)</li>
<li>Engine makes sure that no more than 29% of visible tiles is randomly populated with objects.<br />
- If you take in consideration that <strong>480&#215;480 map is actually 230.400 tiles</strong>, that would mean you have <strong>66.816 various objects to discover</strong>. Maybe even too much for start, I guess.</li>
</ul>
<p>What engine should do next: (and is about to soon)</p>
<ul>
<li>Use part of 29% generation rule for interactive objects, such as shrines, gold, monsters<br />
- I guess, around 6% of tiles would be enough.  That&#8217;s cca. 4 objects on a regular visible area (9&#215;9), and in above example, around 14.000 interactive objects on a default map.</li>
<li>It should have excellent probability methods. Rare items &#8211; pop up rarely, stronger monsters, pop up rarely.</li>
</ul>
<p>I won&#8217;t yet write about hero screens, and stuff, since we can get there soon.</p>
<p>Now, besides good things, I see potential balance issues with game engine.<br />
Still, for starters, I&#8217;d like to hear your thoughts about this so far&#8230;</p>
<p>Cheers</p>
<p>P.S.<br />
Yeah, I managed to get myself trapped inside trees <img src='http://www.bbgdev.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  <img src='http://www.bbgdev.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  <img src='http://www.bbgdev.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
Bugs, gotta love them&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bbgdev.com/game-development/endless-rpg-engine-endless-adventure/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creation of MiniGame  &#8211; idea?</title>
		<link>http://www.bbgdev.com/game-development/creation-of-minigame-idea/</link>
		<comments>http://www.bbgdev.com/game-development/creation-of-minigame-idea/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 22:26:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Game Development]]></category>
		<category><![CDATA[browser based game]]></category>
		<category><![CDATA[free browser game]]></category>
		<category><![CDATA[rpg map]]></category>

		<guid isPermaLink="false">http://www.bbgdev.com/?p=432</guid>
		<description><![CDATA[Yeah, well. You will most probably think I&#8217;m going insane. I myself think now I&#8217;m going insane thinking about new mini project.
You see, I don&#8217;t have much time for my biggest love, programming nowdays. Nor do I actually work as a Web programmer, nor does life gives me much time for work on projects I&#8217;d [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah, well. You will most probably think I&#8217;m going insane. I myself think now I&#8217;m going insane thinking about new mini project.<br />
You see, I don&#8217;t have much time for my biggest love, programming nowdays. Nor do I <strong>actually </strong>work as a Web programmer, nor does life gives me much time for work on projects I&#8217;d love to do.</p>
<p>It&#8217;s hard to maintain something you simply know will go down because of lack of time. That&#8217;s why I love small, dynamic projects, and I cannot resist from this new idea I have. I opensourced my 2D tile engine last week.<br />
In meanwhile I got questions like, will there be map editor, or will I improve this engine&#8230; It all may happen, and most likely will.<br />
Still, besides giving snippets and participating in long and complex project such as Heroes Of Zholtan (you&#8217;ll read about that in future, I promise <img src='http://www.bbgdev.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ), I&#8217;d like to have a minigame. But not MINI as = few featues, but mini as &#8211; fast developed, and long lasting.</p>
<p>So I thought about creating another engine. Based on 2D tile engine I gave away.</p>
<p>Let&#8217;s call it : <strong>Infinite dungeon engine. </strong>I made this up now. Even like it.<br />
Even more &#8211; seems to me, long night is ahead, since I have something special on my mind&#8230; Thought, just, to share this with you.<br />
Imagine:</p>
<p>2D map, where you can explore it. Those of you that know I opensourced engine with 24&#215;24 map default. Now I tested it with 7200&#215;7200 size, and still, it works fine. What if I add:</p>
<ul>
<li>Adventurer screen (Where you can see stats of your hero)</li>
<li>Objects (such as trees, rivers, enemies)</li>
<li>Multiplayer capablilities into map (easily done)</li>
<li>RANDOM world generator, similar to one you&#8217;re used in Diablo games, but somewhat persistent (trees and objects should not appear random, sure)</li>
</ul>
<p>That&#8217;s it.<br />
Well, along with above, I can easy create engine where world expands according to player numbers. Let&#8217;s say, we start with 4000&#215;4000 tiles map. That would be, err, 160.000 tiles to explore. I&#8217;d say, enough for 10.000 players to interact. So, maybe, start with 500&#215;500. OK. That would be okay even for &lt; 500 players. With each new player, world could expand for additional 1 tiles in width and height. So, let&#8217;s say, we have 1000 players, that would play in 1000&#215;1000 world (after 500 signups, new 500 in diameter).</p>
<p>Well, this is just idea now. Gotta run programming now <img src='http://www.bbgdev.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Tell me, though, is this something fabulous or I&#8217;m going insane? <img src='http://www.bbgdev.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bbgdev.com/game-development/creation-of-minigame-idea/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>2D tiled map engine script &#8211; opensourced</title>
		<link>http://www.bbgdev.com/game-development/2d-tiled-map-engine-script-opensourced/</link>
		<comments>http://www.bbgdev.com/game-development/2d-tiled-map-engine-script-opensourced/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 16:10:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Game Development]]></category>
		<category><![CDATA[ajax map]]></category>
		<category><![CDATA[free browser game]]></category>
		<category><![CDATA[rpg map]]></category>
		<category><![CDATA[rpg map engine]]></category>
		<category><![CDATA[tile map]]></category>

		<guid isPermaLink="false">http://www.bbgdev.com/?p=35</guid>
		<description><![CDATA[*************************************************
If you find this usefull, consider taking a survey and making your contribution for this website. It&#8217;s totally free for you, and will take only some seconds of your time, but it keeps site running. Thank you.
*************************************************

Here&#8217;s something perfect for your browser games
Time has come for me to give something back to you. It&#8217;s only [...]]]></description>
			<content:encoded><![CDATA[<p><strong>*************************************************</strong></p>
<p>If you find this usefull, consider <a href="../surveys/"><strong>taking a survey</strong></a> and making your contribution for this website. It&#8217;s totally free for you, and will take only some seconds of your time, but it keeps site running. Thank you.</p>
<p><strong>*************************************************<br />
</strong></p>
<h3><strong>Here&#8217;s something perfect for your browser games</strong></h3>
<p>Time has come for me to give something back to you. It&#8217;s only fair &#8211; I learned all I know from Open Source communities, and after years, I think it OK for me to give something back.<br />
I always thought that<strong> browser games</strong> need maps, especially if fantasy themed. Nowdays, you can find maps in most of games out there, but part of them are still static, and barely any game of RPG style has one.<br />
I developed this for years, (actually, it sounds like years, since many times, project was forgotten, lying around on my PC <img src='http://www.bbgdev.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  ), and wrote several versions of it, until I got something I can use with ease.</p>
<p>Here it is:</p>
<p><div id="attachment_47" class="wp-caption aligncenter" style="width: 508px">&#8220;]<a href="http://www.bbgdev.com/wp-content/uploads/2009/06/map_v0.1_1246205225665.png"><img class="size-full wp-image-47" title="map_v0.1_1246205225665" src="http://www.bbgdev.com/wp-content/uploads/2009/06/map_v0.1_1246205225665.png" alt="2D Tile map [PHP/AJAX]" width="498" height="299" /></a><p class="wp-caption-text">2D Tile map [PHP/AJAX</p></div><strong><a href="http://www.bbgdev.com/ajax_rpg_map_engine.zip">AJAX RPG 2D Tile map engine download [UPDATED LINK]<br />
</a><br />
You can see <a href="http://homm.bbgdev.com/?p=map" target="_blank">DEMO HERE.</a></strong><br />
(keep in mind, this is shared hosting account, not VPS or Dedicated, therefore, performance can increase with better hardware)</p>
<p>I won&#8217;t give any special instructions at this time to use this script. Once you download it, you can immediately run it on your local machine.<br />
PHP 4+ is needed only to run it.<br />
It currently does not use any DB. Though, it can be fairly easy expanded to use DB.</p>
<p>Few words from author (me):<br />
<strong>This software is linkware. </strong>Only reason I&#8217;m asking link back for is that I will appreciate any links. I also run a website, you know <img src='http://www.bbgdev.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
If you downloaded this source from any other website than www.bbgdev.com, leave a comment here on this topic.<br />
Permission:<br />
You can use and modify this script in commercial and non commercial projects under only 1 term: backlink.<br />
You CANNOT sell this script as your own.</p>
<p>ADDITIONAL NOTES:<br />
I used Heroes of might and magic II graphics. Only because I like pixel art and old style graphics.<br />
If you should use this map, I advise you to change graphics with your own, due to possible copyright issues.</p>
<p><strong>P.S.</strong></p>
<p><strong>If you&#8217;d like to buy off complete rights for script, mail me @ romano.zagorscak [at] gmail.com</strong></p>
<p><strong>*************************************************</strong></p>
<p>If you find this usefull, consider <a href="../surveys/"><strong>taking a survey</strong></a> and making your contribution for this website. It&#8217;s totally free for you, and will take only some seconds of your time, but it keeps site running. Thank you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bbgdev.com/game-development/2d-tiled-map-engine-script-opensourced/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What about going ISO style?</title>
		<link>http://www.bbgdev.com/game-development/what-about-going-iso-style/</link>
		<comments>http://www.bbgdev.com/game-development/what-about-going-iso-style/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 01:37:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Browser games]]></category>
		<category><![CDATA[Game Development]]></category>
		<category><![CDATA[iso rpg map]]></category>
		<category><![CDATA[isometric map]]></category>

		<guid isPermaLink="false">http://www.bbgdev.com/?p=8</guid>
		<description><![CDATA[Hi folks,
I thought a bit these days,
perhaps I can create something I didn&#8217;t do ever before. What if this might be very interesting&#8230; I mean, I am sure deep within, that for a nice game graphics isn&#8217;t neccessary most important feature (or, that&#8217;s what I&#8217;m saying to myself, considering I can&#8217;t do nice design  [...]]]></description>
			<content:encoded><![CDATA[<p>Hi folks,</p>
<p>I thought a bit these days,</p>
<p>perhaps I can create something I didn&#8217;t do ever before. What if this might be very interesting&#8230; I mean, I am sure deep within, that for a nice game graphics isn&#8217;t neccessary most important feature (or, that&#8217;s what I&#8217;m saying to myself, considering I can&#8217;t do nice design <img src='http://www.bbgdev.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ), but what if we could add a little different perspective into same map, and same game&#8230;</p>
<p>Well, I guess <a title="isometric tiled rpg map" href="http://homm.bbgdev.com/iso/" target="_blank"><strong>DEMO [opens in new window/tab]</strong></a> is in order. (keep in mind, please, this is showcase of work in progress)</p>
<p><span id="more-8"></span></p>
<p>I myself find it very cool. Even one of my mates at work said &#8220;wow&#8221;. Still, we&#8217;re in no business of spectacular graphics, but this might add nice (hopefully better) perspective into game here.</p>
<p>I would really like to hear some sincerely thoughts about this map engine. It is sure, I&#8217;ll use it. Surely, with much more enhacements.</p>
<p>Also, I gave it a thought&#8230;<br />
I have surprise for all of you but will keep it as a secret till next post, as a part of holiday mood, so make sure you drop by back in few days, it might be usefull to you. I just need few days to set everything up. And do some bugfix.</p>
<p>As <strong><a title="tank battle" href="http://wmdtb.com/" target="_blank">knuts</a></strong> said in <a href="http://www.bbgdev.com/game-development/heroes-of-might-and-magic-like-game-map-and-map-maker-prototype/" target="_blank"><strong>this post</strong></a>, all you potential web game masters can use one very nice script (too shame I suck in JS, but luckily for you, I&#8217;m not alone in programming and creative universe), perhaps I can also contribute to community with my share. But, no hurry, like I wrote, c ya in next post&#8230;</p>
<p> <img src='http://www.bbgdev.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bbgdev.com/game-development/what-about-going-iso-style/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
