Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Latest commit

 

History

History
65 lines (36 loc) · 1.55 KB

README.md

File metadata and controls

65 lines (36 loc) · 1.55 KB

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.