Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 740 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 740 Bytes

Cube Runner

A simple hyper-casual runner game for learning Unity C# game development

Here are the features and gifs by versions

Version 0.0.1

  • A cube jumps over obstacles
  • Cube can double jump
  • Obstacles restart the game
  • A timer shows passed seconds
  • Inspired by this tutorial

version_0.0.1_gif

Version 0.0.2

  • A cube runs among obstacles and boosters
  • Boosters increase the length of the cube and the counter
  • Obstacles break apart the cube into smaller cubes
  • The game finishes on a finish line
  • There is confetti on the finish

version_0.0.2_gif