Game-class: Game framework class

Description Examples

Description

The class is the base class of the gmae framework. You need extend the class within subclass.

Examples

1
2
3
4
## Not run: 
 Snake<-setRefClass("Snake",contains="Game")

## End(Not run)

gridgame documentation built on May 2, 2019, 6:11 p.m.