Skip to content

theBoilingPoint/MizJam1_ZeroGravity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Miz Jam 1: Zero Gravity

Hi, this is Xinran Tao. Thank you very much for downloading this project! This projected was submitted on 05/09/2020.

Check it out!

The game is published on itch.io. You can play it with a browser on your PC. I've also written a blog post about the development process. You can check it out here.

The Structure of the Scripts

├─Player
│  ├─PlayerAction.cs
│  ├─PlayerController.cs
│  ├─PlayerSensor.cs
│  └─PlayerState.cs
└─System
    ├─Audio
    │  └─AudioManager.cs
    ├─Effect
    │  ├─CameraEffect
    │  │  └─CameraShake.cs
    │  └─MaterialEffect
    │      ├─BlinkEffect.cs
    │      └─DissolveEffect.cs
    ├─Map
    │  ├─BallController.cs
    │  ├─DeathController.cs
    │  ├─HealthIncreaseController.cs
    │  ├─MapGeneration.cs
    │  └─ObstacleController.cs
    └─UI
        ├─HealthBar.cs
        ├─HighestScoreController.cs
        ├─MainMenu.cs
        ├─ManaBar.cs
        ├─MouseCursor.cs
        └─ScoreController.cs

How to Build the Project

Please make sure you use Unity 2019.4.9f1 release to import the package.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published