Skip to content

Saffian-Asghar/Roll-A-Ball-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roll-A-Ball-Game

A Unity game development tutorial extension.

combo_image

Changes

  • Spawning enemies
  • Better coin collecting gfx
  • Player ball trail rendering
  • Off the main board damage

Usage

If you want to open the project in Unity. Simple clone the repo and open this extracted folder from Unity in open project menu. The build zip contains the Win, Mac, Linux compiled build, open the exe if you are on Windows and enjoy!

Scripts

Player Roller Ball

Unity standard asset roller ball (Characters-> Prefabs -> RollerBall)

Default Scripts

  • Ball.cs
  • BallUserControl.cs

Custom Scripts

  • Health.cs
  • spawnEnemy.cs

Enemy Cube

Default Scripts

None

Custom Scripts

  • Damage.cs
  • Chaser.cs

Coins

Default Scripts

None

Custom Scripts

  • Rotate.cs
  • Treasue.cs

GameManager.cs

Player score board handling and end game texts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors