L3 SPI Réalisation d'une interface à "aides visuelles" à la résolution d'un Sudoku
curl -sSL https://rvm.io/mpapis.asc | gpg2 --import -
curl -L get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
rvm autolibs disable
rvm requirements
rvm install ruby-2.4.0
rvm 2.4.0
git clone https://github.com/Drakirus/Sudoku.git
cd Sudoku
# Utilisation de Rvm recommandé
gem install bundler
bundler install
# or bundler install --path vendor/bundle
./Start.rb
- Utilisation du Framework Minitest
bundler exec rake
google-chrome-stable ./coverage/index.html
rdoc
google-chrome-stable ./doc/index.html