Square World 0.3.5

[quote]It freezes when I try to break a block.
[/quote]
Yeah that is a bug that i already fixed and it will appear in next version :smiley:

It came along well, happens to a lot of projects but now you have a nice big code dump to look back on and pinch bits and stuff.

At least publish your source code to a Git repository. No man’s code deserves to be on MediaFire.

No need for any AdFly links either, they’re usually frowned upon here. Just saying.

  • Jev

http://s28.postimg.org/gau8pi7z1/Square_World_0_3_5.png

Update 0.3.5
-Removed Main Menu
-New Ingame Menu
-Now inventory is vertical on right side of the screen
-Life Hearts removed
-Few bug fixes

Download:http://www.mediafire.com/download/orp2ed8apdpi8na/Square+World+0.3.5.rar

Adf.ly links are not allowed. :point:

Nice, I’ve just started making something similar. I have the scroll wheel HUD as well. ::slight_smile:

Could you use something else other than MediaFire though and RAR’s? I just feel like I’m clicking on ā€˜Viruses Plox’ every time I go on something hosted there especially if it’s in a RAR. I’m sure you can stick your JAR on here or DropBox or something.

In fact i am creating a website to the game and it will be direct downloads.

Great, if it’s an Applet, which I think it is. Maybe you can make it web-start.

It is an Applet but i will not make it web-start :-\

Don’t use either.

Both Applets and Web-Start are dead.

  • Jev

I also have no interest in using them

Playing around with this atm and I have a few ideas.

  • Fix the player collision with being able to float in the air.
  • Don’t allow the player to break blocks if they are a certain distance away or deep down without removing the top layers
  • I’d like to see more gravity? Idk that is just my preference :stuck_out_tongue:
  • Sprint function?

That’s mostly it for now but I’m liking the idea, good work! :slight_smile:

Keep it up.

[quote]* Fix the player collision with being able to float in the air.
[/quote]
I am working on a more efficient collision algorithm

[quote]Don’t allow the player to break blocks if they are a certain distance away or deep down without removing the top layers
[/quote]
Yeah nice idea ;D

[quote]I’d like to see more gravity? Idk that is just my preference
[/quote]
at this moment i am applying some changes ā€œin water physicsā€

[quote]Sprint function?
[/quote]
I will apply sprint fuction when the game world is larger and may be when the game has some mobs :wink:

Thank you SauronWatchesYou for your feedback :point: