etopuz / StackRider

Stack Rider Clone for educational purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Stack Rider Clone for educational purposes


Languages

Language:ShaderLab 65.6%Language:C# 22.9%Language:HLSL 11.4%