Maintenance and Singletons | Java Snake Part 4
Channel:
Subscribers:
59,400
Published on ● Video Link: https://www.youtube.com/watch?v=nNbegQYbv3Q
In this video, I go over good design patterns for the Snake game. This includes making the Window class a singleton with global access. I then go over how to clean up the rest of the code base using this pattern.
Website: https://ambrosiogabe.github.io/
Github: https://github.com/ambrosiogabe
Other Videos By GamesWithGabe
Tags:
singleton
java game
java snake
how to code snake in java
design patterns games
singleton in game
making snake in java
how to make snake