Class: SlackGame::Game::Lifegame::Canvas

Inherits:
Canvas
  • Object
show all
Defined in:
lib/slack_game/game/lifegame/canvas.rb

Constant Summary collapse

ARIVE =
0
DEAD =
1

Instance Attribute Summary

Attributes inherited from Canvas

#channel, #last_update, #matrix

Method Summary

Methods inherited from Canvas

#draw, inherited, #initialize

Constructor Details

This class inherits a constructor from SlackGame::Canvas