I put my game up on http://forums.indiegamer.com gonna see if I get any feedback from that site.
http://forums.indiegamer.com/showthread.php?27996-Sand-Box-Game-Script-Blocks-%28Alpha%29
A friend also put it on
http://forum.freegamedev.net/viewtopic.php?f=22&t=1553
at least link the thread :P
ReplyDeletePS: I could use instructions on how to build (arch linux 64bit here)
ReplyDeleteant leads to
Buildfile: /home/qubodup/src/subversion/script-blocks/build.xml
init:
BUILD FAILED
/home/qubodup/src/subversion/script-blocks/build.xml:20: Directory /home/gbluntzer/temp/scriptblocks/build creation was not successful for an unknown reason
Total time: 0 seconds
and $ ./buildme.sh
/home/gbluntzer/tools/java/jdk1.6.0_23_64bit
Error: JAVA_HOME is not defined correctly.
We cannot execute /home/gbluntzer/tools/java/jdk1.6.0_23_64bit/bin/java
qubodub where you able to get the alpha download to work? If on linux you should just be able to
ReplyDeletechmod a+x run.sh and it will run.
On building from src my build.xml file probably has a hard coded path. I will look into it.