JS Golf
Normal game:
This page says
Welcome to js-golf!
- only 1 hole to play
- distance of hole is random between 80m and 120m
- i can hit the ball anywhere between 15m and 35m
- if the shot is under 15m, i will make it automatically
Harder game:
This page says
Welcome to js-golf!
- added random par between 3 and 5
- added shot counter
- added play again
- added rating:
| Score under / over par | Rating |
|---|---|
| -3 | ALBATROSS |
| -2 | EAGLE |
| -1 | BIRDIE |
| 0 | PAR |
| +1 | BOGEY |
| +2 | DOUBLE BOGEY |
| +3 | TRIPLE BOGEY |
Hardest game:
This page says
Welcome to js-golf!
- added CPU player, who can hit the ball anywhere between 5m and 50m
- both players P1 and CPU can compete for hole win or lowest score
- added random number of holes played - either 2 or 3
- added cumulative game stat tracking (e.g. longest hit)