Quote:
Originally Posted by Anglican
Cool! I'm making my game in Java, but I've promised myself I would make the majority of my code myself, when possible.
However, this sounds great!
Also, in terms of compiling (I assume you are talking about saving), use a file class, but make sure to somehow encrypt the compiled stuff, or else it would be easy to modify the save file.
|
Yeah, making code yourself is much better than relying on other's code because it's easier for you as an individual to understand.
Also I do encrypt my saves. (I can improve the saving though)
I also need to update the first post to the newest data, I just felt too lazy to do so.