/Ruby_Tic_Tac_Toe

Tic Tac Toe Implemented In Ruby

Primary LanguageRubyMIT LicenseMIT

Run on Repl.it

Ruby - Tic Tac Toe

In this project, it was build a Tic Tac Toe game. The main goal is to put into practice the main concepts of Object Oriented Programming. Particularly, classes and access to their attributes.

Installation

Instructions

In order to win the game, a player must place three of their marks in a horizontal, vertical, or diagonal row.

The following example game is won by the first player, X:

gif

To exit the game, just press CTRL+C

Run Tests

  • bundle install
  • rspec

Built With

  • Ruby.

Live Demo

Live Demo Link

Authors

👤 Daniel Sokil

👤 Carlos Veiga

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Thanks Microverse for the opportunity.
  • Curses library.
  • Strings library.

📝 License

This project is MIT licensed.