Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 938 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 938 Bytes

Dice-Game

This repo serves as the release branch for my personal game development project (Dice Puzzle Adventure).

Written in C# using Unity. Not current intended for mobile play.

Click here to play! (Will make sound!).

Objective

Use the player dice (green outline) to eliminate all enemy dice (red outline).

Instructions

  1. Left click and drag a player die over an enemy die to attack.
  2. Right click to reroll up to 2x per player die.
  3. You may reroll after an attack if the player die survives.
  4. You must win each level by at least 1.
  5. If you lose, you will be returned to level 1 (at least until I add game saving).
  6. There are 10 levels in total.
  7. Enjoy!

Planned Features

  1. Mobile Controls
  2. Tutorial and/or Help Menu
  3. Main Menu
  4. Game Saving
  5. Settings Menu (Audio, Resolutiion, etc.)
  6. Level Selection Menu
  7. Additional Levels and Gameplay Elements.