BSVogler / WurfelEngineSDK

Isometric game engine. Open world, block/voxel based and sprite rendering.
http://wurfelengine.net
Other
106 stars 26 forks source link

Demo very incomplete? #15

Closed JacobStewart64 closed 6 years ago

JacobStewart64 commented 6 years ago

Hi I built and ran the demo with much trouble with file paths and imports. Am I doing something wrong or is the demo very incomplete? No shooting, just a flat world. Weapons are selectable though. Monsters chase you but you can't kill them.

If that is all that is fine, I appreciate your work greatly. I hope to make a 2D mmo with this engine. If the demo should have more features, what am I doing wrong? I didn't use Maven, maybe that's it. I just cloned this repository.

Just a Java noob wondering what's going on lol

JacobStewart64 commented 6 years ago

Oh yeah, the ground smashing thing, sometimes the ground gets smashed when I shoot, am I hitting invisible barrels? Am I doing something wrong or is the demo just not complete?

BSVogler commented 6 years ago

Hi, the demo is sadly in a very bad shape. There are some bugs like the ones you encountered. However, there shouldn't be so many problems with the imports as it uses maven. After an import in an IDE it should run from source code. Can you tell me more about the issues you had?

If you are a java noob then attempting to write an MMO is probably the wrong goal. Choose very small games and once you finished them attempt bigger ones.

JacobStewart64 commented 6 years ago

Actually there are no build problems. I didn't know how to upload core to the local repository. lol, great build sir.