Java Game Football Work

I made a 2D football game in Java — feedback welcome

import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; java game football

Here's an example code snippet that demonstrates the game logic: I made a 2D football game in Java

I wanted to see how far I could get with Java Swing + custom game loop before switching to LibGDX. Result: a functional, local multiplayer football game. local multiplayer football game.