https://github.com/webmatze/harvest-moon-dragonruby
a Harvest Moon like game using DragonRuby
https://github.com/webmatze/harvest-moon-dragonruby
dragonruby dragonruby-gtk dragonrubygtk game gameboy
Last synced: 12 months ago
JSON representation
a Harvest Moon like game using DragonRuby
- Host: GitHub
- URL: https://github.com/webmatze/harvest-moon-dragonruby
- Owner: webmatze
- Created: 2024-07-18T20:35:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-22T19:47:39.000Z (over 1 year ago)
- Last Synced: 2025-01-09T10:27:54.848Z (about 1 year ago)
- Topics: dragonruby, dragonruby-gtk, dragonrubygtk, game, gameboy
- Language: Ruby
- Homepage:
- Size: 1.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Harvest Moon DragonRuby
A Harvest Moon-inspired farming simulation game built with DragonRuby GTK.

## Setup
### Prerequisites
- [DragonRuby GTK](https://dragonruby.org/toolkit/game)
- [Smaug](https://github.com/ereborstudios/smaug)
### Installation
Clone this repository:
```bash
git clone https://github.com/webmatze/harvest-moon-dragonruby.git
cd harvest-moon-dragonruby
```
Install dependencies using Smaug:
```bash
smaug install
```
### Running the Game
To run the game, use the following command:
```bash
smaug run
```