https://github.com/valentinp72/picross
▫️▪️▪️▪️▫️Création et aide à la résolution de Picross (Hanjie)
https://github.com/valentinp72/picross
gtk hanjie picross ruby university-project
Last synced: about 1 month ago
JSON representation
▫️▪️▪️▪️▫️Création et aide à la résolution de Picross (Hanjie)
- Host: GitHub
- URL: https://github.com/valentinp72/picross
- Owner: valentinp72
- License: mit
- Created: 2018-01-09T16:07:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T10:22:39.000Z (about 8 years ago)
- Last Synced: 2026-01-01T05:47:28.253Z (6 months ago)
- Topics: gtk, hanjie, picross, ruby, university-project
- Language: Ruby
- Homepage: https://picross.vlntn.pw/
- Size: 29.9 MB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ruþycross
**Ruþycross logo :**
**Application screen :**
# Current project status
[](https://travis-ci.com/valentinp72/picross)
[](https://codeclimate.com/repos/5a624aeae596c21745002d54/maintainability)
[](https://codeclimate.com/repos/5a624aeae596c21745002d54/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](https://www.gtk.org/))
- Linux or macOS (not tested on Windows)
**Installation:**
```shell
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:**
```shell
src/Application.rb
```
## macOS installation
- **Download** the last release [here](https://github.com/valentinp72/picross/releases).
- **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](https://github.com/valentinp72/picross/issues/28)
# Others
## Documentation
[**Link to generated RDoc**](https://picross.vlntn.pw/doc/)
```
rake doc
```
## Unit tests and tests coverage
```shell
rake tests
```