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

https://github.com/aaronc81/mini-mall-maker

Submission for Gosu Game Jam 3
https://github.com/aaronc81/mini-mall-maker

Last synced: about 1 month ago
JSON representation

Submission for Gosu Game Jam 3

Awesome Lists containing this project

README

          

# Mini Mall Maker

## Running

```
bundle install
bundle exec ruby ./src/main.rb
```

## Building

### macOS

```
./package_macos
```

Should just work! If uploading to itch, upload the generated .zip, NOT the .app! If you upload the
.app, macOS or Chrome will try to zip the .app automatically and get it wrong, stripping the
execute bit off the `Ruby` binary and breaking it.

### Windows

```
gem install ocra
.\package_windows.bat
```

When the game opens, wait a second and then close it again.