Skip to content

emenegro/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe Build Status

A simple Tic-Tac-Toe CLI game as an exercise to learn Ruby language.

screenshot

Installation

You can run it in several ways.

In your terminal run bin/tictactoe or ruby lib/tictactoe.rb command.

Or generate the tictactoe gem and install it:

gem build tictactoe.gemspec
gem install tictactoe-[VERSION].gem

And then run tictactoe.

// ToDo

  • Add one player mode.
  • Analyze board and end game if no winning movements.

About

A simple Tic-Tac-Toe CLI game as an exercise to learn Ruby language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages