Golang - State Pattern
In this article, we will be exploring how the State Pattern can be applied to a game in Golang. We will use a simple game where the player can move in different directions and perform different actions based on their current state.
What is the State ...
blog.matthiasbruns.com3 min read