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
- Host: GitHub
- URL: https://github.com/pchampio/sudoku
- Owner: pchampio
- License: mit
- Created: 2017-01-06T14:17:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T13:12:59.000Z (over 7 years ago)
- Last Synced: 2024-10-19T11:09:26.015Z (12 months ago)
- Topics: educational-game, ruby, sudoku, team, univ-lemans, university-project
- Language: Ruby
- Homepage:
- Size: 1.74 MB
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku
L3 SPI Réalisation d'une interface à "aides visuelles" à la résolution d'un Sudoku
### 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)