<?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>Digital Epiphany Blog &#187; DE Games</title>
	<atom:link href="http://www.digital-epiphany-designs.com/blog/category/de-games/feed" rel="self" type="application/rss+xml" />
	<link>http://www.digital-epiphany-designs.com/blog</link>
	<description>Blog for coding examples and projects.</description>
	<lastBuildDate>Sat, 15 May 2010 15:44:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Ai for Connect Four &#8211; Half way there</title>
		<link>http://www.digital-epiphany-designs.com/blog/ai-for-connect-four-half-way-there</link>
		<comments>http://www.digital-epiphany-designs.com/blog/ai-for-connect-four-half-way-there#comments</comments>
		<pubDate>Tue, 21 Jul 2009 01:40:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DE Games]]></category>

		<guid isPermaLink="false">http://www.digital-epiphany-designs.com/blog/?p=32</guid>
		<description><![CDATA[Well, first monumental task of world domination is half-way over. I have created my first Ai!! Nothing to be to proud of compared to the masters, but it is getting there. Right now Ai is about in grade 8. About to take the first big step to High School but still loving being a kid. [...]]]></description>
			<content:encoded><![CDATA[<p>Well, first monumental task of world domination is half-way over. I have created my first Ai!!</p>
<p>Nothing to be to proud of compared to the masters, but it is getting there.</p>
<p>Right now Ai is about in grade 8. About to take the first big step to High School but still loving being a kid.</p>
<p>Ai can recognize when he has chips in a row and place them to win. He even knows when he has two in a row and to set up for a third one. Talk about a boy genious right?</p>
<p>I still need to program him to stop the person from winning, but that is comming shortly and should be done within the week.</p>
<p>~dc</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-epiphany-designs.com/blog/ai-for-connect-four-half-way-there/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Created Connect Four with XNA game engine</title>
		<link>http://www.digital-epiphany-designs.com/blog/created-connect-four-with-xna-game-engine</link>
		<comments>http://www.digital-epiphany-designs.com/blog/created-connect-four-with-xna-game-engine#comments</comments>
		<pubDate>Fri, 29 May 2009 16:20:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DE Games]]></category>

		<guid isPermaLink="false">http://www.digital-epiphany-designs.com/blog/?p=31</guid>
		<description><![CDATA[I have successfully tought myself C# in conjunction with the XNA game engine! Woot!The first version of the &#8220;Connect Four&#8221; game is out and ready for download. See the game design section of the site for the file.This version only allows 1 vs 1 game play. The options menu does not work as of right [...]]]></description>
			<content:encoded><![CDATA[<p>I have successfully tought myself C# in conjunction with the XNA game engine! Woot!The first version of the &#8220;Connect Four&#8221; game is out and ready for download. See the game design section of the site for the file.This version only allows 1 vs 1 game play. The options menu does not work as of right now. A &#8220;cat&#8217;s game&#8221; is also not recognized.In the future, I will add an AI oppenent that the player will be able to face. Should I have time, I will make the AI vary in difficulty.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-epiphany-designs.com/blog/created-connect-four-with-xna-game-engine/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Epiphany Engine</title>
		<link>http://www.digital-epiphany-designs.com/blog/the-epiphany-engine</link>
		<comments>http://www.digital-epiphany-designs.com/blog/the-epiphany-engine#comments</comments>
		<pubDate>Sat, 29 Nov 2008 03:51:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DE Games]]></category>

		<guid isPermaLink="false">http://www.digital-epiphany-designs.com/blog/?p=28</guid>
		<description><![CDATA[After the creation (or rather the start) of Dragon Seed. I really like the coding that went into it. So I decided to build an online game engine that would let people create simple top down view games &#8211; just like the way I made the rough of Dragon Seed. I went to work on [...]]]></description>
			<content:encoded><![CDATA[<p>After the creation (or rather the start) of Dragon Seed. I really like the coding that went into it. So I decided to build an online game engine that would let people create simple top down view games &#8211; just like the way I made the rough of Dragon Seed.</p>
<p>I went to work on the Epiphany Engine.</p>
<p>Some features:</p>
<ul>
<li>General Settings
<ul>
<li>Customize starting health, mana, gold</li>
<li>Create character classes with starting attributes</li>
</ul>
</li>
<li>Elements
<ul>
<li>Create your own elements</li>
<li>Manage your own elemental strengths and weaknesses</li>
</ul>
</li>
<li>Magic
<ul>
<li>Upload an image to match the magic</li>
<li>Complete control over the stats and effects of the magic</li>
<li>Controlling condition type such as damage, healing, condition or hex</li>
</ul>
</li>
<li>Items
<ul>
<li>Some thing as magic, complete control over effects, image, value, rarity</li>
<li>Allows customization of weapons, armors and shields as well</li>
</ul>
</li>
<li>Maps
<ul>
<li>This will be top down view</li>
<li>Maps will be uploaded by the creator</li>
<li>These will be explorable by the four cardinal directions on a grid</li>
</ul>
</li>
<li>Enemies
<ul>
<li>Fully customizable from elements, to items carried, to items dropped, attributes, spells</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-epiphany-designs.com/blog/the-epiphany-engine/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merchant System and Guard Ability</title>
		<link>http://www.digital-epiphany-designs.com/blog/merchant-system-and-guard-ability</link>
		<comments>http://www.digital-epiphany-designs.com/blog/merchant-system-and-guard-ability#comments</comments>
		<pubDate>Fri, 23 May 2008 15:10:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DE Games]]></category>

		<guid isPermaLink="false">http://www.digital-epiphany-designs.com/blog/?p=21</guid>
		<description><![CDATA[I have added a Merchant System and Guard Ability to the game now. The player can now purchase and sell items. If they player tries to sell a weapon, shield, magic, or armor that is the only one left in their inventory &#8211; a warning message will appear letting them know if they sell it [...]]]></description>
			<content:encoded><![CDATA[<p>I have added a Merchant System and Guard Ability to the game now. The player can now purchase and sell items. If they player tries to sell a weapon, shield, magic, or armor that is the only one left in their inventory &#8211; a warning message will appear letting them know if they sell it it will be unequipped and removed from inventory.  This prevents the player from accidentally selling an item they have equipped.</p>
<p>The player will also have the option of buying any common weapons, shields, armors, or magics in the game. If they do not have enough money or if all their inventory is full the player is notified.</p>
<p>A guard option is now available in battle in case the players other commands are rendered useless. In example, if the player has no mana to cast a spell and their attackhas been rendered useless by a spell. The player can guard to boost their armor by 33% for that turn.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-epiphany-designs.com/blog/merchant-system-and-guard-ability/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update to Dragon Seed</title>
		<link>http://www.digital-epiphany-designs.com/blog/20</link>
		<comments>http://www.digital-epiphany-designs.com/blog/20#comments</comments>
		<pubDate>Fri, 16 May 2008 19:49:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DE Games]]></category>

		<guid isPermaLink="false">http://www.digital-epiphany-designs.com/blog/?p=20</guid>
		<description><![CDATA[Well it has been awhile since I updated the blog with how the PHP scripted game is coming along. Since my last post I have created a Ladder system based on experience earned by the character. Player status! Yes, the player can now check on their status. You can view their current health and mana, [...]]]></description>
			<content:encoded><![CDATA[<p>Well it has been awhile since I updated the blog with how the PHP scripted game is coming along. Since my last post I have created a Ladder system based on experience earned by the character.</p>
<p>Player status! Yes, the player can now check on their status. You can view their current health and mana, equipped magic, and even see their attack dmg, defense, agility, and accuracy. This page will eventually serve as a profile page for each character.</p>
<p>Equip page. Players can now equip magics they have acquired by equipping the orbs. They can also equip different weapons, armors, and shields.</p>
<p>Inventory. Inventory has been created and players can view all the items they are carrying. They can also use select items such as mana potions and health potions.</p>
<p>Magic rollovers. You can now roll over magic spells to view their mana cost, dmg, and description.</p>
<p>A beta version will be available to test soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-epiphany-designs.com/blog/20/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Casting Magic</title>
		<link>http://www.digital-epiphany-designs.com/blog/casting-magic</link>
		<comments>http://www.digital-epiphany-designs.com/blog/casting-magic#comments</comments>
		<pubDate>Fri, 21 Dec 2007 17:43:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DE Games]]></category>
		<category><![CDATA[casting]]></category>
		<category><![CDATA[magic]]></category>

		<guid isPermaLink="false">http://www.digital-epiphany-designs.com/blog/?p=14</guid>
		<description><![CDATA[I have now added the ability for the user to cast magic for battle. Instead of attacking they can click on their equipped magic they wish to cast and it will be executed. If they player does not have enough mana to cast it will display a message to the player of &#8220;Not enough mana [...]]]></description>
			<content:encoded><![CDATA[<p>I have now added the ability for the user to cast magic for battle. Instead of attacking they can click on their equipped magic they wish to cast and it will be executed. If they player does not have enough mana to cast it will display a message to the player of &#8220;Not enough mana to cast&#8221; and they will need to chose a different spell.</p>
<p>There are many different elements that will affect the magic. First of which is a condition. If they character is under any condition which pertains to magic such as &#8220;Render Magic&#8221; which disables all you magics, you will not be able to cast.</p>
<p>If the player does cast a spell then the proper mana is subtracted and the spell is cast. Depending on the type of magic it is and the element of the creature depends on how much damage it will do. If you cast fire against a fire element, it will deal less damage. If you cast water against a fire element the damage dealt is increased.</p>
<p>Up next I need to program the ability for the player to set conditions on an enemy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-epiphany-designs.com/blog/casting-magic/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random Fight on Map</title>
		<link>http://www.digital-epiphany-designs.com/blog/random-fight-on-map</link>
		<comments>http://www.digital-epiphany-designs.com/blog/random-fight-on-map#comments</comments>
		<pubDate>Wed, 12 Dec 2007 17:56:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DE Games]]></category>

		<guid isPermaLink="false">http://www.digital-epiphany-designs.com/blog/?p=13</guid>
		<description><![CDATA[I added the ability for random fights to take place while transversing the map. Currently the is a 50% chance that you will get in a fight as you move across the map each time. In the future I will have items that affect this percentage.]]></description>
			<content:encoded><![CDATA[<p>I added the ability for random fights to take place while transversing the map. Currently the is a 50% chance that you will get in a fight as you move across the map each time. In the future I will have items that affect this percentage.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-epiphany-designs.com/blog/random-fight-on-map/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integer Values for a MySQL Database</title>
		<link>http://www.digital-epiphany-designs.com/blog/integer-values-for-a-mysql-database</link>
		<comments>http://www.digital-epiphany-designs.com/blog/integer-values-for-a-mysql-database#comments</comments>
		<pubDate>Tue, 11 Dec 2007 17:52:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DE Games]]></category>
		<category><![CDATA[int]]></category>
		<category><![CDATA[integer]]></category>
		<category><![CDATA[mediumint]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[smallint]]></category>
		<category><![CDATA[tinyint]]></category>
		<category><![CDATA[values]]></category>

		<guid isPermaLink="false">http://www.digital-epiphany-designs.com/blog/?p=12</guid>
		<description><![CDATA[ I can never find these values when I need them so I am going to post them here. TINYINT = -128 to 127 SMALLINT = -32768 to 32767 MEDIUMINT = -8388608 to 8388607 INT = -2147483648 to 2147483647]]></description>
			<content:encoded><![CDATA[<p> I can never find these values when I need them so I am going to post them here.</p>
<p>TINYINT = -128 to 127<br />
SMALLINT = -32768 to 32767<br />
MEDIUMINT = -8388608 to 8388607<br />
INT = -2147483648 to 2147483647</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-epiphany-designs.com/blog/integer-values-for-a-mysql-database/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Character Creation</title>
		<link>http://www.digital-epiphany-designs.com/blog/character-creation</link>
		<comments>http://www.digital-epiphany-designs.com/blog/character-creation#comments</comments>
		<pubDate>Mon, 10 Dec 2007 18:04:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DE Games]]></category>
		<category><![CDATA[character creation]]></category>

		<guid isPermaLink="false">http://www.digital-epiphany-designs.com/blog/?p=11</guid>
		<description><![CDATA[I created the ability for people to create characters. This obviously is all important if you want people to play the game. Currently all there is for the character is the User chooses their Hero&#8217;s Name and Password. I added a captcha to prevent spam cause god knows it happens EVERYWHERE! After the person creates [...]]]></description>
			<content:encoded><![CDATA[<p>I created the ability for people to create characters. This obviously is all important if you want people to play the game. Currently all there is for the character is the User chooses their Hero&#8217;s Name and Password. I added a captcha to prevent spam cause god knows it happens EVERYWHERE!</p>
<p>After the person creates a character they will receive 12 Attribute Points to put in any field they choose for their character. This can be changed at any point during the game.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-epiphany-designs.com/blog/character-creation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Map Travel</title>
		<link>http://www.digital-epiphany-designs.com/blog/map-travel</link>
		<comments>http://www.digital-epiphany-designs.com/blog/map-travel#comments</comments>
		<pubDate>Wed, 21 Nov 2007 01:47:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DE Games]]></category>
		<category><![CDATA[map travel]]></category>

		<guid isPermaLink="false">http://www.digital-epiphany-designs.com/blog/?p=5</guid>
		<description><![CDATA[I have finished the map travel coding. Now a character will be able to explore a 5&#215;5 grid moving in the cardinal directions. The character is represented as a red dot. I will add chance for random fights for every movement. Each map will have its own paths to the next area; as well as [...]]]></description>
			<content:encoded><![CDATA[<p>I have finished the map travel coding. Now a character will be able to explore a 5&#215;5 grid moving in the cardinal directions. The character is represented as a red dot. I will add chance for random fights for every movement. Each map will have its own paths to the next area; as well as its own unique enemies that you will face.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-epiphany-designs.com/blog/map-travel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
