StartGame: Playing TicTacToe

View source: R/StartGame.R

StartGameR Documentation

Playing TicTacToe

Description

If you want to play against the computer or against a friend.

Usage

StartGame(Numb = "Single")

Arguments

Numb

If Numb is equal to "Single" then you play against the computer. If you want to play against a friend then write "TwoPlayer".

Details

All fields have a number such that top-left is number 1, top-right is number 3, botton-left is number 7, and botton-right is number 9.

Author(s)

Thomas Maltesen

References

https://en.wikipedia.org/wiki/Tic-tac-toe

Examples

## Not run: 
StartGame(Numb = "Single")

## End(Not run)

mcl868/TicTacToe documentation built on Jan. 14, 2023, 2:21 a.m.