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.
Unity 2021.3.5f1
- Unity
- JetBrains Rider
- Github Desktop
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 |