2DWorlds Forums

Full Version: Buildism Source Code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
http://buildism.net/BuildismSource.zip

Warning: It's pretty messy and doesn't follow conventions. If you make anything interesting, post it and I might add it to the game!
Gimme the website code and I'll make mobile version.
EDIT: noob007, TRIANGLES, NOA!
Oh noes - I see a R ad on this page! D:
Question: Whats the difference between Buildism.jar and BuildismLauncher.jar?
(06-18-2012, 09:41 PM)Dignity Wrote: [ -> ]Question: Whats the difference between Buildism.jar and BuildismLauncher.jar?

The launcher just downloads the latest updates, it isn't the actual game.
(06-18-2012, 09:44 PM)Jacob_ Wrote: [ -> ]
(06-18-2012, 09:41 PM)Dignity Wrote: [ -> ]Question: Whats the difference between Buildism.jar and BuildismLauncher.jar?

The launcher just downloads the latest updates, it isn't the actual game.

thnx
I will work on a httpGet method - online saving!
I'm a bit confused with how to define methods though.
I keep getting this error.
Code:
Exception in thread "main" java.lang.ExceptionInInitializerError
    at net.buildism.object.GameObject.<init>(GameObject.java:116)
    at net.buildism.object.Root.<init>(Root.java:27)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
    at java.lang.Class.newInstance0(Class.java:372)
    at java.lang.Class.newInstance(Class.java:325)
    at net.buildism.World.createObject(World.java:385)
    at net.buildism.World.createObject(World.java:375)
    at net.buildism.World.create(World.java:599)
    at net.buildism.Game.<init>(Game.java:53)
    at net.buildism.Main.newGame(Main.java:359)
    at net.buildism.Main.setup2(Main.java:560)
    at net.buildism.Main.init(Main.java:637)
    at net.buildism.MainApplet.init(MainApplet.java:59)
    at net.buildism.Test.main(Test.java:23)
Caused by: java.lang.RuntimeException: Uncompilable source code - package se.krka.kahlua.vm does not exist
    at net.buildism.PropChangeHandler.<clinit>(PropChangeHandler.java:25)
    ... 17 moreJava Result: 1
with this Code i will rule the world! thought it may be nice to see what make the game work.
This might actualy give us something to spend our money on.

http://buildism.net/forum/Thread-Buildism-Ad-Program
(07-09-2012, 08:54 PM)Leonartist Wrote: [ -> ]This might actualy give us something to spend our money on.

http://buildism.net/forum/Thread-Buildism-Ad-Program

How is that related to the game source code at all?
Its not the website code, the game!
fyi i can see the website code right now XD
Pages: 1 2