I am programming a game in java, and as the question title suggestions i am using public fields in my classes. (for the time being)
From what i have seen public fields a
An advantage of using getters and especially setters is, that it is much easier to debug write access to the fields.