Java MMO development
Uploader Comments (FranLsk)
Top Comments
-
then why do you call it "open source"?
-
Can you register it under a creative commons license so others may view the source without fear of them stealing it or claiming it as their own.
All Comments (72)
-
@Niktion How are potato?
-
@SomeAssholeOnYT How are you expecting someone to answer that in under 500 characters?
-
how do you code java?
-
@FranLsk you did right to keep it your own. Open source are meant to help people, not to make stuff instead of them! Great stuff, keep up!
-
No kidding, this looks like runescape way back when... I MISS RUNESCAPE (Classic and shit, RS2's 2010 made me quit...)
-
@MrAlexHesketh NOT BETA. Open beta, meaning, its pretty much DONE with a few minor glitches, ive played minecraft since alpha which was last summer.
-
Amazing !
just wondering how do you make "levels" in java like in code when writing it how?
TheBoxofawesomness 4 weeks ago
@TheBoxofawesomness what do you mean by "levels"? Like the game levels? Diferent maps or stages?
FranLsk 3 weeks ago
This is very creative atm im writing a RPG i would just like to ask you how you got the game onto a grid-like style?
LogitekBobby 11 months ago
@LogitekBobby use a nxn array to store tiles and coordinates, that way you can build a simple grid. Although, there is a mayor drawback: movement wont be smooth...
FranLsk 11 months ago