https://github.com/aaronc81/a-normal-day
Bullet-hell shooter for Gosu Game Jam 6
https://github.com/aaronc81/a-normal-day
Last synced: 18 days ago
JSON representation
Bullet-hell shooter for Gosu Game Jam 6
- Host: GitHub
- URL: https://github.com/aaronc81/a-normal-day
- Owner: AaronC81
- License: mit
- Created: 2024-04-07T10:38:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T12:29:22.000Z (almost 2 years ago)
- Last Synced: 2025-03-06T15:17:08.282Z (10 months ago)
- Language: Ruby
- Size: 21.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Normal Day in the Killer Robot Factory
My submission to Gosu Game Jam 6 - see the [itch.io page](https://orangeflash81.itch.io/a-normal-day)!
## 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.