Learn R Programming

tictactoe (version 0.2.2)

ttt_game: Tic-Tac-Toe Game

Description

Object that encapsulates a tic-tac-toe game.

Usage

ttt_game()

Arguments

Value

ttt_game object

Examples

Run this code
x <- ttt_game()
x$play(3)
x$play(5)
x$show_board()

Run the code above in your browser using DataLab