Skip to content

▫️▪️▪️▪️▫️Création et aide à la résolution de Picross (Hanjie)

License

Notifications You must be signed in to change notification settings

valentinp72/picross

Repository files navigation

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

  • ruby 2.2.2 minimum
  • GTK 3.22.0 minimum (not the Ruby gem, but the compiled toolkit)
  • Linux or macOS (not tested on Windows)

Installation:

git clone https://github.com/valentinp72/picross.git
# using SSH:
# git clone [email protected]:valentinp72/picross.git

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

Running:

src/Application.rb

macOS installation

  • Download the last release here.
  • Open the disk image (.dmg)
  • Move the Rubycross application to the Application folder (anywhere else might not work, see below).
  • You can now play the game (available in the launchpad)

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