All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.pidoveproject.showdown.battle.BattleState.scala Maven / Gradle / Ivy

The newest version!
package io.github.pidoveproject.showdown.battle

/**
 * The state of a [[Battle]].
 */
enum BattleState:

  /**
   * The game is preparing.
   */
  case Initialization

  /**
   * Players are choosing their lead.
   */
  case Preview

  /**
   * The game started.
   */
  case Playing




© 2015 - 2024 Weber Informatics LLC | Privacy Policy