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

https://github.com/tkovs/sliding-puzzle

:curly_loop: 15 Puzzle slide game
https://github.com/tkovs/sliding-puzzle

puzzle-game ruby ruby-cli

Last synced: 20 days ago
JSON representation

:curly_loop: 15 Puzzle slide game

Awesome Lists containing this project

README

        

#### Sliding-Puzzle - or 15Puzzle - CLI ruby version game

Starting:
```ruby
require_relative 'game/sliding_puzzle'

SlidingPuzzle.new.play
```