Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martomate/golf
https://github.com/martomate/golf
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/martomate/golf
- Owner: Martomate
- Created: 2023-11-05T16:06:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-14T17:58:57.000Z (about 1 year ago)
- Last Synced: 2024-11-16T17:40:00.622Z (2 months ago)
- Language: Rust
- Homepage: https://picogolf.fly.dev
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Golf with Friends
This is a remake of the game "Golf With Your Friends", which is a minigolf game with lots of unusual features. It was written during the 7 days of [Codecation](https://codecation.se/) 2023, which was a hackathon/vacation organised by Backtick Technologies in november 2023 in Málaga.
The game was written in Rust using the Bevy game engine and the Rapier3d physics library. The experience was generally good, but the collision system was a bit unstable at times which meant that about half of the hackathon was spent making collision shapes work as intended. That will likly improve in the future when the Bevy ecossystem grows and matures.