Skip to content

mehmetgokgul/Roll-a-Ball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Unity Ball Game

This project is a simple ball game developed in Unity. The goal of the game is to collect objects within a designated area while navigating a ball. The player wins when all items are collected.

Features

  • Player Controller: The player controls a ball using keyboard input.
  • PickUp System: Collectible items are scattered around the scene, which the player can pick up.
  • Boundaries: Walls are placed around the play area to contain the ball.
  • Custom Modifications: Various changes to object shapes, colors, and speeds have been made.

Controls

  • W, A, S, D: Move the ball in different directions.

How to Play

  1. Move the ball using the controls.
  2. Collect all the items in the scene to win the game.

Installation

  1. Clone the repository:
    git clone https://github.com/mehmetgokgul/Roll-a-Ball.git