Home

Awesome

MiniGolf VR

We created a virtual reality game using Unity, as part of a school project. The game is intended for the Occulus Quest, and has only been tested on it.

Download the demo

Description

The player is immersed in a mini-golf field containing a 3-hole course, and some vegetation. Once equipped with the golf club, the player can go hit the ball and overcome the obstacles.

At the beginning of the game, a golf club is available on the left. To make a stroke, the player simply adjust the power of the club, point the ball in the desired direction and then hit the ball with the club.

The first hole is a simple angle, the second one contains a jump with a springboard, and for the third hole, the ball has to pass through a windmill without touching the wings. When the player makes a successful stroke, the ball is automatically teleported to the next hole.

Cubes are positioned on the course and increase the score if they are hit by the ball.

Controls

Video

Overview video

Contribution Standards

Formatting is super important and is hard to be consistent. Please use the below formatting (or at least try as much as you can).

isTextDisplayed → Good
IsTextDisplayed → Bad
is_text_displayed → Bad
FixedUpdate() → Good
fixedUpdate() → Bad
fixed_update() → Bad
FixedUpdate() {
	...
}
→ Good

FixedUpdate() { ... }
→ Bad

FixedUpdate()
{ 
	... 
}
→ Bad
if (...) {
	if (...) {
		...
	}
	if (...) {
		...
	}
}

if (...) {
	...
}

if (...) {
	...
}
public class Rotor : MonoBehaviour

Code of Conduct

Be respectful to other contributors as well as moderators. No disrespectful comments regarding race, religious preference, sexual orientation, gender identity, military status or age will be tolerated. Any violation of the previously mentioned terms can result in being banned from any further contributing to this project. Please follow the contribution standards (above) when contributing or your contribution may be rejected with a comment to "please change your contribution to follow the contribution standards."


Dumonteil Maxime & Meyrat Maxime