3

Let's start by saying that I fucken know nothing.
Not even how to fucken start this rant.

I have to build a simple game for a university project.
In Java.
Since everyone in my team chose plain swing/awt, and for many other reasons, I jumped on that band wagon.

Knowing myself and that I quit the project last year, I chose an extremely simple type of game with very simple goals and Use-cases.

So far so good.

Logic, layer, and nearly everything else is nearly finished.
Since about 3 month.

Friends helped me restructure my game for better layer separation and I couldn't be happier with how that turned out.

But all those 3 month, my main problem has persisted.

I can't get it to draw a thing on the jframe.
For 3 month.
3 fucken month.

And now I don't even get a jFrame anymore.
WHAT THE FUCK

Git, tell me, what have I changed?

...
Nothing related to construction of the frame?
Ok, I removed a call to repaint there.
Let's putt it back.

NOPE, no JFrame.

What the actual fucken hell?

This is where you can stop reading, after this there will only be me crying about everything.
Sweet tears. 😭

In-between I got a frame, and something was drawn onto it.
But only on construction.

I couldn't get the paint chain to run a single time after that.

I have a nice thread with some loops that is supposed to update the logic and make a call to repaint/ update/ refresh the frame so that the game runs nicely with 60fps.

Logic works fine, but no call to what ever does anything related to painting.

This morning I had the idea that it might be because of the thread.

Refactored that the game loop runs in the main thread and here I now am without a jFrame.

And still 3255 letters to go.

I don't even even even even even..,...

Comments
Add Comment