Hi Everyone,
When I did work on android based Apps, it was very important that your package names were unique
so I proceeded to use the normal naming conventions org.something.main etc.
I was wondering is this true for Java games that get deployed to be used on the desktop, should your Classes be put in uniquely identified packages? (com.gameengine.utils)
As a side note: What would you use if you don’t have a website or even a game title to use yet, in creating package names.
Thanks