Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
Conway's Game of Life
master
Location
World
Built with Crystal 1.9.2
2023-10-07 15:41:50 UTC
class
Location
Location
Reference
Object
Defined in:
game_of_life.cr
Constructors
.new
(x : Int32, y : Int32)
Class Method Summary
.random
Instance Method Summary
#x
: Int32
#y
: Int32
Constructor Detail
def self.
new
(x : Int32, y : Int32)
#
[
View source
]
Class Method Detail
def self.
random
#
[
View source
]
Instance Method Detail
def
x
: Int32
#
[
View source
]
def
y
: Int32
#
[
View source
]