README.md

theGame

The Game is an abstract strategy game for 2 to 4 players. Install with the following code:

library(devtools)
install_github("EdwinGraham/theGame")

Then play The Game by loading the library and running the 'playTheGame' function.

library(theGame)
playTheGame()

This is an interactive function - follow the instructions in the console. If you make a mistake, type "undo".

The rules are easy to figure out for yourself!

Have fun!!



EdwinGraham/theGame documentation built on May 28, 2019, 7:21 a.m.