Skip to content

WR-96/ruby-tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe CLI

Console tic tac toe game for two player

Getting started

Clone this repo into some folder in your computer

$ git clone https://github.com/WR-96/ruby-tictactoe.git

Prerequisites

In order to run this game you need to install ruby.

For Debian/Ubuntu users use the next command:

$ sudo apt-get install ruby-full

Usage

Once you are in the folder where you clone the repo install the gem

$ gem install ./TTT-0.0.0.gem

Then run the interactive ruby irb and require the gem require 'TTT' then type TTT.play

This should start the game, follow the instructions to play it.

CLI Tic Tac Toe

About

Console tic tac toe game for two player

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages