Dicey the dice woke up after a long game of Yahtzee to find his family missing! Will you help Dicey find his family? 

WASD to move, space to jump


====
CREDITS

Dice- "Dice d6 game ready PBR" by Armor and Run

Wood/Grass Texture- "Stylized Wood Textures", "Stylized Grass Texture" by Camisado Studios 

Skybox- "Fantasy Skybox FREE" by Render Knight 

Comments

Log in with itch.io to leave a comment.

This was my first game jam, and I didn't spend too much time on it. I'm not very proud of the game, but the experience was great! Sorry for the lackluster game

(+2)

No indication of when you win, the cinematic camera is nice for a cutscene but not for actual gameplay. 

You can parent the dice to a platform to make the character move with the platform 

public void OnCollideEnter(Collider collider){
    if (collider.tag("Ground"))
        transform.SetParent(collide.transform);
}

Ahh, yeah that all makes sense! Thanks!