Sie sind auf Seite 1von 10

Java-Gaming.

org > Games Center > WIP games, tools & toy projects > [WIP] Buildsim
Pages: [1] [WIP] Buildsim (Read 2116 times)
IGNORE | PRINT

0 Members and 1 Guest are viewing this topic.

Jacob _
Junior Member

[WIP] Buildsim
Posted May 13, 2010

Hi, this is a game I've been working for since the beginning of the year. It's not close to being finished yet, but when it is done, it will be a sandbox game--more of a game construction set than Projects anything. Players can design their own interactive levels, then :3 create a server for others to play: you could make a free build server, an interactive story, a chat/hangout/scenery place, CTF in planes, Worms clone, you name it... To make your server dynamic you write Lua scripts, then give players scripted tools to interact with it. Here are some random screenshots, in order from most recent to oldest:

Last one was from January 11th, it's definitely come a long way. I only have an old buggy alpha build up, sorry: http://1scripts.net/buildsim/test/play.php It is a month old, I've fixed a lot of bugs since then and would put the new one up, but I'm currently rewriting the game to use a different lua library (old one used JNI and was extremely buggy and crashy) If you want to report bugs or give me suggestions you can, main reason I'm posting this is that I wanted a dev log somewhere and to possibly get some interested people (to keep me motivated) Eli Delventhal
League of

Re: [WIP] Buildsim


Reply #1 - Posted May 13, 2010

Dukes JGO Kernel

Huh, looks pretty cool. You should name it "Buildism" instead of "Buildsim" because that's what I read it as at first.

Medals: 39 Projects: 12

Game Engineer

See my work: OTC Software

CommanderKeith
JGO Knight Medals: 8 Projects: 1

Re: [WIP] Buildsim


Reply #2 - Posted May 14, 2010

Nice. Did you do the physics yourself or did you use JBox2D or Phys2D?

StraightEdge 2D polygon project SydneyEngine multiplayer top-down view shooter


Games published by our own members! Check 'em out!

Jacob_
Junior Member Projects: 3

Re: [WIP] Buildsim


Reply #3 - Posted May 14, 2010

Thanks for the comments. I'm actually using JBox2D; I don't know enough math to do the physics myself

Jacob_
Junior Member Projects: 3

Re: [WIP] Buildsim


Reply #4 - Posted May 19, 2010

I'm almost done with the Lua library switch; now I just need to fix events and then I can work on features again. Not only does it not crash randomly, but scripting is also faster since it doesn't have to go between Lua, C, and Java all the time. My last day of school is Friday, I should be able to get more work done after that.

Jacob_
Junior Member Projects: 3

Re: [WIP] Buildsim


Reply #5 - Posted October 19, 2010

I'm working on this again! Since a lot of the old code was written when I was just learning Java, I had to completely dump it and start over, but I think it was worth it. I haven't made a game with this yet, but here is a quick demo:http://buildism.net/game.php?id=28 (you can also click Launch Editor in the top right corner of the page to open the editor) I'd like to have some Mac/Linux testing if possible, so tell me if you use a non-Windows OS. Re: [WIP] Buildsim
Reply #6 - Posted October 19, 2010

ewjordan
Junior Member

I think you need to set the MIME type differently on the "Play" link, for me it just prompts me to download the .php file (Firefox, OS X).

Jacob_

Re: [WIP] Buildsim


Reply #7 - Posted October 19, 2010

Junior Member Projects: 3

This is what I'm using, is it correct?


1 header("Content-Type: application/x-java-jnlp-file");

On Windows, I get the same prompt as for a regular .jnlp file:

Could it be the extension?

Das könnte Ihnen auch gefallen