https://github.com/gusruben/unfairway
A 2-player golf game about losing
https://github.com/gusruben/unfairway
Last synced: 4 months ago
JSON representation
A 2-player golf game about losing
- Host: GitHub
- URL: https://github.com/gusruben/unfairway
- Owner: gusruben
- Created: 2025-07-23T21:51:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-23T22:06:53.000Z (11 months ago)
- Last Synced: 2025-08-03T01:26:47.524Z (11 months ago)
- Language: GDScript
- Homepage: https://unfairway.cc
- Size: 46.4 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
UNFAIRWAY is a golf game about losing. It's a two-player game that runs entirely locally. Both players race to the hole, but every time a player *loses*, they get to pick from three upgrades. Upgrades can range from small stat boosts to powerful abilities, and the title of "most powerful player" is always moving.
## Controls
**Player 1**: `W` to move; `S` to use ability; `A` and `D` to select card
**Player 2**: `🞁` to move; `🞃` to use ability; `🞀` and `🞂` to select card (arrow keys)
To move, hold down the movement key. An arrow will start rotating around your ball. Release the movement key to 'lock in' the direction. The arrow will stop rotating, and start moving in and out, closer to and farther from your ball. Tap the movement key when the arrow is farthest from your ball to get the most momentum!
## Development
UNFAIRWAY is written in [Godot 4](https://godotengine.org/). To develop UNFAIRWAY locally, just open `project.godot` in the editor.