<?xml version="1.0" encoding="utf-8" ?>




























<rss version="2.0">
<channel>
  <title>Game Gardens Forums (Forum: Tutorials and Help)</title>
  <link>http://www.gamegardens.com/discussion/mvnforum/index</link>
  <description>RSS Feed of Game Gardens Forums (Forum: Tutorials and Help)</description>
  <language>en-us</language>

  <lastBuildDate>Sat, 11 Sep 2010 03:11:21 -0700</lastBuildDate>
  <docs>http://www.gamegardens.com/discussion/mvnforum/rsssummary</docs>
  <generator>mvnForum Feed Generator 1.1-dev</generator>
  <image>
    <title>Game Gardens Forums</title>
    <url>http://www.gamegardens.com/discussion/mvnplugin/mvnforum/images/logo.gif</url>
    <link>http://www.gamegardens.com/discussion/mvnforum/index</link>
    <width>141</width>
    <height>50</height>
    <description>mvnForum - free open source Jsp/Servlet forum</description>
  </image>

  <textInput>
    <title>Search</title>
    <description>Search all posts</description>
    <name>key</name>
    <link>http://www.gamegardens.com/discussion/mvnforum/search</link>
  </textInput>

  <item>
    <title>Difficulty building from SVN</title>
    <link>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=853</link>
    <description>Hi there, I'm trying to build the Game Gardens source from the svn repo.  I initially had some trouble building samskivert and depot due to a missing google-collect.jar, which I fixed by copying gardens/lib/*.jar into projects/{samskivert,depot}/dist/lib .  I'm not convinced that was the correct solution, but it at least advanced me through the build a bit.  Now I'm running into what appears to ...</description>
    
    <pubDate>Sun, 25 Apr 2010 02:54:46 -0700</pubDate>
    <category>Tutorials and Help</category>
    <guid>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=853&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>tutorial help</title>
    <link>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=804</link>
    <description>In Step 2. Define the Shared Game State (http://wiki.gamegardens.com/Reversi_Game_State)
ant gendobj met an error

Buildfile: build.xml

genservice:

BUILD FAILED
G:\game-gardens\games\lib\game-incl.xml:38: taskdef class com.threerings.presents.tools.GenServiceTask cannot be found

Total time: 0 seconds

I wonder where to find the com.threerings.presents.tools.GenServiceTask, 
it ...</description>
    
    <pubDate>Mon, 28 Dec 2009 06:08:34 -0800</pubDate>
    <category>Tutorials and Help</category>
    <guid>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=804&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>Missing &quot;viewtest&quot; in game-incl.xml</title>
    <link>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=685</link>
    <description>I was running through the Reversi tutorial and got stopped cold when it came time to run &quot;ant viewtest&quot; - it informed me that 'Target &quot;viewtest&quot; does not exist in the project &quot;reversi&quot;.' Hunting around, I figured out that the ant commands were directed at game-incl.xml, which seems to be lacking a &quot;viewtest&quot; of any sort. I had downloaded game-gardens.zip ...</description>
    
    <pubDate>Sun, 26 Oct 2008 18:28:30 -0700</pubDate>
    <category>Tutorials and Help</category>
    <guid>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=685&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>How to write a computer player (AI)?</title>
    <link>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=455</link>
    <description>Hi, I am totally lost at how you can write an AI for a game. Could anybody tell me how to start (e.g. with Reversi)?

What surprises me is that the example &quot;atlantis&quot; has an option to play against AI, but I cannot find any code related to AI. The only thing I can find is the &lt;ai&gt; tag in the xml description. Does the GG framework provide a default AI that moves randomly???

...</description>
    
    <pubDate>Sat, 03 Nov 2007 20:13:55 -0700</pubDate>
    <category>Tutorials and Help</category>
    <guid>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=455&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>GetDown Offline Robustness (PATCH)</title>
    <link>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=761</link>
    <description>Good evening!

I wanted to drop in and say Thank You for creating GetDown and releasing it to the Intarwebs.  I've been able to successfully integrate GetDown as a Java Webstart replacement in the desktop counterpart for my iPhone application (BookShelf), and so far my beta users are raving about the improvement.  The ability to do binary patches is wonderful and will no doubt save both my ...</description>
    
    <pubDate>Tue, 18 Aug 2009 03:03:34 -0700</pubDate>
    <category>Tutorials and Help</category>
    <guid>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=761&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>ant server problem</title>
    <link>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=732</link>
    <description>i follow the first step by step Tutorials but i can't go throw the ant server commend
the result is like this;
java.security.polict: add project failed:
java.net&gt;malFormedURLException:For input string:&quot;games.....</description>
    
    <pubDate>Sun, 10 May 2009 14:42:21 -0700</pubDate>
    <category>Tutorials and Help</category>
    <guid>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=732&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>Static location for sprites on a VirtualMediaPanel</title>
    <link>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=715</link>
    <description>I have a fancy map that scrolls using the VirtualMediaPanel's setViewLocation() function and all my sprites go where they are supposed to go and everything is happy making.

BUT...

I would also like to have some buttons that sit on top of the map and just chill there, like a Heads Up Display. I'm using sprites for the buttons and I can detect when they are being clicked and whatnot, but when ...</description>
    
    <pubDate>Wed, 17 Dec 2008 01:55:56 -0800</pubDate>
    <category>Tutorials and Help</category>
    <guid>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=715&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>does this work good with netbeans 6.0</title>
    <link>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=693</link>
    <description>does this work good with netbeans 6.0 cus im having alot of problems getting this to work the tut really does not help nuch for new folks with netbeans if there was some screen shots to go with it would help alot if someone could kelp me get this going i would be very thankful add me to yahoo or msn messenger my yahoo is dxman_2007@yahoo.com my msn is dxman2007@msn.com thx all this looks like fun ...</description>
    
    <pubDate>Fri, 14 Nov 2008 02:39:54 -0800</pubDate>
    <category>Tutorials and Help</category>
    <guid>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=693&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>boardview does not paint and update all sprites</title>
    <link>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=636</link>
    <description>first off: sorry for x-posting, but i cannot edit or delete my other postings :(
(I think this forum fits better to my problem than game design)

Now to my problem

I created a small game which uses a sprite to show a die and other sprites for the game pieces.
The thing is, the board and the pieces are shown correctly even the cursor,but the die is not visible.
If i go back to the lobby ...</description>
    
    <pubDate>Fri, 13 Jun 2008 18:15:32 -0700</pubDate>
    <category>Tutorials and Help</category>
    <guid>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=636&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>How to download game JAR from Game Gardens</title>
    <link>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=662</link>
    <description>Hi, I've mistakenly deleted the source code to my game Five from my hard drive (so embarrassing, I was positive I had it backed up but no.)

Is there some place where I can download my game JAR I uploaded earlier? I don't remember if the source is included in the JAR by default, but at the very least I could decompile it to recover my source. Thanks in advance!</description>
    
    <pubDate>Sat, 23 Aug 2008 13:37:29 -0700</pubDate>
    <category>Tutorials and Help</category>
    <guid>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=662&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>digest.txt.sig problem</title>
    <link>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=608</link>
    <description>Hi!

I use Getdown I config everythin and when I try to lunch it I get that error:

[quote]INFO: Attempting to refetch 'digest.txt.sig' from 'http://www.acknex.info/webstart/1/digest.txt.sig'.
2008-05-11 12:22:55 com.threerings.getdown.a a
WARNING: m.corrupt_digest_signature_error
java.io.IOException: m.corrupt_digest_signature_error
	at com.threerings.getdown.data.e.a(Unknown Source)
	...</description>
    
    <pubDate>Sun, 11 May 2008 11:35:18 -0700</pubDate>
    <category>Tutorials and Help</category>
    <guid>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=608&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>Connection Problems</title>
    <link>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=613</link>
    <description>I play PP through the YourFreedom client while I'm at school, as I cannot connect without a tunnel.  I simply edit the deployment.properties file in config.jar to change the server connections to localhost, but I cannot figure out how to do this with Game Gardens.

I've already attempted some decompiling of gg-client.jar, but it's proving rather difficult and messy.

Any suggestions would be ...</description>
    
    <pubDate>Tue, 13 May 2008 00:48:37 -0700</pubDate>
    <category>Tutorials and Help</category>
    <guid>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=613&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>How to Recolor images</title>
    <link>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=605</link>
    <description>Hi, I am writing a stone-laying game based on Pente. The game works (yay!) but is pretty ugly at the moment. So, I want to allow players to be able to choose the color of their stones, ie from a dropdown menu in-game.

It looks like the recolorable resources in Puzzle Pirates (bludgeons, for example) are just PNGs with red, green, and magenta as placeholder colors for the player-chosen colors. ...</description>
    
    <pubDate>Sat, 26 Apr 2008 03:50:07 -0700</pubDate>
    <category>Tutorials and Help</category>
    <guid>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=605&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>reversi tutorial step 2 compile error</title>
    <link>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=593</link>
    <description>So I ant gendobj the code listed at the end for ReversiObject and get a compile error.  3 errors all concerning DSet &quot;cannot find symbol&quot; errors.  Was I supposed to import that class at the top of the code?

Thanks in advance.</description>
    
    <pubDate>Fri, 28 Mar 2008 19:41:34 -0700</pubDate>
    <category>Tutorials and Help</category>
    <guid>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=593&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>server crashes during startup</title>
    <link>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=556</link>
    <description>I'm trying to build one of the tutorials--I picked Atlantis at random.  The compile and dist targets seem to work fine, but the server target tries without success to make the server run:

server:
[propertyfile] Creating new property file: C:\Documents and Settings\Bran Sedgeh
am\Desktop\games\atlantis\dist\classes\toybox.properties
     [java] 2008/03/22 17:12:42:203 INFO ...</description>
    
    <pubDate>Sat, 22 Mar 2008 22:17:27 -0700</pubDate>
    <category>Tutorials and Help</category>
    <guid>http://www.gamegardens.com/discussion/mvnforum/viewthread?thread=556&amp;lastpage=yes</guid>
  </item>

</channel>
</rss>


