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
- Host: GitHub
- URL: https://github.com/tkovs/sliding-puzzle
- Owner: tkovs
- Created: 2016-03-18T04:54:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-25T02:57:17.000Z (almost 9 years ago)
- Last Synced: 2025-02-12T12:19:04.808Z (2 months ago)
- Topics: puzzle-game, ruby, ruby-cli
- Language: Ruby
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Sliding-Puzzle - or 15Puzzle - CLI ruby version game
Starting:
```ruby
require_relative 'game/sliding_puzzle'SlidingPuzzle.new.play
```