Maybe some of you will remember my various C++ stuff I posted.
Well, I started programming in java a few days ago, and this is my first real project:
http://www.gamefront.com/files/21300007/Syerjchep.jarIt simulates cells and stuff, different color cells take up different light, and stuff.
Prefs file goes like this:
field-height|maxcells|green-light
(a will clear all cells, s saves, l loads, change prefs in the prefs.txt file)
Two questions though, first, it saves and loads to a file "in the working directory", even though the function works, when it's packed as a jar, I can't find where it's storing the file, even though I can load from it, so where are the files? Second, how do I convert this to an applet?