Skip to content

Aswatth/game-scoreIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Unity game - Score It.

Game link

Objective:

  • To score as many goals a possible before time runs out

Gameplay:

  • Drag and release to shoot the ball in the desired direction
  • Successful goals add a point to the score, pefect goals add three points to the score and each goal resets the timer.
  • Complete required achievements to unlock unqiue balls
  • Game ends when time runs out

Working:

Default mode:

The ball is spawned at the center of the field and the goals posts are spawned alternativly on either side of the field in predetermined positions. Players can drag touch and drag their finger to set the direction and force with which the ball should be shot. The timer starts when player scores the first goal and will be reset for every goal. To determine perfect goals, the ball's collision against the goals post is checked, if it has not collided prior to the goal then the goal is considered as a pefect goal and three points are added to the score with a confetti celebration.

Reckless mode:

Same rules as defaul mode, only difference is that the spawned goal posts are constantly moving.