Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 903 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 903 Bytes

POO-des-champions-un-morpion

Project realized by @Montedeveloppino, @35Draken and @Balbader


Tu vas utiliser tes compétences de POO pour faire un programme en POO : un morpion. Ça fait envoyer du paté !

Project Overview


a This tic-tac-toe game was created as part of the hacking project bootcamp due projects.
Feel free to fork it, star it, break it, clone it... We hope you have fun doing so!!

Getting Started


  1. Clone this repo by running the command:

$ git clone [email protected]/Balbader/POO-des-champions-un-morpion

  1. cd into the repo by running the command:

$ cd POO-des-champions-un-morpion

  1. Install dependencies with the command:

$ bundle install

  1. Launch the app with the command:

$ruby app.rb

  1. Have fun :)

We hope you enjoy ^^