I'll see if I can make a Wiki regarding this project by Monday Sept 10, 2018. If I do this correctly then any member could modify it.
The wiki would have the basic project goal and/or idea, as I see it at the moment but this may not be 100% correct.
I will also try to define a few basic concepts, but this may not be 100% correct either.
As far as signing up, I don't think that we need any sort of list.
We can probably stay clear of most of the big database systems and use something like SQLite and/or text files at least at first.
What version(s) of Java should be targeted?
Is this only for Java developers (I like to use Kotlin and Python as well)?
I suggest that Github be used, free for opensource projects.
Github supports automatic license creation given a few different templates and the license can always change later on.
I could easily create a email address (which could go to many different people) and attach a GitHub account to it.
We can figure out who and how code can be contributed in the next few weeks, I hope.
There is much to think about regarding how to handle this.
We will need some sort of business rules and/or game rules.
If we are doing a game then we may want some sort of story. Creative writing anyone?
First steps for anyone wanting to work on this would include:
Setup JDK in your system's PATH.Compile the "Hello World" Java program using on the command line interface and an editor like Notepad or Notepad Plus Plus.Compile a "Hello World" Java program which has two different classes which do not exists in the default package name space.Create a GitHub account, free all you need is an email address.Get an IDE e.g. Eclipse, IntelliJ and get that connected to your GitHub account so that you can publish code to it.