GameState.java

package io.github.unisim;

public enum GameState {
    PLAYING,
    PAUSED,
    GAME_OVER,
}