GridSquare

io.indigoengine.roguelike.starterkit.utils.GridSquare
See theGridSquare companion object
sealed trait GridSquare

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Blocked
class Walkable

Members list

Value members

Abstract methods

def withScore(score: Int): GridSquare

Abstract fields

val coords: Point
val index: Int
val score: Int