An open API service indexing awesome lists of open source software.

https://github.com/pchampio/sudoku

:pencil: L3 SPI. Réalisation d'une interface à "aides visuelles" à la résolution d'un Sudoku
https://github.com/pchampio/sudoku

educational-game ruby sudoku team univ-lemans university-project

Last synced: 7 months ago
JSON representation

:pencil: L3 SPI. Réalisation d'une interface à "aides visuelles" à la résolution d'un Sudoku

Awesome Lists containing this project

README

          

# Sudoku


Code Climate
Issue Count
Inline docs
Test Coverage
Build Status

L3 SPI Réalisation d'une interface à "aides visuelles" à la résolution d'un Sudoku


 
ScreenShot~ prompt

### Recommandé: Rvm Installation
```
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
```

### Installation
```
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
```

### Exécution
`./Start.rb`

### Tests unitaire
* Utilisation du Framework [Minitest](https://github.com/seattlerb/minitest)
- [Documentation](http://docs.seattlerb.org/minitest/)
- [Exemple](https://github.com/Drakirus/Sudoku/blob/master/test/cell_test.rb)

```
bundler exec rake
google-chrome-stable ./coverage/index.html
```

### Documentation

[Online-Doc](http://sudoku.drakirus.com/)
```
rdoc
google-chrome-stable ./doc/index.html
```
## Gtk3-Doc

[Doc_Gtk3](https://lazka.github.io/pgi-docs/Gtk-3.0/classes.html)
[gtk-demo](https://github.com/ruby-gnome2/ruby-gnome2/tree/master/gtk3/sample/gtk-demo)