Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evgenyvinnik/mini-mini-golf
A really small golf implementation
https://github.com/evgenyvinnik/mini-mini-golf
Last synced: about 2 months ago
JSON representation
A really small golf implementation
- Host: GitHub
- URL: https://github.com/evgenyvinnik/mini-mini-golf
- Owner: evgenyvinnik
- License: apache-2.0
- Created: 2024-03-28T04:20:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-31T00:40:07.000Z (9 months ago)
- Last Synced: 2024-04-23T09:23:05.403Z (9 months ago)
- Language: JavaScript
- Homepage: https://evgenyvinnik.github.io/mini-mini-golf/
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mini-mini golf
Copied code from here: https://github.com/Antix-Development/Putt-Till-You-Die/
made the game shittier but smaller.Made for this https://github.com/Algorithm-Arena/weekly-challenge-11-mini-code-golf
## Gameplay
The aim is to putt the ball into the goal. That's prety much it.
Easy to operate:
- Hold and move the left mouse button to aim, a longer line means more putt power.
- Press space key to cancel aiming.
- Release the left mouse button to make your putt.
- Hold the shift key to show your statistics.## Technologies to minify
For JavaScript code: https://terser.org/
For CSS: https://csscompressor.net/
For HTML: https://mj.olnir.com/tools/minifier/# Video demo:
https://www.youtube.com/watch?v=HME9b2U3xfk