Skip to content

etopuz/StackRider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stack Rider Clone

This game is made for educational purposes. Your goal in this game is to collect as many balls and gems as possible, but be careful, the obstacles in your way will drop the balls you collect. If your number of balls is less than 1, you will lose the game.

Gameplay

Technical Details

Version:

Unity 2021.3.5f1

Development Environment

  • Unity
  • JetBrains Rider
  • Github Desktop

Naming Conventions

Type Naming
Types and Namespaces UpperCamelCase
Interfaces IUpperCamelCase
Methods UpperCamelCase
Properties UpperCamelCase
Parameters lowerCamelCase
Private Fields _lowerCamelCase
Public/Protected Fields lowerCamelCase
Serialized Fields lowerCamelCase
Constant Fields ALL_UPPER
Local Variables lowerCamelCase

Assets

Animation States

Animation State Movement Blend Tree