This is a simple golf game, in which your "strength" is randomly chosen by dice roll.

How to play?
The goal is to get the ball to the "finish" flag. To achieve this, roll the dice and choose the direction (with your mouse) in which the ball should move (note that you need to place the mouse "behind" the ball).

What does the top right display? / How is the displayed strength calculated?
The "strength" is based on the dice total and the board (top right) modifier. After each roll, the sum is added or subtracted with a given modifier. This value is then divided by 6, after which it is checked whether the resulting sum is less than 1. If this is the case, 1 is used as the strength, otherwise the calculated sum is used.
The formula we use is: max([dice sum +/- board modifier] / 6, 1).

Notes:
There are 8 levels (GMTK 2022 Version) or 9 levels (Post-GTMK 2022 Version) and no persistence, which means there is no "real" scoreboard. The game is developed for Windows (Native), which leads to some functionalities being broken in the HTML5 version (e.g.: "Exit", "Screen resolution").

Required inputs:

  • Keyboard
  • Mouse

Download

Download
gmtk-2022-html5-version.zip 12 MB
Download
gtmk-2022-windows-version.zip 22 MB
Download
lucky-golf.zip 22 MB

Leave a comment

Log in with itch.io to leave a comment.