Hello,
Firstly, I would like to write that English is not my first language and I am sorry for all the mistakes.
I am trying to learn Java and I thought, that it would be great if I could write a rather simple game engine - nothing too fancy but on the other hand it would be great if this engine would be a reusable base for few simple games, just to polish my skills. Everything was working fine up to a point - and I don’t know right now where I made a mistake.
The problem is, that the main frame is not updating nor redrawing - it shows up when I lanuch the project from eclipse but I can’t kill or close it; only stoping the application with the red “Terminate” button in Ecplise.
This is my current eclipse project for this engine - I am using maven for dependency management so I think that this is the only requirement for launching it.
I know that the code is not of the highest quality and there are lots of logical flaws in design but as I had stated - I am just learning. If anyone would have time to check this, I would be very grateful.