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

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

Awesome Lists containing this project

README

          

# Harvest Moon DragonRuby

A Harvest Moon-inspired farming simulation game built with DragonRuby GTK.

![Harvest Moon header image](documentation/screenshot_20240719_2.png)

## 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
```