![]() |
![]() |
You are able to walk, jump and push objects thanks to these scripts
Script | Description |
---|---|
FoxScript.cs |
Responsible for fox movement |
CrowScript.cs |
Responsible for crow movement |
playerswitch.cs |
Responsible for character switching between tho characters |
FoxAnimator.cs |
Responsible for animating the fox |
etc |
A fox and a crow is stuck inside a trash process machinery and attempts to escape to the outside world
game is finished
- Muhammad Daffa Alghifari (Game Programmer)
- Louben Eden Wijaya (game programmer)
- Muhammad Rafi ramadhan (Game programmer)
- Oscar Bagus Putra Penn Klopper (Game artist)
- Eduard Sutanto (Game Designer)
├── OutOftheBox # Contain everything needed for Out of the box to work.
├── Assets # Contains every assets that have been worked with unity to create the game like the scripts and the art.
├── Materials # Contains all the material characteristics for an object.
├── Scripts # Contains all scripts needed to make the gane get goings like PlayerMovement scripts.
├── Prefabs # Contains every pre-configured, reusable game object that you can instantiate (create copies of) in the game scene.
├── Scenes # Contains all scenes that exist in the game for it to interconnected with each other like MainMenu, Gameplay, etc
├── ScreenShoots # Contains all screenshoots of the game.
├── TextMeshPro # Contains TMP for text.
├── sprites # Contains all game art and assets
├── README.md # The description of Please Survive file from About til the developers and the contribution for this game.
The following controls are bound in-game, for gameplay and testing.
Key Binding | Function |
---|---|
W,D | left and right movement |
spacebar | jump |
E | Interact |
Q | switch character |