valentinp72 / picross

▫️▪️▪️▪️▫️Création et aide à la résolution de Picross (Hanjie)
https://picross.vlntn.pw/
MIT License
1 stars 2 forks source link
gtk hanjie picross ruby university-project

Ruþycross

Ruþycross logo :

Ruþycross logo

Application screen :

Ruþycross screen

Current project status

Build Status Maintainability Test Coverage

Installing & running

With sources

Required

Installation:

git clone https://github.com/valentinp72/picross.git
# using SSH:
# git clone git@github.com:valentinp72/picross.git

cd picross
gem install bundle
bundle install --without development test

Running:

src/Application.rb

macOS installation

Known bug: the application crashes if there is a space character in the path to the application file. see here

Others

Documentation

Link to generated RDoc

rake doc

Unit tests and tests coverage

rake tests