First of all, please keep in mind that the point of this series is not to provide you with the code for a game, but to teach you how to make games. I'd encourage you to use the source code here for ...
The most significant addition to the Java language since Sun Microsystems rewrote the collections API for Java 5 is the introduction of Java records. Java records address two significant pain points ...