Skip to content

maybebool/UnityMiniGames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini games in Unity

Mini Games

Hey there. This Repo will show you 13 well-known mini-games I've programmed. Some of them are visually still rustic as my main goal was to implement the core mechanic of each game.

Each game has a Pause Menu, accessible via esc, or a Game Over/Won Panel that appears after the game ends.

How to play:

Astroids

  • Shoot = space bar
  • Movement = w,a,s,d

Asteroids

Breakout

  • Movement = left and right arrows

Breakout

Bubble Shooter

  • Shoot = left mouse key

Bubble Shooter

Doodle Jump

  • Movement = a for left, d for right

Beispielbild

Flappy Bird

  • Jump = space bar

Flappy Bird

Fruit Ninja

  • Movement = mouse
  • Slice = hold left mouse key

Fruit Ninja

Mine Sweeper

  • Click = left mouse key

Mine Sweeper

Tetris

  • Move pieces on x-axis = a, d
  • Rotate pieces clockwise = q
  • Rotate pieces counter-clockwise = e

Tetris

Tic Tac Toe

  • Click = left mouse key

Tic Tac Toe

Pong with simple Computer player

  • Movement = w,s

Pong

Snake

  • Movement = w,a,s,d

Snake

Space Invaders

  • Movement = a,d
  • Shoot = space bar

Space Invaders

Space Wars

  • Movement = w,s
  • Shoot = left mouse key

Space Wars