https://github.com/mlindgren/moonjam2021
Minigolf with a twist. Created in 72 hours for the third annual Moonmoon Game Jam.
https://github.com/mlindgren/moonjam2021
game godot golf moonmoon moonmoon-game-jam
Last synced: 7 months ago
JSON representation
Minigolf with a twist. Created in 72 hours for the third annual Moonmoon Game Jam.
- Host: GitHub
- URL: https://github.com/mlindgren/moonjam2021
- Owner: mlindgren
- License: mit
- Created: 2021-05-28T17:41:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T23:12:53.000Z (over 4 years ago)
- Last Synced: 2025-03-06T02:06:49.472Z (7 months ago)
- Topics: game, godot, golf, moonmoon, moonmoon-game-jam
- Language: GDScript
- Homepage: https://mitchl.itch.io/moon2golf
- Size: 8.31 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# moon2GOLF
by Mitch Lindgren and Evan Greco, aka **72 hours of moon2SUFFER**
Download a pre-built executable on [our Itch.io page](https://mitchl.itch.io/moon2golf).
## Building
The game builds with Godot 3.3. In theory, it should work on any platform, but so far it has only been tested on Windows.## About
moon2GOLF is minigolf with a twist: there are obstacles that can destroy your ball. In God Gamer Mode, this means you'll have to start over from the first hole. If you're not a _real_ God Gamer, you can try Hardstuck Plat mode instead, where failure just means starting the current hole over.Created in 72 hours for the third anual [Moonmoon Game Jam](https://jam.moon2.tv/).
## Known issues
- The ball will sometimes bounce off of the course walls at incorrect angles. This is due to a Godot 2D physics bug. See [here](https://github.com/godotengine/godot/issues/32138) and [here](https://github.com/godotengine/godot/issues/28438) for more information.
- Ball texture doesn't animate correctly when the ball is rotated 90 degrees.## Credits
- Created by and copyright Mitch Lindgren and Evan Greco
- Uses art assets by [Kenney Vleugels](https://kenney.nl/). Licensed under Creative Commons Zero.
- Uses sound effects by [AGFX](https://freesound.org/people/AGFX/sounds/20428/). Licensed under Creative Commons Attribution 3.0 Unported.
- Uses sound effects by [170129](https://freesound.org/people/170129/sounds/408260/). Licensed under Creative Commons Zero.
- Uses Droid Sans font from AOSP. Licensed under the Apache License, version 2.0.
- Uses emote images copyright (c) [Moonmoon](https://twitch.tv/moonmoon). Used with permission exclusively for the annual Moonmoon game jam. All rights reserved.See the LICENSE.txt files in the corresponding directories for full license information.