https://github.com/selfmadesystem/unigolf
Golf with one shot. Based on MonoGolf.
https://github.com/selfmadesystem/unigolf
Last synced: 3 months ago
JSON representation
Golf with one shot. Based on MonoGolf.
- Host: GitHub
- URL: https://github.com/selfmadesystem/unigolf
- Owner: SelfMadeSystem
- License: gpl-3.0
- Created: 2023-04-11T01:21:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T00:43:40.000Z (almost 2 years ago)
- Last Synced: 2025-03-04T17:51:04.362Z (over 1 year ago)
- Language: GDScript
- Homepage:
- Size: 1.78 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UniGolf
UniGolf is a golfing game based on the now defunct [MonoGolf](https://livito.win/downloads/Monogolf_base.apk). MonoGolf was a game where you had to get a ball into a hole in one shot. It had a campaign mode, a level editor, and community map packs. It was a great game, but it was removed from the Play Store in (I think) 2020. I decided to make a clone of it, and here it is.
I want to expand on the original game, so I'm adding new features. The game is open source, so anyone can contribute to it. I'm also making it cross-platform, so it can be played on Windows, Linux, macOS, Android, iOS, and the web. Currently, only Windows, Linux, Android and the web are supported because I don't have a Mac or an iPhone.
This game is made with [Godot](https://godotengine.org/), a free and open source game engine. It's written in GDScript, a language similar to Python.
> TODO: Setup CI
> Also TODO: Add screenshots
> Further TODO: Properly document the code
## Building
1. Install [Godot](https://godotengine.org/download) 4.1 or later.
2. Clone this repository.
3. Open the project in Godot.
4. Click the **Export** button.
5. Select the platform you want to build for. (You may need to download a template for the platform.)
## Contributing
If you want to contribute to the game, you can do so by making a pull request. If you want to add a new feature, please open an issue first so we can discuss it. If you want to fix a bug, you can just make a pull request.
## License
This game is licensed under the GNU General Public License v3.0. See `LICENSE` for more information.