Skip to content

gamecem/Geometry-Dash-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geometry-Dash-Clone

Geometry Dash Clone Unity Game: Giant Avocado Task

Assets/GameAssets folder is the folder where I work; the other folders are came with initial project or the assets that i downloaded!

Game Mechanics

The player uses Rigidbody2D for gravity scale and RB.AddForce($something,ForceMode2D.Impulse) for Jumping.

For changing the game mode, I created mode changer prefabs that have OnTriggerEnter2D function and checks if it collided with tag: Player.

Game Mode Changers

Slow Move Speed Mode

alt text

Fast Move Speed Mode

alt text

Very Fast Move Speed Mode

alt text

Gravity Reverse Mode

alt text

Ship Mode

alt text

Cube Mode

alt text

Dying

Killer Objects

If Player collides with this objects player will die.

alt text alt text

Player Kill Box

In object below we can observe the blue box in right of white square if that hit something in the scene player dies.

alt text

About

Geometry Dash Clone Unity Game - Giant Avocado Task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published