<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.1" -->
<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/"
	>

<channel>
	<title>Enup Games</title>
	<link>http://enupgames.com</link>
	<description></description>
	<pubDate>Sat, 05 Jul 2008 18:23:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>
	<language>en</language>
			<item>
		<title>cabol source code - and making a game.</title>
		<link>http://enupgames.com/?p=12</link>
		<comments>http://enupgames.com/?p=12#comments</comments>
		<pubDate>Mon, 12 May 2008 01:27:14 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
		
	<category>cabol</category>
		<guid isPermaLink="false">http://enupgames.com/?p=12</guid>
		<description><![CDATA[i started making games in the early 80&#8217;s.  back then things were a lot simpler.
in those days, if you wanted to draw dot on the screen, you needed a program like this:
10 home
20 hgr
30 hcolor=3
40 hplot 10,10
shit, i still remember that!  ok, ok - i looked up an apple iie site to remember [...]]]></description>
			<content:encoded><![CDATA[<p>i started making games in the early 80&#8217;s.  back then things were a lot simpler.<br />
in those days, if you wanted to draw dot on the screen, you needed a program like this:</p>
<p>10 home<br />
20 hgr<br />
30 hcolor=3<br />
40 hplot 10,10</p>
<p>shit, i still remember that!  ok, ok - <a target="_blank" href="http://www.landsnail.com/a2ref2.htm">i looked up an apple iie</a> site to remember the hgr command =)  and i&#8217;m not sure if i can use 3 for hcolor&#8230;<br />
these days you need to know like 100 <a target="_blank" href="http://www.electricityforum.com/images/screaming-face.jpg">freakin</a> things before you can do the same thing!</p>
<p>so in this post, i&#8217;m gonna describe how to build the game <a target="_blank" href="http://www.kongregate.com/games/enupgames/cabol">cabol</a>.  it&#8217;s a game i&#8217;ve recently made that works inside of <a target="_blank" href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">adobe&#8217;s flash player</a>.<a target="_blank"><br />
</a></p>
<p>once you get the game built on your machine, you&#8217;ll be able to <a target="_blank" href="http://www.his-forever.com/tinker%20toys.jpg">tinker</a> with the program, rebuild it, and see what your changes did to the game.  getting other people&#8217;s game code was supa-helpful for me, since i was such a <a target="_blank" href="http://www.youtube.com/watch?v=ZJ0zlYLtwHs">miserable</a> book reader.</p>
<p>* note: everyone&#8217;s computer is setup a little different.  because of this, certain things aren&#8217;t gonna work properly for you.  if you run into any issues, just leave a comment on this blog, cause there&#8217;s a good chance i&#8217;ve already run into the problem.  your comments will also help me flush out these instructions better.  if there&#8217;s anything that doesn&#8217;t make sense (i.e. what is a flash environment anyway?), just ask.  also, i&#8217;m assuming that you&#8217;re working on a pc.  i haven&#8217;t done any flash development on a mac yet.</p>
<p>everything i used to make <a target="_blank" href="http://www.kongregate.com/games/enupgames/cabol">cabol</a> was free.</p>
<p><strong>here&#8217;s what you&#8217;ll need to get/do:</strong></p>
<p>download/install the adobe flex sdk <a target="_blank" href="http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3email">here</a>.</p>
<p>in the folder you installed flex, there is a subfolder called bin.  in this folder is a program called mxmlc.exe.   this is the program that will let you build games that can run in a flash environment.  you&#8217;ll need to make sure mxmlc.exe is in your path.</p>
<p>download/install <a target="_blank" href="http://www.mozilla.com/en-US/firefox/">firefox</a>.  it doesn&#8217;t matter what browser you use, but there&#8217;s an excellent plugin for firefox that makes life very easy.</p>
<p>download/install <a target="_blank" href="http://download.macromedia.com/pub/flashplayer/updaters/9/flashplayer_9_plugin_debug.exe">flash player 9 debug version</a>.</p>
<p>download/install <a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/3469">flash tracer</a>, a plugin for firefox.</p>
<p>download/open <a target="_blank" href="http://www.enupgames.com/flash/cabol/sourcecode/cabol_source.zip">cabol&#8217;s source code</a>.</p>
<ul>if the following instructions don&#8217;t work, its most likely due to something not being setup properly.  just add a commment, and i&#8217;ll take a look at what it might be.go into the folder that has cabol&#8217;s source code.<br />
in there is a folder called bat (batch files).<br />
run the file called c.bat<br />
this will build the game and put a copy into the folder called bin<br />
in the folder called bin is a file called web.html<br />
start this file to play the game</ul>
]]></content:encoded>
			<wfw:commentRSS>http://enupgames.com/?feed=rss2&amp;p=12</wfw:commentRSS>
		</item>
		<item>
		<title>cabol, one more time!</title>
		<link>http://enupgames.com/?p=15</link>
		<comments>http://enupgames.com/?p=15#comments</comments>
		<pubDate>Sun, 11 May 2008 02:29:16 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
		
	<category>cabol</category>
		<guid isPermaLink="false">http://enupgames.com/?p=15</guid>
		<description><![CDATA[cabol is an old macintosh game that i had made in the 90&#8217;s.
had 3 versions of the game, cabol ii looked like this.
the new cabol has you growing flowers.  quite a bit different from that bar you would protect from getting knocked down to the bottom.   i&#8217;ve also added pinball like barriers [...]]]></description>
			<content:encoded><![CDATA[<p>cabol is an old macintosh game that i had made in the 90&#8217;s.<br />
had 3 versions of the game, <a target="_blank" href="http://members.chello.at/theodor.lauppert/games/cabol.htm">cabol ii looked like this</a>.</p>
<p>the <a target="_blank" href="http://www.kongregate.com/games/enupgames/cabol">new cabol</a> has you growing flowers.  quite a bit different from that bar you would protect from getting knocked down to the bottom.   i&#8217;ve also added pinball like barriers for the later levels, as well as a DOOMSDAY device! =)  i think i remember a doomsday device in the old apple iie game called <a href="http://extralives.wordpress.com/2008/03/15/captain-goodnight-lives/">captain goodnight</a>.</p>
<p>every 5th level is a night level which gets obscenely hard. good luck.</p>
<p>i used a library called <a target="_blank" href="http://box2dflash.sourceforge.net/">box2d</a> which handles all the collisions for me.  it&#8217;s really nice, cause i got some very cool/strange bounces from the balls, thanks to this collision system.</p>
<p>you can play cabol on kongregate: <a href="http://www.kongregate.com/games/enupgames/cabol">http://www.kongregate.com/games/enupgames/cabol<br />
</a></p>
<p>to the play postcard version (where you can make a flower postcard and send it to your friend), go to : <a href="http://www.enupgames.com/flash/cabol/web.php">http://www.enupgames.com/flash/cabol/web.php</a></p>
<p><a href="http://www.enupgames.com/flash/cabol/web.php" /><br />
deepak deo
</p>
]]></content:encoded>
			<wfw:commentRSS>http://enupgames.com/?feed=rss2&amp;p=15</wfw:commentRSS>
		</item>
	</channel>
</rss>
