https://github.com/aaronc81/scenic-route
A simple Ruby puzzle game
https://github.com/aaronc81/scenic-route
Last synced: 4 months ago
JSON representation
A simple Ruby puzzle game
- Host: GitHub
- URL: https://github.com/aaronc81/scenic-route
- Owner: AaronC81
- Created: 2019-03-18T01:49:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-07T22:33:54.000Z (almost 7 years ago)
- Last Synced: 2025-03-06T15:17:08.792Z (11 months ago)
- Language: Ruby
- Homepage:
- Size: 1.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scenic Route
Scenic Route is a track-building puzzle game. Read more [here](https://orangeflash81.itch.io/scenic-route)!
## Building
You'll need the Ruby interpreter (if you don't already have it) and a few Ruby packages (called gems).
Assuming you're on Ubuntu, run these commands in your terminal:
```
apt install ruby-full
gem install gosu
gem install Platform
```
(If you're comfortable with Ruby, there's a Gemfile so you can use Bundler for dependencies.)
To actually run the game:
```
ruby src/scenic_route.rb
```